GrantCustomFields
Returns the list of grant custom field options.
Columns
| Name | Type | References | Description |
| CustomFieldId [KEY] | Integer | The identifier for this custom field. | |
| Name | String | The name for this custom field. | |
| Type | String | The type (boolean, table, etc) for this custom field. | |
| IsRequired | Boolean | If this custom field is required. | |
| TableValues | String | List of table values. Only applicable if type = 'Table'. |