Search code examples
lotus-noteslotus-dominolotusscriptlotuslotus-formula

How to auto update field in a saved document


How Can I update a field in a saved lotus document every time a user opens it. I want to display what server the user is connected. right now it is displaying the server where the document is created.

Here's the default field value

@Name([CN]; @Subset(@DbName; 1))

Solution

  • Change your field to a Computed for Display field. The field will then re-compute its value when opened (but only for display - the value is not stored in the document).