MobileCRM.UI.EntityList.clickCell - Resconet/JSBridge GitHub Wiki
Opens an entity form for lookup content record. Performs appropriate action for cells bound to the phone/email/web formatted fields.
Arguments
Argument | Type | Description |
---|---|---|
rowIndex | Number | The index of the row to click on. |
cellIndex | Number | The index of the cell. |
errorCallback | function(errorMsg) | The errorCallback which is called asynchronously in case of error. |
scope | Object | The scope for callback. |