aras.isLockedByUser Method
Checks if Item is locked by current user from Item node.Syntax
aras.isLockedByUser(itemNd)Parameters
Name | Type | Description |
---|---|---|
itemNd | Object | Required. Item node. |
Return Value
A Boolean.Returns true if the value of attribute "locked_by_id" is current user ID, otherwise returns false.
See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment