Configure After Canceled Layout
You must configure the After Canceled layout.
Following are the steps:
-
Sign in to Oracle CX Sales using Administrator role.
-
Navigate to Application Composer.
-
Go to Service Request > Pages.
-
In Details Page Layouts section, duplicate the After Action Plan layout.
-
Click Edit button on the Summary page.
-
In Configure Detail Form: Buttons and Actions section, remove the Cancel Action Plan button.
-
Click Save.
-
Go back to Detail Page Layout list, select After Canceled layout.
-
For Type, select Deceased Estate.
-
Edit the custom layout expression using the xyz icon.
-
In Advanced Expression dialog box, enter
return nvl(ProcessStatus_c,"") == "CANCELLED" || nvl(ProcessStatus_c,"") == "COMPLETED"
-
For Depends On choice, select Process Status field.
-
Click Validate and Save.