Hello, Is there any way to set the order date param in json file using Control-m for API 9.0.0.500? I need to order a job with odate in the future and this job wait for this day to execute. I know there is a parma 9.0.18.x but I can´t find a way to do that on 9.0.0.500 version.
{ "variables": [{"arg":"12345"}], "hold": "true", "ignoreCriteria": "true", "independantFlow": "false", "orderDate": "20170903", "waitForOrderDate": "false", "createDuplicate": "false", "orderIntoFolder": "Recent" }
Thak you in advance J.
|