-
Notifications
You must be signed in to change notification settings - Fork 26
MobileCRM.UI.EntityList.setEntityProperty
Maros316 edited this page Aug 12, 2020
·
3 revisions
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. |