To use Custom Fields with the Import Template, there are certain steps that must be taken to do this.
- The Custom Fields must be added to the Default Partition of the Cloud Node system, in addition to any additional Partitions where the Custom Fields will be used. If the Custom Fields are not present in the Default Partition, then the Import process will fail.
- For each Custom Field entered into the Import Template, the Custom Field information must be entered in a specific format.
For a single Custom Field, the data must be formatted as follows:
{"CustomField":"DATA"}
For a multiple Custom Field, the data must be formatted as follows:
{"Field1":"Data1","Field2":"Data2"}
For example, if two Custom Fields, 'Address' and 'License Plate', are configured and two People with the following information need to be added to the Import Template:
Person 1: '132 N State St' and '1TK O44'
Person 2: '156 S State St' and 'F8E W32'
This information would need to be formatted as follows for the Import Template:
{"Address":"132 N State St","License Plate":" 1TK O44"}
{"Address":"156 S State St","License Plate":" F8E W32"} - After configuring the Custom Fields information as listed, perform the Import Template operation.
Comments
0 comments
Please sign in to leave a comment.