Matthew R White Posted June 15, 2012 Posted June 15, 2012 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?
Raybaudi Posted June 15, 2012 Posted June 15, 2012 Case( not IsEmpty ( yourContainer ) ; Get ( CurrentTimeStamp ) ) and Case( not IsEmpty ( yourContainer ) ; Get ( UserName ) ) could solve ( w/o script triggers ).
Matthew R White Posted June 19, 2012 Author Posted June 19, 2012 That works BEAUTIFULLY!! THANK YOU!!!!!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now