Custom Validation Script with Pop-up Help
Hello there,
I am trying to create a pop up warning based on a validation calculation for a field.
I have this so far:
If(event.value(Hotel > (Lodging*nDays))) app.alert(“Amount exceeds the lodging per diem limit. Please select a justification for the higher lodging amount.”);
I'm getting a Syntax Error saying that I'm missing a before statement and I'm not sure how to move past this. I'm not a JavaScript person so I don't even know where to begin fixing this. Please help!
