Skip to main content

aras.unlockItemEx Method (aras Object)

aras.unlockItemEx Method

Unlocks an Item by Item node.

Syntax

aras.unlockItemEx(itemNode,saveChanges)

Parameters

NameTypeDescription
itemNodeObjectRequired. Item node.
saveChangesBooleanOptional. Pass true to automatically save changes. If not set and the Item is dirty, confirm box will show before executing unlock action.

Return Value

An Object or Null.
Returns Item node if unlock action executes successfully, otherwise returns Null.

See Also

aras Object
Aras Innovator Client Framework

Comments