Question

  Asked: Jun 26 2008   7:32 PM GMT
  Asked by: Domino Ask The Experts


LotusScript to change location document name


LotusScript, Lotus Notes

I know this is possible but I don't know how its done. I need to run some LotusScript that will allow me to only change the location document name to my company's name on our Lotus Notes client. I already have the script that deletes the location doc. Can anyone offer me any suggestions?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



What are you trying to accomplish exactly? The location document is just a document, like any other document. If you "already have the script that deleted the location doc", then you clearly know how to get a handle on the doc in question. If you just want to rename it, your can look at the document properties and see what field contains the name (look for "title" or "Name"--or examine the design of the form to get the fieldname. Then it's just a simple doc.fielname="newname" and doc.save(true,false,false).

But I gather there is more to it than that and I'm just not getting it from the question. Can you elaborate?
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Lotus Domino.

Looking for relevant Lotus Domino Whitepapers? Visit the SearchDomino.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register