Skip to main content

Understanding Nested Object Templates and Field mapping

Zuora

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 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 properties IsNewInvoiceItem and IsNewCustomRates indicate the presence of a new object within the outer object. For data accuracy, mapping the IsMarker 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 Is Marker Column IsNewInvoice should be marked as TRUE. The user may provide the value of Ismarkercolumn to True or False depending on the nesting of the records required for creation.