< Back

Document Subject: Quickr variable for place paths
Hint Short Cut: Add this to your code & documentation to help you find this page.
http://#QuickrPaths or http://A555F9/nn.nsf/ByAlias/QuickrPaths

When you are writing javascript for Quickr places it is useful to have the url paths etc




Variables I have found for Quickr place paths are:

 

areaNsf   - This gives the full url of the place up to the .nsf .

eg: "http://quickr81.adfos.int/LotusQuickr/adfos/Main.nsf";

 

areaNsfName - This gives the database name.

eg: "Main.nsf"

 

areaNsfPathOnly - This gives the path only without the slash.

eg: "http://quickr81.adfos.int/LotusQuickr/adfos";

 

areaType - gives the type of place, not much use so far.

eg: "MeetingRoom"

 

Other variables:

currentUserAccess - gives level of user access, not much use - 6 is manager/owner see below for more

document.g_strLoginName  gives the login name of the current user.

 

There are some Quickr booleans as well which are useful:

bCurrentUserCanManagePlace  -  true or false

bCurrentUserIsPlaceManager -  true or false

bCurrentUserIsPlaceOwner  - true or false

bSTLinksAvailable  -  treu or false