I am getting this error when i submit a requisition. The relevant email addresses have been configured for users.
*This post is locked for comments
I am getting this error when i submit a requisition. The relevant email addresses have been configured for users.
*This post is locked for comments
Activate debugger and run the code where it stops check the call stack and check value. Also check sometime we mistakenly define local and global variables with same name and it conflicts with value. Error states variable is not assigned due to any reason whatsoever it may be.
This error occurs because you have not passed correct or all parameters in function
Kindly check the function and look at all the parameters.
Hey fkirui,
Though the error message is very clear that the address parameter you are sending shouldn't be empty so please cross-check this, Debug it and see which piece of code is generating this then it will be easy for you to catch.
Good luck
It looks like some variable is not declared, or the value of address is not transferred properly. As other members suggested, try debugging.
It looks like one of the function call is missing a parameter value, the best way to catch that is by debugging.
There seems to be invalid syntax in your code. Try to compile the object or debug your code, which would show the exact error.
I think, you need to pass the correct email address with proper string.