aras.uiShowItem Method
Gets Item by Item ID and then shows the Item.Syntax
aras.uiShowItem(itemTypeName,itemID,viewMode)Parameters
| Name | Type | Description |
|---|---|---|
| itemTypeName | String | Required. Name of the ItemType. |
| itemID | String | Required. ID of the Item. |
| viewMode | String | Optional. Unknown purpose but only supports the following values:
|
Return Value
An AsyncResult object or a Boolean.Returns AsyncResult object if the Item winodw is opened successfully, otherwise returns false.
See Also
aras ObjectAras Innovator Client Framework
Comments
Post a Comment