I have a request to create a log of each instance of a user accessing any view in a database.
I thought a good way to do this would be to create a form with a list of the various views and using the action of selecting the view through an outline, increment the appropriate counter on the form.
I have tried to use @SetDocField, but nothing gets updated. Is it possible to actually use an @Function in this context in an Outline? If not, does anyone have any good ideas short of creating a Navigator and doing my coding there?