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

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

Recommended Posts

Posted

I would like to lock a users records after 2 weeks,

so in the Priveleges section on the record tab I have limited the priveleges so that initialy only a person who created the record can edit it, I would then like to limit the time they have to 14 days.... I have got this far...

creator = Get(AccountName) + date Entered ≤ GetAsDate ( text ) + 14

Of course this does not work ! but I think you can see what I am trying to do ?

can anyone help here ?

Thank in advance....

Posted

+ is a mathematical function. AND is a logical operator. "Date Entered" should be an auto enter field for the Creation Date and "Creator" an auto enter field for the Creation Account name.

Able to Access:

( Creator = Get(AccountName) ) AND ( Date Entered + 13 >= Get(CurrentDate) )

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