Notes Agent related

Hi All

Can I get the control on our agent at runtime.

Basically I want to change the settings, properties, access rights etc at run time. Is it possible. I read the Notes Agent class but most of the properties that I need is read only.

So is there any way to solve such situation where user want to change the above settings.

Please suggest me

Thanks

Regards

Ashish

Subject: Notes Agent related

Hi Ashish

We allow users to modify a profile document within the database, changing settings like ODBC sources, login names, passwords, and in one case the values used in the SQL command.

We also use profiles to control agents so we can stop agents deliberately, and allow agents to “fail and suspend”, awaiting human input.

Subject: Notes Agent related

You can achive this by using the Javascript. For example, if you want a field to be validated or changed after the user entered some value in it, then it is the Javascript validation that should be done. Use these varilable values in your agent later on to update the document in the WebQuesrySave event agent.

Subject: Notes Agent related

I think you will have to put all that logic within the agent code itself