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

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

Recommended Posts

Posted

I have a field that is auto-populated with an "X" when any one of 6 fields are changed. It works fine, but now I need it to pop up a message asking whether to print or not. The X field is set up in the field definition, so I don't know if this can be added to the calculation or a script has to be called.

Posted

Printing can't be part of a calculation, you will need a script. There is not direct way to trigger a script with the change of the result of a calculation. There is a plug-in that will trigger a script upon exit from a field.

-bd

  • 2 weeks later...
Posted

I don't want it to call a print, I just want it to show a message when the field changes. The message will just ask, "Do you want to print?". The field that is populated with an "X" when it is changed is already in place and working. Is there any way for it to "Show Message" when that change takes place?

I hope this explains it a little better.

Thanks

Posted

You can create a calculated field like so:

PrintMsg = case(ChangeField="X","Would you like to print?","")

You can combine it with the hidden portal trick to display a print button when the changefield has an x in it.

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