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

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

Recommended Posts

  • Newbies
Posted
Can someone help me out please. 
 
I am looking for an automatic way to mark newly created records and records that have had any modifications made.
 
My plan was to write a script that would check a check box and then attached that script to the records fields with a script trigger so that if a field was changed the check box would be checked. I was unable to get a script to check a check box.
 
Is there a simple way to do this? How would I mark newly created records? 
 
Thanks
 
 
 
 
Posted

A timestamp field that auto-enters the creation timestamp and another that auto-enters the modification timestamp is all you need.

Posted

The easiest way is to display Raybaudi's two suggested fields.

 

If you're married to the checkbox schema

 

Modified checkbox:

 

After creating the two timestamp fields, create a calculation field isModified = (ModTSfield ≠ CreationTSfield).  Create a value list with only the value 1 and call it isTrue.   Format your calculation field as a checkbox set using values from isTrue.

 

For new records, it depends on the definition of "new".  Created today? Created in the last n days? Created since noon?

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