sandyinlet Posted March 17, 2009 Posted March 17, 2009 I need to validate there is data in all the fields of a portal row when the row itself is exited. I don't want to bother the user while they are in the process of entering data in the fields, only when they click to exit the active row. I can't seem to come up with a strategy. Field validation won't cut it and I've not identified a way with Script Triggers either. Assistance appreciated.
bcooney Posted March 17, 2009 Posted March 17, 2009 I would probably have data entry in a popup window, and not directly in the portal. The button that closes the window would run the validation script.
Vaughan Posted March 17, 2009 Posted March 17, 2009 I'd do both: do data entry in a pop-up window AND have field-level validation on the portal records to ensure the data integrity is maintained.
bcooney Posted March 17, 2009 Posted March 17, 2009 I hate field level validation. How do you control those hideous dialogs FM puts up?
Vaughan Posted March 18, 2009 Posted March 18, 2009 If the data entry is done in a floating window with globals (or some other way) then the only data that the portal records sees is always correct, so there will be no dialog. The validation prevents incorrect data from being entered from any other interface, or from the record being edited with incorrect data.
Recommended Posts
This topic is 5730 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now