Hi Within Infor Distribution SX.e Api Gateway, there are t-out and t-in fields, could anyone take a moment to explain how to use these? level, lineno, seqno? etc
For example:
Thanks
Richard - Those are for collections/arrays for temp-tables that are built in the progress code. It allows Infor to add new fields to the API Calls without changing the API Schema all the time. The argetsinglecustomer is probably one where you will not use the infield. Other API Calls require the infieldvalue's. Some do and some dont use the lineno and seqno. Below are a couple of screenshots that detail their use in different API calls. To use the infieldvalues properly, I usually call the API and get the outfieldvalues in the response and then use those lines in the api request.
Now it makes sense, thank you