Pages

Wednesday, June 3, 2015

Error: Compile Error: Method does not exist or incorrect signature:

Trigger

Apex Class:

The system throws a compile error : Method does not exist or incorrect signature even though everything seems correct. This is because the methods should be defined as static. Below is the corrected code. SOLUTION:

1 comment: