You need to sign in to do that
Don't have an account?
Oldwen Adriano
Need some help with a function call : Method does not exist or incorrect signature:
Here is my code example:
Can anyone help me with this?
global class ControllerGetNext { webService static String GetNextProcess() { if(AllowedZone(strTimeZone) == true) { foundLead = true; strLead = lstLeadToAssign[i].Id; } } public boolean AllowedZone(string myZone) { //Some code return true; } }This code seems pretty straight forward. I have a class and then I created a public function within that class. I try to consume the function within another function of my class and I get the error about incorrect signature.
Can anyone help me with this?
if its resolved your issue,please mark as best answer so it will help to other who will serve same problem.
Thanks!