How can this be accomplished?

A company has multiple fulfillment centers that they want to utilize when orders are fulfilled. 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 that can determine the closest fulfillment location

Answer: B

Explanation:

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.

Reference: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_om_actions_order_routing_rank_by_closest_distance.htm&type=5

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments