Dear All,
I am trying to generate XML using D365 F&O electronic reporting configuration. Its working fine.
<Quote>
<QuoteHeader>
<QuoteID>000001</QuoteID>
<QuoteIssueDate>1900-01-01T13:00:00+13:00</QuoteIssueDate>
<QuoteExpirationDate>1900-01-01T13:00:00+13:00</QuoteExpirationDate>
<QuoteParty>
<BuyerParty>
<corePartyID>
<coreIdent>C01163</coreIdent>
</corePartyID>
</BuyerParty>
</QuoteParty>
</QuoteHeader>
</Quote>
But our customer requirement is, need to add special symbol ":" Colon in XML tags as shown below.
<core:PartyID>
<core:Ident>C01163</core:Ident>
</core:PartyID>
I am getting below error, if i add special symbol ":" Colon in electronic reporting configuration
- An error occurred during the 'Format mapping' run. For more information, contact your system administrator.Message details
- Evaluating binding of format component File/Quote/QuoteHeader/QuoteParty/BuyerParty/core:PartyID.
Kindly suggest me on this.
Thanks,
Arun