MobileCRM.UI.EntityForm.DetailCollection - Resconet/JSBridge GitHub Wiki

MobileCRM.UI.EntityForm.DetailCollection Object

Provides functions accessing the collection of the sales entity details (e.g. Order details)

Properties

Property Type Description

Functions

Function Description
add Appends the product into sales order collection.
addAsync [v10.0] Appends the product into sales order collection.
addProductWithQuantity [v10.0] Appends the product into sales order collection.
deleteById Deletes the sales entity detail (e.g. Order detail) by id.
deleteByIndex Deletes the sales entity detail (e.g. Order detail) by index.
get Asynchronously returns requested sales entity detail (e.g. Order detail)
getAll Asynchronously returns the collection of the sales entity details (e.g. Order details)
getAllAsync Asynchronously returns the collection of the sales entity details (e.g. Order details)
getAsync Asynchronously returns requested sales entity detail (e.g. Order detail)
onChange [v8.2] Binds or unbinds the handler which is called when the list of sales details changes.