Permission sets in Salesforce
Permission set: A permission set is a collection of settings and permissions that give users access to various tools and functions. Permission set enhances functionality of profiles, Consider a scenario ....
Permission set: A permission set is a collection of settings and permissions that give users access to various tools and functions. Permission set enhances functionality of profiles, Consider a scenario ....
Go to Setup --> Administer --> Manage Users --> Login History. SOQL: SELECT Id, LoginTime, UserId FROM LoginHistory WHERE LoginTime > 2021-06-23T16:05:00Z AND LoginTime < 2021-06-24T16:05:00Z SELECT Id, Name, Username ....
Good knowledge in CRM domain. For Developers, HTML Javascript jQuery CSS JAVA Basics Web Services
1. Go to Setup --> Build --> Customize --> Communities --> Manage Communities. 2. Click "Edit". 3. Click "Take Offline". 4. Click "Ok". Output:
There is no specific method in Salesforce Apex for String Concatenation. We can use plus(+) operator for string concatenation. Please check the sample code where two integers are converted to ....
Note: Kindly don't do this until it is really required. Doing this will send an email to all the users in your organization with a link to reset their password. ....
Note: Kindly don't do this until it is really required. Doing this will send an email to all the users in your organization with a link to reset their password. ....
System Administrator A Super User who can customize and administer the Application. Standard User An user who can view, edit and delete their own records. Solution Manager Standard User Permissions ....
The enhanced profile user interface provides a streamlined experience for managing profiles. With it, you can easily navigate, search, and modify settings for a profile. 1. Go to User Management ....