Is there some place that has a list of all the List Name options that can be used? ie O_VENDOR, I_COMPANY I have a vendor that wants only a two character country code and was hoping I could setup a ED40 record to convert USA to US in the 850.
Hi Jon,
Thanks for the quick reply. The issue is that only one of our vendors is like this, all rest want USA. That's why I thought an ED40 record would fix it.
Thanks again,
Bill
Infor documentation doesn't always show us all the possible substituions available. Just for giggles, have you tried the usual suspects like tpid_O_COUNTRY_CODE?
Or L1_O_COUNTRY_CODE
Another thought would be to modify your process (laws_out_91_ghx or laws_out_91 or whatever you might have assigned in ED10). With Infor support you might be able to add code to the effect of
If tpid = XX then shipto_country_code = US
The Lawson Value is your tpid for that vendor.