English
Employee Field
About 125 wordsLess than 1 minute
2025-09-22
Single-select / multi-select employee fields are triggered in the field.edit.before stage, before the people-picker control is opened.
Parameters
| Parameter | Description | Type |
|---|---|---|
| fieldName | api_name of the field that triggered the event | String |
| objApiName | api_name of the object that triggered the event | String |
| dataIndex | dataIndex of the record that triggered the event, used for detail-object data | String |
| selectParams | Parameters that will be used to open the people-picker control. These can be modified in the hook | Object |
Return Value
| Parameter | Description | Type |
|---|---|---|
| consumed | true means subsequent logic will not continue | Boolean |
| selectParams | Parameters that will be used to open the people-picker control | Object |
Notes
- Calling
dataUpdaterto update data in this event is not suitable.
