Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 5730 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted

I hate field level validation. How do you control those hideous dialogs FM puts up?

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.