User profile permission explanation
Profile controls Administrative Permissions General User Permissions For user permission, read our Available Feature Licenses documentation.
Profile controls Administrative Permissions General User Permissions For user permission, read our Available Feature Licenses documentation.
There is a very powerful feature in classic console that whenever any changes happens at any record by other users, you can know it in list view and case detail page as well: https://trailhead.salesforce.com/en/content/learn/modules/service_console_customize/service_console_customize_push But unfortunately, Salesforce does not provide this feature in lightning service console yet — a real pain for support agent. Here is an idea …
Requirement: a SAQL query to find the number of WEEKDAYS between two dates. Specifically, can use this SAQL query in a Compute Expression SAQL Expression: Here dataset name is “cases”. Start date is Created Date of a Case record and End Date is ClosedDate of Case. Algorithm is copied from here: https://help.salesforce.com/articleView?id=000004526&type=1.
Description Implementing a custom domain for your community creates brand recognition and gives you additional control and functionality. We’ll go through how you can get your custom domain implemented. Prerequisites & Assumptions Steps to setup the masking Prepare Host-name for CNAME configuration from Salesforce: Get Salesforce 18 digits organization id. You can get that easily …
Here is the apex code to to achieve the same. Run in dev console then use in your test class or anywhere else you want:
PROBLEM STATEMENT SOLUTION Below given solution is use to Apex script to query Knowledge and make change and then publish in mass. This peice of code further can be used anywhere in Anonymous Window (Developer Console –> Debug –> Open Execute Anonymous window) or Apex Class/Trigger. Query Published articles and make desired changes (skip if …
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 …
Chrome plugins for Salesforce to deal with Metadata Read More »
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 …
Static Apex Code Check Review and Analysis – No Need of Checkmarx Read More »
If you are building a Lightning App/Community by custom components then you must ensure that your components are gonna work after Summer ’17 release. Because Salesforce is going to activate LockerServices in all organization that will enforce your code to follow some guideline and practices @https://developer.salesforce.com/blogs/developer-relations/2016/04/introducing-lockerservice-lightning-components.html. My team is working on same, we are safeguarding …
Are you building lightning app with Locker Services!!! Read More »