Activity Forums Salesforce® Discussions What are context variables in triggers in Salesforce?

  • Anuj

    Member
    July 8, 2020 at 12:51 PM

    Context variables are the variables which can have different values in different environments. You can create a context group which can hold multiple context variables. … Its means by using context variables, you can move the code in development, test or production environments, it will run in all the environments.

Log In to reply.