SK SKYVVA Documentation

2. Enhancement

Enhanced V3 Inbound Mapping to Support the Inbound Copy Node Function

We have enhanced Inbound Mapping V3 to support the Copy Node function.

Previously, Inbound Mapping V3 did not support copying nodes. With this enhancement, users can now copy nodes in the inbound mapping target structure, including copying multiple nodes with the same name. This functionality is useful when working with flat data that needs to be mapped into repeated child records. For example, one Account record may contain data for two Contact records, such as Contact 1 fields and Contact 2 fields in a flat table, flat JSON, or flat XML structure. In this case, users can copy the Contact node and map each set of Contact fields separately. This makes it easier to map one parent record to multiple child records in Inbound Mapping V3.

After this enhancement:

Enhancement: Inbound Processing Supports CSV Payload Without Headers

In previous versions, inbound CSV processing required a header row. This has now been enhanced to support CSV payloads without headers. To use this feature, users must define a Message Type. The CSV column/header structure is determined from the related MsgTypeFieldEntry__c records, ordered by Sequence__c. For V4/integrate, pass csvHasNoHeader=true as a request parameter. For V3/integrate, include csvHasNoHeader: true in the request body.

Open this article in the interactive viewer →