MobileCRM.UI.EntityList.setEntityProperty - Resconet/JSBridge GitHub Wiki
[v10.1] Sets the value of the entity property.
Arguments
Argument | Type | Description |
---|---|---|
rowIndex | Number | The index of the entity in the list. |
propertyName | String | The name of the property. |
editValue | any | the new property value. |
saveImmediately | Boolean | Indicates whether to save entity immediately or whether to just make it dirty. |
errorCallback | function(errorMsg) | The errorCallback which is called asynchronously in case of error. |
scope | Object | The scope for callback. |