Understanding Nested Object Templates and Field mapping
- The Nested Object Template
Nested objects refer to a data structure where an object is encapsulated within another object. In simpler terms, think of a nested object as a container within a container. It enables the grouping of related data, creating a logical relationship between the outer and the inner objects.
- The
IsMarker
column for the parent object has to be given a value at all times, True or False. - The
IsMarker
column in the templates incorporated in Data Loader identifies the scenario when a new object has to be created. For example, in the Standalone Invoices template, the propertiesIsNewInvoiceItem
andIsNewCustomRates
indicate the presence of a new object within the outer object. For data accuracy, mapping theIsMarker
column in the Field Mapping Interface is mandatory. - The user should provide the value of the parent object as TRUE for the nested objects template. For example, when importing or updating a Standalone Invoice, the IsMarker column
IsNewInvoice
should be marked as TRUE. The user may provide the value ofIsmarkercolumn
to True or False depending on the nesting of the records required for creation.