0 pts.
 Location Document change with vb
Hi, I want to change a setting in the location document of lotus notes 6.5.4: "USER ID TO SWITCH TO". I want to clear this setting for my users. Is there a way to automate it with VB or VBScript Help is appriciated ofcourse,

Software/Hardware used:
ASKED: July 14, 2006  9:24 AM
UPDATED: July 17, 2006  11:50 AM

Answer Wiki:
SIDFVAN, Since the location documents are just documents created using the "Location" form, you should be able to create a agent that opens each user's mail database and update the "UserID" field, which is an editable text field, in the documents for Form = "Location". I think you may want use the Notes classes in LotusScript for this, instead of writing an external application/script to do it. However, that is just a suggestion. Charles
Last Wiki Answer Submitted:  July 14, 2006  3:05 pm  by  CharlesJC   0 pts.
All Answer Wiki Contributors:  CharlesJC   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You can do it with LotusScript easily enough. Is there a specific reason to want to use VB?

 0 pts.