Blogs

  • Difference between Custom Setting and Custom Metadata

    Custom Settings and Custom Metadata are two types of custom configuration data in Salesforce. Here are the main differences between them: Overall, the choice between Custom Settings and Custom Metadata depends on the specific use case and requirements of the application. Custom Settings are more suitable for dynamic configuration data that may need to be…

    Read more…

  • Vote Article as Guest/Unauthenticated User in Salesforce Community

    INTRODUCTION How can We enable article voting for the guest users without prompting them to login. Salesforce lets guest users vote their own article without logging in. SOLUTION To allow guest users to like or dislike articles in Salesforce, you can follow these steps: Here’s an example of how the code: LWC: LWC JS Controller…

    Read more…

  • Not Able to upload File under task in Salesforce Mobile App

    You can not upload file under Task using related list in Salesforce Mobile App. This is Salesforce feature limitation in mobile app. We can add File button on task layout that will give option to upload file on Task level. And related uploaded files will appear in related list.

    Read more…