Get user data type length
custom_column_udt_lengthRetrieve the maximum character length allowed for a specific custom field's data type. Use this to validate input size before writing data via the ManageEngine Endpoint Central API.
Instructions
Retrieves the maximum number of characters allowed for the user data type of a specific custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Backing table of the custom field: ManagedComputerCustomFields for fields created in the Computer view, InvSWCustomFields for fields created in the Software view, MspCustomerCustomFields for MSP customer fields. | |
| actualColumnName | Yes | The actual (internal) column name of the custom field, e.g. COL301 — obtain it from the columnName key returned by custom_field_metadata_list. |