window.handleItemChange Method
Changes current Item's property value. If Item is not locked, the function will do nothing.Syntax
window.handleItemChange(propNm,propVal,dataType,datePattern)Parameters
Name | Type | Description |
---|---|---|
propNm | String | Required. Property name. |
propVal | String | Required. Property value. |
dataType | String | Optional. Property data type. If the data type is "date", this parameter is required, otherwise it is not necessary to pass. |
datePattern | String | Optional. Date pattern, supports the following values:
|
See Also
Instance Window ObjectAras Innovator Client Framework
Comments
Post a Comment