
A tip from Mark Hughes:
Lotus does not support default form versioning in Domino Quickr 8.1, while it worked great in version 8.02. An unsupported tip is to create an agent to update the standard forms likeGreat info, thanks Mark!
1. Open main.nsf in domino designer, create a new agent
Agent code
__________________________________
@SetField("h_VersionType"; "implicit");
SELECT @All
2. then open the main.nsf in notes, click on forms on the left hand side, select the forms you want updated to this versioning type and run the agent.
This will turn on implicit versioning that we were able to get through the ini variable we used to use. I set our template to have implicit versioning since that is what our users expect.




