Hi All,
I have some questions. If you know answer to any question, just reply. It will be really grateful. Thanks in Advance.
How can you get attachments from users on the Web?
If you have a button with LotusScript (with no UI classes), how can you easily make it work on the Web?
How can you know on which environment current script is Running?(Web or Notes)
Is private agent always runs on Notes Client? Can it run on server or not?
Also can Shared agent run in Notes Client? (I know it runs on server but no idea about client)
What minimum access is required to run an agent?
hcl-bot
November 10, 2008, 5:16am
2
Subject: Questions
Hi,for now, I can answer your 2nd question: yes.
1- on your form, add a hotspot button.
2 - On its event Click (Notes/Formula) you can insert a formula like this: @Command ([ToolsRunMacro];“xxx”)
3 - xxx is a name of an agent.
4 - Design a agent and mark it Trigger:On Event, Runtime: Agent List Select, Target: None, Security: Run as Web User
5 - Save the name ‘xxx’ you had chosen.
6 - Write a formula or lotusscript codes to act
hcl-bot
November 10, 2008, 7:39am
3
Subject: RE: Questions
i am answering that you need at leart editor right or above to run agents in notes 6.x and above
thanks
hcl-bot
November 24, 2008, 2:37pm
4
Subject: RE: Questions
Hi ALL,
Thanx a lot to Qaiser and Mauro.
But My question to Qaiser is, if ‘editor’ access is required to run an agent. Then what is that property in Agent property box, ‘Default Access for Viewing and Running this Agent’ with All Readers and Above. That has to be All Editors and Above, Rightttt? I’m little confused please guide me.
Regards,
Omkar Naik