metropoj
15th September 2008, 22:16
On Form 4 of the Maintain Sales Orders session, there is a "Allow Consolidation" YES/NO option.

I have added a text field after that to allow the user to add in which sales orders can be consolidated.

Problem is that users are forgetting to add the text in :) ...

I don't want to make my new field manditory becuase they will always have to enter in something. I'd rather base it on the Allow Consolidation field being set to YES.

I don't see any way to warn the user to enter in text if blank based on a condition ...

Any suggestions ? Thanks in advance !

mark_h
15th September 2008, 22:53
If you have source code it should be easy to add a check into the script to see if that field is set to yes. Then you could either issue a warning message or do a check on the text field to make sure it is not blank. Those are the first two options that popped into my mind.