@Command({FileSave}) to prevent database icons on desktops

@Command({FileSave}) to prevent database icons on desktops

To prevent database icons from being added to the end user desktop, can I use the following formula?

 @Command([FileSave]; server; db; ""; ""; "" ; "1")


    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.

    By submitting your registration information to SearchDomino.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDomino.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

@Command([FileSave]) is used to save a document in the Notes UI. If the user is saving a document in the UI, the database icon will already have been added to the workspace. If you are asking how to remove an icon that already exists, you can use @Command([FileDatabaseRemove]). **The database icon must be selected, but the database cannot be open.


This was first published in September 2001