Skip to content

MobileCRM.UI._DetailView.insertItems

rescocrm edited this page May 15, 2023 · 3 revisions

[v8.0] Inserts the MobileCRM.UI.DetailViewItems.Item into this detailed view.

Arguments

Argument Type Description
items Array(MobileCRM.UI.DetailViewItems.Item) An array of items to be added.
index Number An index on which the items should be placed. Set to -1 to append the items at the end.

Clone this wiki locally