I am building an Export scenario based on Invoices and Memos.
I am able to successfully select and include the Item Description field in my export. I would like to use a LEFT() function to select only the left 40 characters, but I am struggling to figure out the DAC prefix for this field or I do not have the proper syntax.
When I look at the SYMappingField, it shows me that the “Object” name is Transactions, but when I add that to my function, it does not validate.
What is the best way to determine a field’s DAC ?
OR, am I having a syntax issue?
=Left( LTransactions.InventoryID!Descr], 40)