Hi @Sri Lakshmi Dusanapudi Click on the hihlight panel component area (as shown below) and if the page needs an upgrade then button will show on the right side otherwise its already upgraded.
Thanks Keji,
I was able to resolve it reading through the link you sent.
Hi Salesforce Community,
I’m working in Lightning Experience and I have multiple Lightning Record Pages for the same object (using different Apps / Record Types / Profiles as needed).
I need to display the same field with a different label depending on which record page the user is viewing. Example:
I know the standard field label is global for the object, and if I change it, it changes everywhere.
My question:
What’s the recommended way to show a
custom label per page for the same field on different record pages?What I’ve tried / considered:
If anyone has best practice guidance (I would like try native salesforce option other than LWC), I’d really appreciate it.
Thanks
Hello @Trupti Labhasetwar
You can’t natively show different labels for the same field on different Lightning Record Pages for the same object. The field label is global and stays the same across layouts, apps, record types, and pages.
The only time different labels are possible is through translations based on user locale. If users have different languages set, you can translate the field label so each locale sees a different name, but this won’t work for different pages with the same language.
If you just need a different display label on another page, a common native workaround is to create a formula field that references the original field and give it the alternate label. You can place the original field on one page and the formula field on another. This works well but is read-only, so it’s not suitable if users must edit the value in both places.
I hope this helps
Hi, I have added the delete button onto the actions of my lighting page, but it's not showing up. Any suggestions for how to proceed?
Thanks!
Hi Laura in order to delete a activities (Events) the user must have the following on top of Edit and Delete Tasks:
Salesforce’s availability SLA is basically 99.9% uptime or better.
I am receiving this error message when I attempted to change the assignment from an App default to a App, Recordtype, Profile assignment.
I deleted all cache and cloned the lightning record page but I am still getting the error.
This usually happens because the Lightning page or the permission assignments are still tied to the old assignment type.
quick workaround :
Often, re-activating the page for the correct Profile & App combination fixes the error.
If this helps, you can mark it as accepted.
I’m setting up Service Cloud Voice with Amazon Connect (Salesforce-provisioned) and I’m stuck with an agent access issue. I’ve created an agent user in Salesforce and verified that the Profile is Service Cloud, the AC Demo Service Console app is assigned and visible on the profile, and the user has the required permission sets (Contact Center Agent and Service Cloud Voice Permission Set) along with the Service Cloud Voice User permission set license. The user is also successfully added to the Contact Center as an agent. However, when I log in as this agent, I still cannot see or access the AC Demo Service Console
from the App Launcher, while the admin user can access it without issues. I’ve already checked app assignment, profile visibility, and permissions, but the agent still gets insufficient access / cannot see the console. Is there anything specific to Service Cloud Voice or console apps (like navigation items, default app settings, or agent-specific requirements) that I might be missing?