• For web / browser use

    By Sherwin Delfin 2 decades ago

    I'm currently developing a Domino application for web/ browser use only. Can I still use Open Audit? Or the Lotus Notes client is required for this?

    • Both can be used

      By Chad Schelfhout 2 decades ago

      I have tested Open Audit through a browser and have it configured in the (Web Save Example)|Open Audit Test Save. You can either use that agent or add that same code to your WebQuerySave agent.



      I grabbed this from the 'Using this Database' on the 'Developer Implementation' tab there is a section called 'Form Implementation Web'



      Update the WebQuerySave event with the name of the agent:

      @Command([ToolsRunMacro]; "")



      Follow the pattern of the "Open Audit Test Save" agent.



      Chad