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

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

Recommended Posts

Posted

Hi everone!!!

Im trying to figure-out if there's a way to programmatically check when a field out of 12 field was modified.

I would like to know(via global field maybe) as soon as data is changed or added in a field on a layout. so if i have about 12 fields on this layout, i want to know when one of them is modified, and it can be anyone of them, its random. So i need code that could keep an eye on those fields, and the minute one of them is changed, i get a flag.

Can it be done.

Any ideas, tricks etc are more then welcomed and very appreciated.

Thx.

Pat.

Posted

You could use an auto-entered text calculation, with 'Do not replace existing value for field' deselected, of

Evaluate( "Get(CurrentTimestamp)"; [field1; field2; field3; ... field12] )

Whenever any field in the list is changed, the timestamp will be updated.

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