So, the following LPL does make a confirmation required message appear, however, it appears all the time -- whether an attachment has been entered or not. I know I'm missing something here, but I can't figure out what it is. It cannot be a constraint, because we do have instances where an attachment may not be possible, but we want to just give a warning message, hence using "confirmation required". Thoughts??
Parameter Rules
RUSHResignationLetterAttachment
if (reason code = "VOL-ABANDONJOB"
or reason code = "VOL-ATTENDSCHOOL"
or reason code = "VOL-CAREER-JOBCHG"
or reason code = "VOL-DISSATJOB"
or reason code = "VOL-DISSATPAY"
or reason code = "VOL-DISSATWORKCOND"
or reason code = "VOL-ERO"
or reason code = "VOL-FAILRETURNLOA"
or reason code = "VOL-NOCALL-NOSHOW"
or reason code = "VOL-OTHER"
or reason code = "VOL-PERSONAL"
or reason code = "VOL-RETIREMENT"
or reason code = "VOL-SCHEDCONFLICT"
or reason code = "VOL-WITHDRAW"
and RUSHResignationLetterAttachment not entered)
confirmation required
"ResignationLetterNotAttached.AreYouSureYouWantToProceed?"