I am new to JDE API. I cannot figure out how to make the form request select a specific row. I have been using a SelectAllRows command so far and iterating through after going to form B. Any help as to how I am doing the command wrong would be greatly appreciated.
Read more
Code:
form = {
"endpoint": "appstack"
"token": "*********************************",
"formName": "P43081_W43081A",
"version": "AV0002",
"action": "open",
"outputType": "VERSION2",
"formRequest": {...
Read more