GetCustomFields
Retrieves custom fields and values from a table / record.
Input
| Name | Type | Description |
| Object | String | The table to query for custom fields and values eg. Object=employee_table. required= |
| Key | String | The primary key for a specific record's custom fields and values eg. key=recordno or key=name. required= |
Result Set Columns
| Name | Type | Description |
| * | String | Outputs the custom fields and values eg. customfieldname=customfieldvalue. |