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

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

Recommended Posts

Posted

The approach is fine. All you need now is a way to trigger the script that does the checking. It could be triggered as a startup script, as part of some navigation that is regularly used, or by a plug-in such as Activator which can trigger events on time.

-bd

Posted

I have something very similar. I started with a script, but eventually discarded it in favor of a relationship and a layout that I take the user to as soon as the solution starts up. You can create a portal using a global date that is setfield(_global date, Status(CurrentDate). Create the relationship of _global date = followup date

Posted

Could you tell me a little more about your Relationship/Portal solution. I'm not sure I fully understand the way it works and the way I need to set it up.

Thanks for your help...

Posted

Create a global date field (lets call it _Global Date). Create a relationship between _Global Date and Followup Date (or whatever you're really calling it).

Make a script with the following statements:

SetField(_Global Date, Status(Current Date))

GoTo Layout(Followups)

On the Followups layout display a portal with the above relationship.

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