The sil script is a validator so I don't understand why I am getting that exception
Snippet of Code:
string dateRequired = #{Date Required?};
if(getInput(dateRequired == "YES")){
if(hasInput(customfield_XXXX))
{
return false, customfield_XXXX, "Receiver Required Date must be filled out";
}
I am getting the sil exception on the following line
if(getInput(dateRequired == "YES"))
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.