Three objects that are likely to get created in Order Management as an order progresses through its lifecycle are:
Fulfillment Order. A Fulfillment Order is a record that represents a group of products in an order that are fulfilled together from thesame location. A Fulfillment Order has a lookup relationship to the Order Summary object, and it contains information such as the fulfillment location, delivery method, status, etc.
Return Order. A Return Order is a record that represents a return requestfor an order or part of an order. A Return Order has a lookup relationship to both Order Summary and Change Order objects, and it contains information such as the return reason, status, date, etc.
Change Order. A Change Order is a record that represents achange request for an order or part of an order. A Change Order has a lookup relationship to the Order Summary object, and it contains information such as the change type, status, date, etc.
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