Author Archives: greysalesforce

SOQL Injections in Salesforce

SOQL Injection is the breach of our application security which is dangerous for our valuable data. This happens because preventive measures are not taken into consideration when we write our SOQL queries for any DML operation. When the queries are formed dynamically with front end input, user can use backend queries differently to get the… Read More »

Mapping custom lead fields to standard contact fields

In one of our last posts  “Mapping custom lead fields in Salesforce”,  we described how we can use the standard salesforce functionality to transfer the custom lead field to custom opportunity field when converting a lead to an account-contact-opportunity [ACO]. Sometimes we may want to transfer the data that is in a custom lead field… Read More »

Assign custom object permissions to Standard User in Salesforce

One of the key tasks of Salesforce administrator is to assign custom object permissions to the standard Users in Salesforce. One can simply assign a user with administrator rights and can avoid the trouble of assigning privileges to different user groups. However, this would mean providing users with unrestricted access, which could potentially lead to… Read More »