Blogs
-
Global Search Box Visibility in Saleforce Tabs + Visualforce Communities
Introduction In Salesforce, the visibility of the Global Search box is set by the user’s profile permissions and org configuration. Specifically, the Chatter Enabled permission can affect the appearance of the search box. Steps Here’s the steps to verify: Chatter Enabled Permission: If the user’s profile has the Chatter Enabled permission: The Global Search Box (available…
-
Chrome plugins for Salesforce to deal with Metadata
Here are some of the most popular and widely-used Salesforce Chrome plugins that enhance productivity, simplify development, debugging, and navigation, and improve the overall Salesforce experience for develpers and business users. 1. Salesforce Inspector Reloaded Link: Salesforce Inspector 2. Salesforce Advanced Code Searcher Link: Salesforce Advanced Code Searcher 3. ORGanizer for Salesforce Link: ORGanizer for…
-
Static Apex Code Check Review and Analysis – No Need of Checkmarx
Static Apex Code Check Review and Analysis in Salesforce involves assessing the quality, performance, security, and maintainability of Apex code before deployment. In order to develop any app in Salesforce for AppExchange, we must need to follow the security guideline to pass the security review. Here’s a structured approach for performing such a review: Code…