Is it possible to delete any shortcuts Lotus Notes databases with code lotus script or by formulas ?
Thanks
Is it possible to delete any shortcuts Lotus Notes databases with code lotus script or by formulas ?
Thanks
Subject: Remove shortcuts by Notes script or formula
Yes - you can do it via LS and even better by using Policies or profiles (which you use depends on the version you have). It is extremely easy. It can be as easy as pasting a database link (or links) in the document. My best suggestion is that you get a hold of the product manual and do some reading on policies.
Subject: RE: Remove shortcuts by Notes script or formula
My problem is that I want to destroy a shortcut of a Notes base that many users have on their workpace with a button programmed into a message.
Thanks
Subject: RE: Remove shortcuts by Notes script or formula
Apologies - I did not properly understand your question. I have no clue, to be honest. Without knowing much about it, you could always keep the database there, but set the Open event of the database to display your message, and then close the database and transfer the user elsewhere when they hit OK. Sorry - that’s all that comes to mind.
Subject: RE: Remove shortcuts by Notes script or formula
Thank you for your help
Subject: Remove shortcuts by Notes script or formula
Could give me an example of what shortcut your are referring to? I do not understand your question.
Subject: RE: Remove shortcuts by Notes script or formula
The shortcuts in the left bar and on the workspace
Thanks
Subject: RE: Remove shortcuts by Notes script or formula
These shortcuts are stored in the file bookmark.nsf. You could write some Lotusscript to delete the documents from this file as required.