Community Forum

sid.g_87
Participant
7 years, 3 months ago #5652

When you are using LEFT function in the mappings, then compulsory need to specify the number of characters to be consider from left. That would resolve your issue.
For example, find the mapping below.
Mapping:
InvoiceAddRq/InvoiceAdd/InvoiceLineAdd/ItemRef/FullName =LEFT(VALUE(“PricebookEntry/Product2/Name”),31)