Hello
Does anybody know how to disable the first opening setup view, the “Design your homepage” from Notes client Home tab? I would like notes client to open the default home tab without asking anything.
-Merja
Hello
Does anybody know how to disable the first opening setup view, the “Design your homepage” from Notes client Home tab? I would like notes client to open the default home tab without asking anything.
-Merja
Subject: works fine for me
After I have made my choice under ‘Design Your Home Page’, it never asks me again.
Have you tried to fixup & compact bookmarks.nsf?
Subject: Where can I find the field?
Hello Debbie
I’m not so good with designing applications and now that I have installed this new version of the designer, I’m totally lost. Previous version I used was 703… Where can I find the field I should set this value? Or should I create this field?
And as answer for Jochen, yes I know you only have to either set your own welcome or push the Use the default button and Notes will not start the welcome setup. But we want to spare our users to think too much so we want that they don’t have to think even this once… :o)
Merja
Subject: various ways to do it
The field is not visible; it is in a hidden profile. Running an agent with the formula I provided in my reply would set the item on the profile.
You didn’t mention the application for which you are requesting this information. If you plan to put a customized bookmark template onto your users’ machines, you can modify the Frame formula on the -Welcome- frameset to not show the Setup page.
Subject: Setup page
The “Setup” page appears (or does not appear) based on a profile value in the bookmark.nsf file.
To hide the setup screen:
Basic client: @SetProfileField(“HPSettings”; “setupScreen”; “1”)
Standard client: @SetProfileField(“HPSettings”; “setupScreenWCT”; “1”)
In summary, if either of those profile values <> “1” the setup page will appear on the respective client.
NOTE: Once you click on either the “Use the Default” or “Create my own” button on the Setup page, it should not appear again.