Activity Forums Salesforce® Discussions How to call controller class method through Trigger?

  • Aditya

    Member
    January 23, 2020 at 1:40 pm

    By using the following code, we can call controller class method:

    public class MyFirstClass{
    
       public void doOperation1(){
         // Enter statement here
       }
     
      public static void doOperation2(){
          //Enter statement here
      }
    
    }

     

     

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos