generate_data_dictionary
Generate a complete data dictionary for SAP SuccessFactors entities, outputting field details with picklist info as CSV rows for import into Excel.
Instructions
Generate a complete data dictionary for multiple SF entities.
For each entity, produces a field-by-field reference with: name, type, label, key status, required, creatable, updatable, picklist info.
Output is structured as CSV-exportable rows for easy import into Excel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entities | Yes | Entities to include (e.g., ['EmpJob', 'EmpCompensation', 'PerPersonal']) | |
| language | No | Output language: 'en' or 'es' | en |
| data_center | No | ||
| auth_user_id | No | ||
| auth_password | No | ||
| include_navigation | No | Include navigation properties |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||