I am working on setting up EDI for a new vendor. They are requiring specific sections to be used and data from INFOR passed. For the life of me - I cannot find anything that will give me a list of what and how I can define the sections to use and the values to pass. The concept makes sense. Define a value from Lawson to be equated to a value on on the file. r
Example:
To use SDQ I wound up having to open an INFOR ticket to find that there is a substitution value for SDQ_CREATE that has to be set to Y in order for that section to appear.
I am not trying to set the ship to address to show in full using N1, N2 and N3 ST segments. I'm reading through the perl scripts and everything to try and find how what I need to set to have to have N2 and N3 show up. All I can see in the script is:
if ( $tpid eq 'HP' ) {
add_N3();
add_N4();
}
Can anyone share some information for helpful tips on how they have backed into what values are available to use in the substitution table. It has to be easier than I'm making it.