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

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

Recommended Posts

Posted

I'd like 2 fields I created (Timestamp, and User) To be updated when I add a pdf file to a certain container. What script do I use for this?

I've been looking at the script trigger (On Object Modify) - Then run script insert current date and user. But this isn't really an accurate way of doing it because when you remove the pdf, instead of the timestamp and user changing to blank, it just updates the user and date.

Any suggestions?

Posted

Case(

not IsEmpty ( yourContainer ) ; Get ( CurrentTimeStamp )

)

and

Case(

not IsEmpty ( yourContainer ) ; Get ( UserName )

)

could solve ( w/o script triggers ).

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