aras.unlockItem Method
Unlocks an Item by Item ID and ItemType name. If the Item is dirty, confirm box will show before executing unlock action.Syntax
aras.unlockItem(itemID,itemTypeName)Parameters
Name | Type | Description |
---|---|---|
itemID | String | Required. Item ID. |
itemTypeName | String | Required. ItemType name. |
Return Value
An Object or Null.Returns Item node if unlock action executes successfully, otherwise returns Null.
See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment