Overview
When accessing the Sales Order tab in Lightning Experience, the CloudSense configurator fails to launch, and the standard Salesforce page layout is displayed instead. This behavior is due to Lightning Experience's default handling of record name links in list views, which overrides custom configurations. The issue is not a defect but a change in behavior from Classic to Lightning Experience. Workarounds include using a custom list view with a custom action or creating a Lightning Component and App Page.
Information
Issue: CloudSense configurator does not launch in Lightning Experience when accessing the Sales Order tab.
Cause: In Lightning Experience, record name links in list views, related lists, and search results navigate to the standard Lightning record page, overriding any custom configurations for the View action.
Resolution Steps:
-
Create a Custom List View with a Custom Action:
- Add a custom button or action in the list view that opens the Visualforce page in a new tab or modal.
- Use the record ID as a parameter.
- Educate users to use this button instead of the default name link.
-
Use a Lightning Component and App Page:
- Create a Lightning Component or LWC version of the Visualforce logic.
- Embed it in a custom Lightning App Page.
- Use navigation rules to link to it via custom buttons or tabs.
-
Use Custom Navigation via Quick Action or Flow:
- Set up a Quick Action that navigates to the Visualforce page using a Flow or JavaScript.
- Launch it from a button in the page layout or a utility bar.
Note: These solutions involve standard Salesforce features and may require assistance from a Salesforce Success Manager for implementation.
Frequently Asked Questions
- How do I know if this issue applies to my situation?
- If the CloudSense configurator does not launch when accessing the Sales Order tab in Lightning Experience, and the standard Salesforce page layout is displayed instead, this issue applies to you.
- What are the recommended workarounds for this issue?
- Recommended workarounds include creating a custom list view with a custom action, using a Lightning Component and App Page, or setting up custom navigation via Quick Action or Flow.
- Can I still use the CloudSense configurator in Lightning Experience?
- Yes, by implementing one of the recommended workarounds, you can continue to use the CloudSense configurator in Lightning Experience.
Priyanka Bhotika
Comments