-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.EntityForm.DetailCollection
rescocrm edited this page May 15, 2023
·
1 revision
Provides functions accessing the collection of the sales entity details (e.g. Order details)
| Property | Type | Description |
|---|
| 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. |