Im putting in an Infor ticket for this but just curious have you seen in a lawsontransaction call , ags call, where your security doesn't show you the available methods such as add inquire change delete, but inside of the regular screens, I have no problem doing an inquire. I think something is missing in security maybe table level access or something?
I attached an example
So im now working on importing in GLTRANSREL. Would you suggest an IPA that
1) ftps file to unix, then sys command to importdb
or
2)a simple GL65 add transaction? what node would I use to parse the csv file into columns
I like the importdb because its familiar and fast and I worry that 600 GL65 adds might for some reason crash.
The importdb does some basic data edits such as string length, number of decimal digits, adds a leading zero to numbers between -1 and 1, etc. The GL165 will then futher validate your data. Since i usually prepare the data in the first place, i have a high degree of confidence in the data viability and use importdb often in IPA
I did a proof of concept with a sys command node and it also will correctly hit the error path when for example I try to import headers. Ill probably stick with the sys command, i cant bring myself to using Adds on gl65.
useful links:
https://itlearnings.wordp...sformation-extender/
https://lawson-lsaprod.hm...L27051243607073.html
Here's a tutorial on WTX:
http://www.ibm.com/develo..._vila/0712_vila.html