Loading
Prepare for Email to Become the Default Login ExperienceRead More
Automate Your Business Processes with Salesforce Flow
Get Fulfillment Order Capacity Values Action

Get Fulfillment Order Capacity Values Action

In Salesforce Order Management, get information about the current fulfillment order capacity of one or more locations.

Required Editions

Available in: Lightning Experience
View supported editions.
This feature requires the Salesforce Order Management add-on. To purchase, contact your Salesforce account executive.

In Flow Builder, add an Action element to your flow. Select the Order Management category, and search for Get Fulfillment Order Capacity Values.

Set Input Values

Use values from earlier in the flow to set the inputs.

Input ParameterDescription
Get Fulfillment Order Capacity Values Input

This input is an Apex-defined variable of class ConnectApi.GetFOCapacityValuesRequestInputRepresentation, which includes this field:

  • locationIds —List of IDs of the locations to get fulfillment order capacity information for.

Store Output Values

Use output values later in the flow.

Output ParameterDescription
Get Fulfillment Order Capacity Values Output

This output is an Apex-defined variable of class ConnectApi.GetFOCapacityValuesOutputRepresentation, which includes this field:

  • locations —This field is a list of Apex-defined variables of class ConnectApi.LocationCapacityOutputRepresentation, each of which includes these fields:
    • assigned —Value of the location’s Assigned Fulfillment Order Count.
    • capacity —Value of the location’s Fulfillment Order Capacity. This property represents the location’s maximum capacity.
    • error —This field is an Apex-defined variable of class ConnectApi.ErrorResponse, which includes these fields:
      • errorCode —Error code, if the request returned an error.
      • message —More error detail, if available.
    • heldCapacity —Number of fulfillment orders that the location is holding capacity for.
    • locationId —ID of the location.
 
Loading
Salesforce Help | Article