Skip to main content

Posts

Showing posts with the label Admin

Salesforce Flow Updates – Spring’25 Release

  In this blog, we’ll dive into the Salesforce Flow Updates introduced in the Spring ’25 Release. We’ll explore their practical applications and how they enhance user experiences. This release emphasizes improved usability, efficiency, and functionality in Salesforce Flows. With upgrades like enhanced Flow Builder features, reactive screen actions, and progress indicators, Spring ’25 takes automation to the next level. Let’s explore each Salesforce Flow Updates 1. View Flow Versions Side by Side The Spring ’25 update introduces the ability to open flow versions in separate tabs directly within the Flow Builder. This feature allows you to compare different versions side by side on the same canvas, streamlining the debugging process and improving efficiency. 2.Smarter Search in Resource Picker The resource picker now features enhanced nested search functionality, simplifying the process of finding the right resources. Whether you're looking for record variables, custom labels, or glo...

URL Redirect in Experience Site | SF Fact #07

  Salesforce Sites URL Redirects To ensure search engines and users can find pages after moving or reorganizing them on your Salesforce Site, set up site URL redirects. This helps communicate the new page locations effectively. Keep the following points in mind when implementing these redirects: You cannot redirect error pages or CSS files (files ending in .css). You can create up to 6,000 redirect rules across all sites. Query parameters in site URL redirects must match exactly. URLs containing the lastMod parameter cannot be redirected. URL rewriting on your site will be applied after any site page redirects. To redirect the home page of an Experience Cloud site to its corresponding Site.com home page, set the Source URL to / , which indicates the home page of the Experience Cloud site. Set the Target URL to s , which indicates the home page of the Site.com site. Steps: 1) Go To Setup, in quick find box search 'All Site'. Please find the screenshot below. 2) Select the site, ...

SF Facts #01 | system.typeexception: unsupported sobject type and/or version

  Error Encountered While Accessing Custom Metadata Records Using Built-in Methods: Error Message: system.TypeException: Unsupported sObject type and/or version Cause: This error occurs because the metadata type methods were introduced in API version 51. If your Apex class is using an API version lower than 51, it will not support these methods. Solution: To resolve this issue, update the API version of your Apex class to version 51 or higher. By updating the API version, you ensure that your Apex class can utilize the built-in methods for accessing custom metadata records without encountering the unsupported sObject type and/or ersion  error. Feel free to share your view and comments.

Restrict Users to Use Salesforce Classic

Did you know you can restrict users to use Salesforce Classic, How? Below are the steps: 1) Select the Profile of the User. In my case I m using System Admin Profile. 2) Go to Setup --> In the Quick find box --> Search Profiles 3) Select the System Admin Profile. 4) Search for "Hide Option to Switch to Salesforce Classic" . Refer the Below Screeshot. After Enabling the "Hide Option to Switch to Salesforce Classic" for a particular profile, User cannot see the "Switch to Salesforce Classic" option in user profile.                                                                            Thank you !!!  

Create a WhatsApp Channel in Service Cloud(Salesforce)

Create a Messaging channel to let your support team help customers over WhatsApp. Customers message your company from the WhatsApp mobile or desktop app, and agents reply from the Service Console. SetUp Enhance WhatsApp Channel: To set up an enhanced WhatsApp channel, go to the Messaging Settings in Setup and select Messaging. Click on New Channel and choose WhatsApp, then Enhanced. Follow the instructions to create or select a Meta Business Account, a WhatsApp Business Account, and a WhatsApp Business Profile. Verify your WhatsApp Business phone number and click OK when notified that you’re ready to chat. Choose how to route incoming messages to agents, and customize the user experience for agents and customers. To create a standard WhatsApp channel, go to Facebook Business Manager and find your Business Manager ID. Send an email to whatsappenablement@salesforce.com with your Salesforce org ID, Facebook Business Manager ID, phone number, and other information. After a few days of pro...