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:
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:
after adding static also same error occurs..
ReplyDelete