Monthly Archives: January 2020

SOQL in salesforce

What is SOQL? SOQL means Salesforce Object Query Language. It is used to query the data (or) retrieve the data. We can also retrieve corresponding parent/child records. It will return the result in the form of List<sobject> / map<id, sobject>. SOQL can return 50,000 records at max. QUERY :- Query is a statement written to… Read More »

Trigger for create record in another object without relationship

Hi, here we have shown, how to create a record when a record is inserted in one object, another object record should create. Here we are used People and contact objects, both dont have any relationship, but if people object record is created then contact object record should be created. Trigger Share this…WhatsappFacebookEmail