GetCustomFields
Retrieves custom field definitions and their values for a specific record, enabling extended data capture.
Input
| Name | Type | Description |
| Object | String | The name of the table to query for custom fields and their values, for example, Object=employee_table. |
| Key | String | The primary key identifier for a specific record's custom fields and values, for example, key=recordno or key=name. |
Result Set Columns
| Name | Type | Description |
| * | String | Outputs the custom fields and their values in the format: customfieldname=customfieldvalue. |