Notes 8.5.3CD5 - I have an agent that is creating a new document and trying to get a computed field to populate. Using computewithform but no joy - editing then saving the document manually works but my agent simply cannot get the computed field to populate with default value.
Any thoughts or input appreciated.
Thanks
Code follows:
…db, session, etc set up…
Set TACTattdoc = TACTdb.Createdocument()
… code here to update various fields…
Call TACTattdoc.Computewithform(False, False)
TACTattdoc.saveoptions = “0”
Call TACTattdoc.save(True, True)