sonar-sync-bosses
Synchronize department supervisors in the Logpresso Sonar.
The input record must contain the fields dept_code, boss_key.
sonar-sync-bosses [run=RUN]
- run=RUN
- Execute API call only if value is 't'
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| session | String | Session | Randomly generated GUID of the session. |
| action | String | Action | e.g. notify, set, unset, skip |
| status | String | Status | e.g. success, failure |
| dept_code | String | Department code | e.g. 001122 |
| dept_name | String | Department name | e.g. Sales |
| dept_guid | String | Department GUID | GUID of the department. |
| boss_key | String | Boss key | Employee number of the department lead. |
| boss_name | String | Boss name | Name of the department lead. |
| boss_title | String | Boss title | e.g. VP, Director, Manager |
| boss_guid | String | Boss GUID | GUID of the department lead. |
| error | String | Error | Error message. |