Home > Domino Tips > Developer > Agent > Best practices for using the Lotus Notes WebQuerySave agent
Domino Tips:
EMAIL THIS
 TIPS & NEWSLETTERS TOPICS 

AGENT

Best practices for using the Lotus Notes WebQuerySave agent


Sameer Thakur
03.13.2007
Rating: -2.30- (out of 5)


Lotus Notes and Domino tips, tutorials and how-to articles
Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google


The conventional way of validating data entered on any Lotus Notes form is to run a WebQuerySave agent. However, if any data is not confirming the expected values, an error message gets thrown to the user.

But the problem of running the WebQuerySave agent is twofold. Either we have to redirect the user to another page -- or take the user to the original form. Unfortunately, either approach causes data entered by the user to be lost forever. The user then has to enter the data again.

To avoid this pitfall, follow these steps:

  1. In the "Computed for display field," use the name "errMsg." Make sure that the formula has the same field name as itself.

  2. Turn the JavaScript function "on" for the Onload event of the form. This function will check the value in the "errMsg" display field. If it contains any value, it will alert that value and make it blank.

  3. Use the modified WebQuerySave agent. This Lotus Notes agent will be now modified. Any print statements written inside will be removed. It will set any message in the "errMsg" field and exit. At the conclusion of the agent, it will set "SaveOptions" to "1" or "0" -- depending on the success of the validations.

  4. Set up the hidden validate button with the following formula:
    @Command([ToolsRunMacro];"YourAgentName");
    @if(SaveOptions="0";
    @Command([FileSave]);@Return(@False));
    
  5. Remove the agent call from the WebQuerySave agent.

  6. Click the "SaveButton" -- or any other button that can invoke a form submission -- instead of submitting the form call click of the validate button. This will run an agent and set your "SaveOptions" accordingly.

If SaveOptions is set to "0," this means validations have been successful and it will save the form -- or else do nothing. In that case we have already set "errMsg" in an agent and after execution of the agent, the Web page gets refreshed and our Onload script will give an alert with the error message we set. This all happens without losing any data.

There is no need to use Ajax or any preloaded data for a client-side comparison. You should do your validations on the server and give alerts to your Lotus Notes users.

Do you have comments on this tip? Let us know.

Related information from SearchDomino.com:

  • Expert Advice: Getting WebQuerySave agent to run
  • Expert Advice: Referencing a view
  • Reference Center: Agent tips and resources

    This tip was submitted to the SearchDomino.com tip library by member Sameer Thankur. Please let others know how useful it is via the rating scale below. Do you have a useful Lotus Notes, Domino, Workplace or WebSphere tip or code snippet to share? Submit it to our monthly tip contest and you could win a prize.

    Rate this Tip
    To rate tips, you must be a member of SearchDomino.com.
    Register now to start rating these tips. Log in if you are already a member.




    Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us    Add to Google



    RELATED CONTENT
    Lotus Notes Domino Agents
    How the Agent Profiler tool improves Notes/Domino performance
    Run or restart Notes/Domino agents via text messages
    Calculating results for a column in a Lotus Notes view
    Approve Lotus Notes documents using a BlackBerry mobile device
    LotusScript agent indexes Lotus Notes/Domino databases
    Top 10 Lotus Notes/Domino coding and development tips of 2008
    Open documents in Lotus Notes from the Web without a UNID
    Fix and update Lotus Notes documents with limited access
    Verify scheduled agent status with Domino Extensible Language (DXL)
    Top 10 Lotus Notes Domino programming and development tips of 2007

    Agent
    Run or restart Notes/Domino agents via text messages
    Approve Lotus Notes documents using a BlackBerry mobile device
    LotusScript agent indexes Lotus Notes/Domino databases
    Open documents in Lotus Notes from the Web without a UNID
    Fix and update Lotus Notes documents with limited access
    Verify scheduled agent status with Domino Extensible Language (DXL)
    How to export data from a Lotus Notes database to a CSV file
    Enable or disable scheduled agents without opening the Lotus Notes database design
    Creating custom views in Lotus Notes databases
    Editing fields in a Lotus Notes view with Ajax

    RELATED RESOURCES
    2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
    Search Bitpipe.com for the latest white papers and business webcasts
    Whatis.com, the online computer dictionary

    DISCLAIMER: Our Tips Exchange is a forum for you to share technical advice and expertise with your peers and to learn from other enterprise IT professionals. TechTarget provides the infrastructure to facilitate this sharing of information. However, we cannot guarantee the accuracy or validity of the material submitted. You agree that your use of the Ask The Expert services and your reliance on any questions, answers, information or other materials received through this Web site is at your own risk.



  • Domino & Lotus Notes Security Solutions: Authentication, Antispam, Encryption and Antivirus
    HomeTopicsITKnowledge ExchangeTipsAsk the ExpertsMultimediaWhite PapersDomino IT Downloads
    About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
    SEARCH 
    TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

    TechTarget Corporate Web Site  |  Media Kits  |  Site Map




    All Rights Reserved, Copyright 1999 - 2009, TechTarget | Read our Privacy Policy
      TechTarget - The IT Media ROI Experts