Handle attribute of XML in the mapping tool
At the moment, SKYVVA can push records by the only element with XML hierarchical. The new feature has been added to handle attribute hierarchical payload for the inbound processing.
Note: The two fields added into MsgTypeFieldEntry__c such as Category and Parent:
Category field is defined MsgTypFieldEntry__c was attribute or element.
Parent filed is defined MsgTypeFieldEntry__c looks up to element of attribute.
Updating SKYVVA Message with Rest API Using External ID
Currently, we update the message using SkyvvaMessageId. Therefore, external id has been added for update message with Rest API using Synchronous mode.