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.
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.
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.