Custom fields addition example
To fetch the field values, you must configure the schema and relationship.ini files to add custom fields in Cvent object.
For example, add the following configurations to fetch data from a custom field customfield1_c for Event object:
- •Add the following configuration to the schema.ini file:
Event_CustomFieldDetail="FieldName,String,250,false,false";"FieldValue,String,250,false,false";"FieldId,String,250,false,false";
- •Add the following configuration to the relationship.ini file:
Event=Event_WeblinkDetail,Event_DocumentDetail,Event_CustomFieldDetail