MobileCRM.UI.EntityForm.onItemChange - Resconet/JSBridge GitHub Wiki
[v11.2] Binds or unbinds the handler for specific item change event on EntityForm.
Arguments
Argument | Type | Description |
---|---|---|
itemName | String | The name of desired detail item (mostly logical name of the field). |
handler | function(entityForm) | The handler function that has to be bound or unbound. |
bind | Boolean | Determines whether to bind or unbind the handler. |
scope | Object | The scope for handler calls. |