Zendesk Connector > Zendesk Connections > Zendesk Connector Custom Objects and Custom Attributes
  

Zendesk Connector Custom Objects and Custom Attributes

Use Zendesk to create custom fields. You can use Zendesk Connector to read data from and insert data to the custom attributes that are present in the Tickets object.
Note: When you use the Hosted Agent as the runtime environment, you cannot create custom fields.

Configuring the schema.ini file

To read and insert the values of custom fields supported by Zendesk, you must configure the schema.ini file.
Use the following syntax format to configure the schema.ini file:
Object=”CF_FieldID1,DataType,Size,Filterable,PrimaryKey”;”CF_FieldID2,DataType,Size,Filterable,PrimaryKey”.
The following image shows a sample schema.ini file:
The following are the significance of the syntax terms:
The following table displays the names of supported data types:
Data Types
Supported
BIGINT
Yes
BINARY
Yes
BOOLEAN
Yes
DATE
Yes
DATETIME
Yes
DECIMAL
Yes
DOUBLE
Yes
FLOAT
Yes
INTEGER
Yes
LONG
Yes
SHORT
Yes
STRING
Yes
TIME
Yes
If you want to use the schema.ini file, perform the following steps:
  1. 1Copy the schema.ini file from <Secure Agent installation directory>\downloads\<latest connector package>\package\plugins\Zendesk\ to <Secure Agent installation directory>\apps\Data_Integration_Server\ext\deploy_to_main\bin\rdtm-extra\Zendesk\
  2. Note: If the deploy_to_main\bin\rdtm-extra\Zendesk\ directory does not already exist, create the directory.
    Note: The folder name is case sensitive on Linux.
  3. 2Create the following directory:
  4. Secure Agent installation directory>\downloads\<latest connector package>\package\tpl
  5. 3Create the tpl.properties file in the following directory:
  6. Secure Agent installation directory>\downloads\<latest connector package>\package\tpl
  7. 4Open the tpl.properties file and add the following values:
  8. path=rdtm-extra/Zendesk
  9. 5Save the tpl.properties file.
  10. 6Restart the Secure Agent.