Which two practices ate needed for a custom attribute to map into Order Management assumingthe attribute has been created on the necessary objects?
Answer : A, B
Two practices that are needed for a custom attribute to map into Order Management assuming the attribute has been created on the necessary objects are:
The types must match within reason. The data type of the custom attribute in Order Managementmust match or be compatible with the data type of the corresponding attribute in the external system, such as B2C Commerce or B2B Commerce. For example, if the attribute is a string in B2C Commerce, it must also be a string in Order Management.
The namesmust be an exact match. The name of the custom attribute in Order Management must be exactly the same as the name of the corresponding attribute in the external system, including capitalization and punctuation. For example, if the attribute is named ''kitItem'' in B2C Commerce, it must also be named ''kitItem'' in Order Management.
Verified Reference: https://documentation.b2c.commercecloud.salesforce.com/DOC2/topic/com.demandware.dochelp/OrderManagement/Administration/AdminAttrMgrCustomAttributes.html
Universal Containers needs to implement a new Payment Method. What should the admin evaluate in relation to Payment Gateways and Payment Processors?
Answer : A
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?
Answer : B
The Northern Trail Outfitters (NTO) team is already using Order Management. The team wants to transition from their home-grown Commerce engine to B2C Commerce Cloud. Which action do they need to perform?
Answer : C
An administrator is running into performance issues due to a high number of records being created in a flow. How can the administrator modify the flow to improve scalability?
Answer : C
The best way for an administrator to modify the flow to improve scalability when running into performance issues due to a high number of records being created in a flow is to use the Bulk Create Records node in the Flow. This node allows the administrator to create multiple records of the same object type in one transaction, which reduces the number of database operations and improves the flow performance. Verified Reference:https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_data_bulk_create.htm&type=5
How can an administrator add visibility rules for the buttons in the Highlights Panel on the Order Summary record page?
Answer : C
Dynamic Actions allow an administrator to add visibility rules for the buttons in the Highlights Panel on the Lightning Record Page. Dynamic Actions let you configure when and where actions appear on a record page based on criteria such asrecord field values, user permissions, or device type.
Which three options are the main types of building blocks when working in Flow Builder?
Answer : A, B, E
The main types of building blocks when working in Flow Builder are:
Elements: These are the components that definethe logic and functionality of a flow. Elements include actions, assignments, decisions, loops, screens, subflows, and waits.
Resources: These are the variables, constants, formulas, collections, and record choice sets that store data in a flow. Resourcescan be used as inputs or outputs for elements.
Connectors: These are the arrows that connect elements and resources in a flow. Connectors determine the sequence and direction of the flow execution. Reference: [Flow Building Blocks]