A company has multiple fulfillment centers that they want to utilize when orders arefulfilled. The administrator is tasked with minimizing the distance from fulfillment center to delivery location. How can this be accomplished?
A.
Create a Workflow Rule on the Fulfillment Order object that utilizes the Order Management workflow field update actions
B.
Add the "Order Routing Rank By Closest Distance" action to the fulfillment flow
C.
Modify the Fulfillment Location Search process to search by closes! distance instead of least number of splits
D.
Ask a developer to create an Apex Action thatcan determine the closest fulfillment location
The best way for the administrator to accomplish this task is to add the “Order Routing Rank By Closest Distance” action to the fulfillment flow. This action is a flow core action that ranks the fulfillment locations by their distance from the delivery location, and returns a list of ranked locations. The administrator can use this action to find the optimal fulfillment location for each order based on proximity. Verified References:https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_om_actions_order_routing_rank_by_closest_distance.htm &type=5
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit