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

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

Recommended Posts

Posted

Hi All,

I need some help with a trigger.... I think!! :-)

I have created a field that has a value in it. Not all records have a value in the field. I need to have a "Pop-up Message" appear when a user loads a record that has a value in the field.

Any ideas?

Thanks..MG

Posted

Use OnObjectEntry with the script steps of

pseudo code

Go to chosen field

If IsEmpty(chosen field)

Show custom dialog or whatever you want to occur

End if

Posted

I need to have a "Pop-up Message" appear when a user loads a record that has a value in the field.

Use a OnRecordLoad script trigger with a script like:

If [ not IsEmpty ( YourTable::YourField ) ]

Show Custom Dialog [...]

End if

This topic is 4796 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.