An administrator has created a flow but during testing they encounter an unhandled fault error. Which three can the administrator do to get more details for debugging?
A. Create a fault connector
B. Add a Display Text component which includes {! SFIow.FaultMessage}
C. Add an error node
D. Add a screen node
E. Create an error connector
Explanation:
Three things that the administrator can do to get more details for debugging when encountering an unhandled fault error are:
Create a fault connector. A fault connector is a special type of connector that handles errors that occur in a flow element, such as an assignment, a loop, or an action. A fault connector can route the flow to another element or end the flow with an error message.
Add a Display Text component which includes {! SFIow.FaultMessage}. A Display Text component is a screen component that displays text on a screen element in a flow. The {! SFIow.FaultMessage} is a system variable that contains information about the error that occurred in the flow, such as the element name, error type, and error message.
Create an error connector. An error connector is a special type of connector that handles errors that occur in a screen element, such as invalid user input or required fields being left blank. An error connector can route the flow to another screen element or end the flow with an error message.
Verified References: https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_connector_fault.htm &type=5 https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_screen_component_display_text.htm &type=5
https://help.salesforce.com/s/articleView?id=sf.flow_ref_elements_connector_error.htm
&type=5
An administrator is attempting to deploy aChange Set from a development org to a test org but the test org is not available in the list of target organizations. What are two reasons that could cause this issue?
A. The components in the Change set could not be found within the test org
B. ChangeSets can only be deployed from a sandbox org to a production org, not another sandbox org.
C. The development org has not been approved to upload Change Sets from within the test org
D. The development org and test org are not associated with the same production org.
Explanation:
Two reasons that could cause the issue of not being able to deploy a Change Set from a development org to a test org are:
The development org has not been approved to upload Change Sets from within the test org. To deploy ChangeSets between two sandbox orgs, the administrator needs to establish a deployment connection between them. A deployment connection allows one org to send outbound Change Sets and another org to receive inbound Change Sets. The administrator can create a deployment connection request from the development org and approve it from the test org.
The development org and test org are not associated with the same production org. To deploy Change Sets between two sandbox orgs, they must be linked to the same production org. A production org is an org that contains live data and business processes. A sandbox org is a copy of a production org that is used for development, testing, or training purposes. Sandbox orgs inherit the deployment connections of their source production orgs. References: Deploy Using Change Sets, Deploy a Change Set
Which two practices ate needed for a custom attribute to map into Order Management assumingthe attribute has been created on the necessary objects?
A. The types must match within reason
B. The names must be an exact match
C. The types must be an exact match (i.e. String to String)
D. The names must only contain letters and underscores
Explanation:
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 References:
https://documentation.b2c.commercecloud.salesforce.com/DOC2/topic/com.demandware.dochelp/OrderManagement/Administration/AdminAttrMgrCustomAttributes.html
How can a user view the information exchanged betweenthe payment platform and the external payment gateways?
A. Navigate to Payments within the setup menu and select the payment platform
B. Check associated debug logs in Debug Logs in setup
C. Check for process exceptions associated with the Order Payment Summary
D. Navigate to Payment Gateway Logs related list on the corresponding Order Payment Summary
Explanation:
The best way for a user to view the information exchanged between the payment platform and the external payment gateways is to navigate to Payment Gateway Logs related list on the corresponding Order Payment Summary. A Payment Gateway Log is a record that captures the request and response messages between the payment platform and the external payment gateways, such as Stripe, PayPal, etc. A PaymentGateway Log has a lookup relationship to the Order Payment Summary object, which represents a payment made for an order or part of an order. A user can use the Payment Gateway Logs related list on the Order Payment Summary page to view the details of thepayment transactions, such as the request and response payloads, status codes, timestamps, etc.
Verified References: https://help.salesforce.com/s/articleView?id=sf.order_management_payment_gateway_log.htm &type=5https://help.salesforce.com/s/articleView?id=sf.order_management_order_payment_summary.htm &type=5
An administrator needs to ensure that the Orders coming from B2C Commerce honor some business rules which need to be the same in both B2C and Order Management. This validation must happen before the Order Summary object is created. What can the administrator suggest to the developer to implement this requirement?
A. Use an AppExchange solution
B. Handle this in the Commerce System originating the Orders.
C. Write an Apex class with the validation rules and expose it as an Invocable Action
D. Use a SalesforceLabs solution
Explanation:
The administrator can suggest to the developer to handle this requirement in the Commerce System originating the Orders. This way, the validation rules can be applied before the orders are sent to Order Management via the B2C Commerce Integration. The B2C Commerce Integration imports order data into Order Management and creates Order Summary records based on the order data. The validation must happen before the Order Summary object is created, so it cannot be done in Order Managementusing Apex or other tools. References: B2C Commerce Integration, Order Management Lifecycle
Page 5 out of 19 Pages |
Previous |