E9.2 Work With Supply and Demand form (P4021_W4021B) through AIS

kovacsf

Member
Hi there,

im new here, and i want to ask something: how i access the "Work With Supply and Demand" form (P4021_W4021B) through AIS?
I want to build a graph with this information in my own application, with two parameters: item branch and item number.

How can i get the data from the form?

{
"username": "xxx",
"password": "yyy",
"deviceName": "VSC",
"environment": "JDV920",
"role": "*ALL",
"formName": "P4021_W4021B",
"version": "zzz",
"outputType": "VERSION2",
"maxPageSize": 500,
"returnControlIDs": "14[113,47,46,19]",
"formInputs": [
{
"value": "1",
"id": "58"
},
{
"value": "item_nr",
"id": "53"
}
]
}

This is returnd with empty rowset, but no errors:

"rowset": [], "summary": { "records": 0, "moreRecords": false }

Thank you.
Ferenc KOVACS
 
Back
Top