All triggers define implicit variables that allow developers to access run-time context.
isBefore: Returns true if this trigger was fired before any record was saved.isAfter: Returns true if this trigger was fired after all records were saved.isInser…
SOQL:SOQL stands for Salesforce Object Query Language. SOQL starts with SELECT KeywordWe can execute SOQL different tools like Developer Console, Workbench and VS Code.Syntax:
Example:
Social Plugin