E9.2 How can update status for work order ?

cangvo

Member
My body request seem does not work but I can not what is wrong on them. I have used the form service api.
{
"allowCache": false,
"forceUpdate": true,
"formServiceAction": "U",
"outputType": "VERSION2",
"formInputs": [
{
"value": "454619", // work_order ID
"id": "25"
},
{
"value": "10", // status ID
"id": "35"
}
],
"formActions": [
{
"command": "DoAction",
"controlID": "11"
}
],
"formName": "P17714_W17714C",
"showActionControls": true,
"enableAsyncEvents": false
}
 
Hi cangvo,

Because if you entry directly in this form, not pass FI work order variable:
1708718038772.png

I think is better if you create a form request with a previous work order selected and entry this form. As alternative you can use P48013 to modificate status or P31225 WO Status update.

Best regards.
 
Back
Top