June 15, 201213 yr 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?
June 15, 201213 yr Case( not IsEmpty ( yourContainer ) ; Get ( CurrentTimeStamp ) ) and Case( not IsEmpty ( yourContainer ) ; Get ( UserName ) ) could solve ( w/o script triggers ).
Create an account or sign in to comment