Hi, I'm having trouble figuring out how to explain this let alone how to write the script. I've tried searching on the forum using different words to describe what I want to do. This is an example:
I have a portal with a drop down value list (pickup1, delivery1, pickup2, delivery2, etc...). When a pickup1 is present, there must be a delivery1, and if there's a pickup2 in the row, there must be a delivery2. If either one is missing, a custom dialog box stating there must be a match. How is the script written to check for the match?
Thanks in advance for all your help.
KL
What would trigger the custom dialog? Can you walk us through the workflow and at what point you'd see it?
It can't be as soon as the user selects pickup1 because they may very well intend to then pick delivery1 next, so showing a dialog after making only 1 selection would annoy the users.
So what action would the user do that would make you do the check?