Mikkel Heisterberg implemented
Open Audit in his Notes application and had a
suggestion to improve how the log file can be located. Currently
Open Audit allows the audit to stay in the application’s database or saved in a different database, which I would suggest doing. The replica ID or server & path can be used to determine where the audit log is located stemmed from
Reference Lookup . Mikkel’s suggestion was to use */ to represent the directory where the current database is located. I liked the idea so much I had to incorporate it into the new version of Reference Lookup that you can
download .
As I named my alias ‘Relative Path’, I realized that ‘..’ (up directory) would be another nice option to add. The up directory option will only work in conjunction with the */ syntax.
Some Examples:
- *\Log\audit.nsf
- *\..\audit.nsf
- App\Log\audit.nsf
Check out the ‘Using This Database’ for examples and code starters.
So expect to see these same features in the next release of
Open Audit , yes I am working on it.