A company's service learn should not see Process Exceptions on any Order Summaries. How can an administrator meet these requirements?
A.
Modify the service team profiles to remove access to the lightningcomponent and all associated Apex classes
B.
Add a filter to the Process Exception component on the Order Summary lightning record page to hide the component for the service team's Profile
C.
Create a copy of the Order Summary lightning record page for theservice team and remove the Process Exceptions component. Activate the lightning record page by profile for all Service team profiles.
D.
Modify the Order Summary page layout to remove visibility to the Process Exception component for Service team profiles
The best way for the administrator to meet these requirements is to create a copy of the Order Summary lightning record page for the service team and remove the Process Exceptions component. Activate the lightning record page by profile for all Service team profiles. A Process Exception is a record that represents an error or exception that occurred during the order lifecycle, such as payment authorization failure, inventory allocation failure, fulfillment location assignment failure, etc. A Process Exception hasa lookup relationship to the Order object, and it contains information such as the exception type, status, message, etc. The Process Exceptions component is a standard component that displays process exceptions related to an order on its record page. The administrator can use the Lightning App Builder to create a copy of the Order Summary lightning record page for the service team and remove the Process Exceptions component from the page layout. The administrator can then activate the lightning record page by profile for all Service team profiles, so that they do not see Process Exceptions on any Order Summaries. Verified References: https://help.salesforce.com/s/articleView?id=sf.order_management_process_exception.htm &type=5 https://help .salesforce.com/s/articleView?id=sf.om_process_exceptions_component.htm&type=5 https://help.salesforce.com/s/articleView?id=sf.lightning_app_builder_assign_lex_pages.htm &type=5
Contribute your Thoughts:
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