Notes Ninjas Notes Ninjas
Lotus Notes hints, tips, error messages
Xpage web query save

Hint Short Cut: Add this to your code & documentation to help you find this page.
http://www.notesninjas.com/#xpage-wqs or http://www.notesninjas.com/A555F9/nn.nsf/ByAlias/xpage-wqs


How to call a web query save lotusscript agent in Xpages.





To call a Lotusscript agent from an Xpage on saving you need to do the following:

Click on the Xpage or the Custom Control that the document is binded to.

Click on Events.

Expand Data and document1 and then postSaveDocument

Add this code into the script editor:

var agent=database.getAgent("wqsAgentName");
var doc:NotesDocument = document1.getDocument();
agent.runOnServer(doc.getNoteID());

 

In the agent (which should be of trigger On Event , Action menu selection, with Target: none).

Set s = New notessession
Set db= s.currentdatabase


Dim ag As NotesAgent
Set ag=s.Currentagent
 

Dim doc As NotesDocument
Set doc = db.GetDocumentByID(ag.ParameterDocID):

'etc

NB documentcontext should not be used.

 

 

 Jump to:     Notes Tips
    Lotus Notes Index 
  Register for Tips
Previous Lotus Notes Tip 
    Next Lotus Notes Tip
Your company logo here?
Adam Foster
Free Cash Making Web Site
Free Revenue Earning Blog Site
 Free Revenue Earning Newsletter Site   
Free Search Pages Free Web stats
Free Contact Us page
Cheap .com domain names
 Need a website or 
   Lotus Notes
  problem solved?
Adam Foster
Web Services Platform Architecture: Soap, WSDL, WS-Policy, WS-Addressing, WS-Bpel, WS-Reliable Messaging and More by Francisco Curbera, Frank Leymann, Tony Storey, Donald Ferguson, Sanjiva Weerawarana
Other books claim to present the complete Web services platform architecture, but this is the first one I've seen that really does. The authors have been intimately involved in the creation of the architecture. Who better to write this book?
See at: Amazon.co.uk | Amazon.com |