Trying to create custom welcome page - MAIL-CALENDAR buttons etc

Hello All,

I’m new to Notes 8.5 and I’m trying to create a custom welcome page like the one we had in Notes 6.5. In the old version we created an application with a page that contained all of the items that we wanted and loaded that into a frameset, then launched this application upon starting Notes. We prefer this over modifying the bookmarks.nsf file because the users make changes and we need to update the Welcome page, we don’t want them to loose any of their custom settings that may be stored in bookmarks.nsf. In any event, we’d like to add items like MAIL-CALENDAR-TODO and ADDRESS BOOK to our welcome page sort of like the basic one in the bookmarks file has. Question is how do we create the buttons that will open each of these? If we create a custom welcome page from within bookmarks it seems to work fine I guess because the framesets for these items are stored within? Now I’m trying to do the same from an external app. Is there an @ Command that opens an address book, calendar view etc?

Thanks in advance

Subject: By the way…

I’ve tried simply selecting the address book, mail, todo icons from within Notes Client and selecting APPLICATION-COPY AS LINK but that opens the mail each time. I want to open each one to it’s own view (Calendar, Address Book etc).

Subject: Figured it out myself…

@Command([OpenCalendar]; @UserName);@Command([OpenFrameset]; “FrameSetNameGoesHere”)