You need to sign in to do that
Don't have an account?

i have 100 lines of i want to execute 50 lines code through apex classe and remaining 50 lines code through triggers how can we do this
i have 100 lines of i want to execute 50 lines code through apex classe and remaining 50 lines code through triggers how can we do this
For this make 2 methods in class and put your 50 lines in each of the method and call one method through trigger and other method through class.
Regards,
Suraj