English
selectMultiCrmObject
About 116 wordsLess than 1 minute
2025-04-28
FxUI.objectUIAction.selectMultiCrmObject(Object)
Parameters
| Parameter | Description | Type | Optional Values | Default |
|---|---|---|---|---|
| isSingle | Whether single selection is enabled | Boolean | — | — |
| selectedData | Default selected data | Array<object> | — | — |
Description of each item in selectedData
| Parameter | Description | Type | Optional Values | Default |
|---|---|---|---|---|
| apiName | apiName of the selected object | String | — | — |
| objectDisplayName | Object name | String | — | — |
| dataList | Selected object data list | Array<object> | — | — |
Description of each item in dataList
| Parameter | Description | Type | Optional Values | Default |
|---|---|---|---|---|
| _id | Object data ID | String | — | — |
| name | Object data name | String | — | — |
Return Value
| Parameter | Description | Type | Optional Values | Default |
|---|---|---|---|---|
| data | Returned object data | object | — | value |
Description of parameters in data (returned object data)
| Parameter | Description | Type | Optional Values | Default |
|---|---|---|---|---|
| key | Key of the object data | string | — | value |
