At anypoint before the Fulfillment Order is created, by customizing flow "Create Invoice and Ensure Funds"
A. At anypoint before the Fulfillment Order is created, by customizing flow "Create Invoice and Ensure Funds"
B. At any point before the Fulfillment Order is created, by customizing flow "Create invoice"
C. At any point after the Fulfillment Order is created, by customizing flow 'Create Invoice and Ensure Funds*
D. At any point after the Fulfillment Order is created, by customizing flow "Create Invoice'
Explanation:
The correct time and way for creating an Invoice is at any point after the Fulfillment Order is created, by customizing flow “Create Invoice”. This flow is a core action that creates an Invoice record from a Fulfillment Order record, and updates the status of both records accordingly. The administrator can customize this flow to suit their business needs,such as adding conditions, actions, or subflows.
Verified References:https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_ om_actions_create_invoice.htm&type=5
Order Allocation should work on Order Items in which status?
A. Pending
B. created
C. Ordered
D. Awaiting Allocation
Explanation:
Order Allocation should work onOrder Items in Awaiting Allocation status. This status indicates that the Order Item has been confirmed by the customer and is ready to be allocated to a Fulfillment Order based on routing rules and inventory availability.
Verified References:https://help.salesforce.com/s/articleView?id=sf.order_management_order_item_status.htm &type=5
A customer orders two shirts and one jacket in B2C Commerce. The Order is ingested into Order Management. However, the customer decides to cancel the order prior to fulfillment. What object is created and linked to the Order Summary?
A. Suspend Order
B. Change Order
C. Return Order
D. Cancel Order
Explanation:
The object that is created and linked to the Order Summary when a customer cancels an order prior to fulfillment is Cancel Order. A Cancel Order is a record that represents a cancellation request for an order or part of an order. A Cancel Order has a lookup relationship to both Order Summary and Change Order objects, and it contains information such as the cancellation reason, status, date, etc. Verified References:https://help.salesforce.com/s/articleView?id=sf.order_management_cancel_order.htm &type=5
Universal Containers (UC) has a flow which performs some custom logic in order todetermine a least-cost shipping location. Some of the variables should be reset at the beginning of each loop iteration. Which design element in Flow allows the Admin to do this?
A. Preset
B. Reassignment
C. Reset
D. Assignment
Explanation:
The designelement in Flow that allows the admin to reset some variables at the beginning of each loop iteration is Assignment. An Assignment element lets the admin assign new values to one or more variables or sObject fields in a flow. The admin can use an Assignment element before a Loop element to initialize the variables that are used in the loop, and then use another Assignment element inside the loop to reset the variables for each iteration.
Verified References: https://help.salesforce.com/s/articleView?id=sf.f low_ref_elements_assignment.htm&type=5
https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_loop.htm &type=5
What are two ways an administrator can query Order Summaries using APIs in Workbench?
A. Apex API
B. Connect API
C. Platform API
D. Composite API
E. Invocable API
Explanation:
Two ways that an administrator can query Order Summaries using APIs in Workbench are:
Platform API. The Platform API is a set of REST and SOAP APIs that allow developers to access data and functionality in Salesforce from external systems. The Platform API includes various resources and operations for querying, creating, updating, or deleting records in Salesforce, such as Order Summaries. The administrator can use the Platform API in Workbench byselecting the REST Explorer or SOAP Explorer tabs, and entering the appropriate request URL and parameters.
Composite API. The Composite API is a type of REST API that allows developers to execute multiple subrequests in a single HTTP request. The Composite API includes various resources and operations for batching, tree, sObject collections, or transactions in Salesforce, such as Order Summaries. The administrator can use the Composite API in Workbench by selecting the REST Explorer tab, and entering theappropriate request URL and JSON body.
Verified References:
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite.htm
Page 6 out of 19 Pages |
Previous |