Hi:
I want to disabled an agent in a database with the hidden code, is this possible?
Thanks in advance
Daniel
Hi:
I want to disabled an agent in a database with the hidden code, is this possible?
Thanks in advance
Daniel
Subject: Can i disabled agents on a database with hidden code?
You can modify an agent with the NotesAgent.IsEnabled function.
What do you mean by hidden code? You can write some LS that does this on a specified db. Or you can put this function in the databasescript.
Subject: RE: Can i disabled agents on a database with hidden code?
Hi Rob,
can i make an Ls agent with the NotesAgent.IsEnabled function to disabled an agent if i have the code hidden?
Thanks for your help
Daniel
Subject: RE: Can i disabled agents on a database with hidden code?
Certainly. The agent does not have to exist in the same database that the agent is stored in. It can be stored in your own database, where the design is not hidden. Of course, you need the appropriate rights in the target database to disable the agent.
Subject: RE: Can i disabled agents on a database with hidden code?
Ok, thanks for your help Graham!!!