Skip to main content

Custom field errors

What the Custom field error codes mean and how to resolve them.

A custom field error means a custom field referenced in your request is invalid, does not exist, or does not match the expected configuration.

Every error in this family includes a stable code (for example VALD-1011). Find that code in the table at the bottom of this article to see exactly which rule was triggered.

Common causes

  • The custom field does not exist.

  • The custom field name or key is misspelled.

  • The value does not match the custom field type.

How to fix it

  1. Match the code in your response to the table below.

  2. Confirm the custom field exists in your configuration.

  3. Check the field name and that the value matches its type.

  4. Re-send the request.

Codes in this family

Code

What it means

VALD-1011

{customFieldName} custom field does not exist or can not be found.

VALD-1040

Only Template Custom Fields can be used with Template Mappings. Please create the template custom field and try again.

VALD-1048

Only Template Custom Fields are allowed with Template Mappings. Source Table: {sourceTable}

VALD-1052

Only Template Custom Fields are allowed with Template Translation Collections. Source Table: {sourceTable}

VALD-1134

Invalid {sourceOrDestination} template custom field id: {fieldId}.

VALD-1141

You can only use template-defined custom fields in template mappings.

Related

  • Custom Fields

  • Mapping data between systems

Did this answer your question?