-
Notifications
You must be signed in to change notification settings - Fork 26
MobileCRM.UI.EntityList.setEntityProperty
rescocrm edited this page May 15, 2023
·
3 revisions
[v10.1] Sets the value of the entity property.
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. |