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

Flag records based on the layout


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

Recommended Posts

Posted

How can I make all records viewed in a certain layout capture the date they are viewed in that layout.

I tried this -

Created a Layout "Special"

In each record, created a Text Field with an autoenter calculation

GetAsText (

   Case (   (Get ( LayoutName )="Special") ;

                Timestamp(Get ( CurrentDate ); Get(CurrentTime)

                          )

         )

            )

This triggers the script only when a new record is created while in the "Special" Layout

How do I trigger a calculation to be done, every time a record goes into a specific layout?

Posted

If I avoid the status bar buttons to navigate through records and to layouts, and use buttons on the layout to do the same tasks Can I achive the same results? Would that be the way to do it?

Posted

Yup you are going to have to limit navigation to that 'special' layout so that to get to it a user has to press a button.

You can then attach a script to the button that uses a setfield instruction to store the date or time or both into a field and then uses a go to layout instruction.

HTH

Phil

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