I have a custom BOD schema I created to map Sync.RemittanceAdvice to an XML schema for our bank. I'd like to carry forward the DocumentID to the new BOD but can't seem to find the right setting. I've tried setting the Identifier Path under Noun Properties but no luck. Part of the challenge is the BOD name (Bank_ACH) has a different root node in the resulting XML (Document instead of Bank_ACH). If I add a custom header can I reference it in the XML map I'm creating to map Sync.RemittanceAdvice to Sync.Bank_ACH? Or would I need to use Python?
Thank you!