How to change the creation date in lotus notes… $created February 16, 2008
Posted by pierrekoerber in Lotus Admin.Tags: administration, development, Lotus domino, lotus notes, lotusscript, pierre koerber, switzerland, valais
trackback
I have found in a forum this little trick.
Just add a field in the document named $Created, the document will show the date in this field for the formula @created in views… nice and useful !
/* Created date, if specified overrides UNID created date for @Created */
#define FIELD_CREATED “$Created”
Not sure if the tip is helpful for my query, but is there any way you can change the date an email will be sent? For example, if today is January 30, can it be possible that when you send an email today it will reflect as sent on an earlier date (for example January 25) instead? Appreciate any tip.Thanks!
Maynbe try to Modify the posted date
worked for me
Great tip thanks