<p>How to resolve the method does not exist or incorrect signature salesforce?</p> <p><strong> </strong>I have a code as below</p> <p>public class TestClass { </p> <p>Public TestClass { } </p> <p>public long[] callerSub(string keya, String keyb){ </p> <p>long[] datalr = new long[] {0,0}; </p> <p>datalr[0] = 5; </p> <p>datalr[1] = 7; </p> <p>return datalr; } } which is showing the error <strong>method does not exist or incorrect signature </strong>can anyone help me please</p> <p> </p>
If you want to unleash your potential in this competitive field, please visit the Salesforce course page for more information, where you can find the Salesforce tutorials and Salesforce frequently asked interview questions and answers as well.