Backend processing of Mass action request — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Backend processing of Mass action request

Summary:

Hi Experts,

We have implemented a pause step before scheduling and using the below REST API to release the pause step from many order lines (across order) simultaneously.

I know it runs an ESS job in the backend to process the request.

Just trying to understand, how does it process the lines?

Is it process one after another sequentially as per the FulfillllineId mentioned in the REST API?

Does this break the provided fulfillmentLineId into batches and processes?

How much time it will take to release 1000 lines passed in one request?

https://servername/fscmRestApi/resources/version/salesOrderActionRequests

{    "ActionCode": "ORA_FOM_RELEASE_PAUSE_TASK",    "requests": [        {            "FulfillLineId": 300100611851727        },        {            "FulfillLineId": 300100611851778        },        {            "FulfillLineId": 300100611851919        }  

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!