Can anyone tell how to create agent/database which will scan last sent mail date(suppose before 3 months) for all person doc on lotus server and will send alert to admin
I have a few workstations that are domino 5 that i am migrating to a domino 8 server enviroment. The domino 5 mail files have thier templates updated and copied to the remote workstaions to provide a local mail file that only replicates mail changes at an interval. now my questin is that this all...
I get error while opening an Lotus notes agent Document has been modified or corrupted since signed! (data)
How can I run a local script to show mailbox quota size on all user mailboxes as an Administrator? Sub Initialize Dim Session As New Notessession Dim db As NotesDatabase Set db=session.CurrentDatabase Messagebox "Size quota = " & db.SizeQuota & chr(10) & _ "Size Warning = " & db.SizeWarning,,...
This is the first lotus agent I am building. I am a little lost on how to create this one. I have a database that collects information on a website my company hosts. The database contains all the requests, questions, and errors generated on the server. I was asked to make an agent that will...
OK, I have put together an agent to forward mail, it is supposed to remove any large attachment and include some data. When run manually in the UI it works perfect, however when set to run "Before mail arrives" it only forwards mail without any attachments... The code: Sub Initialize Dim s As...
I have an exisiting database/app. that collects ideas. It's been around for a number of years. The owner wants to purge (but not delete) any submissions in the db that are 2 years or older and have them show in a new view, called "Retired Submissions." Once purged they should only show in the...
When I try to open a scheduled agent, I receive the error message: "Document has been deleted." I can't even check the log of the agent. No activity was performed on this database except compaction. Can anyone help me to understand why I'm receiving this error message?
We are using Lotus Notes 7. Is there a way to change the schedule for running OutOfOffice Agent to run more often other than the default: Every 6 hours | Between 4:00AM - Midnight? Users get frustrated when they send a message to somebody after 10:01 am, then would wait have to wait a long time...
I wrote an agent that checks a collection and get information from different fields and should show an error message and clear fields if certain requirements are not met. The agent does everything but show the message box. Code Below.... Sub Initialize Dim ses As New NotesSession, curDb As...
I'd like to have a notes agent that after new mail arrives, interrogates the subject line for certain words and if true, will create a pop up window in the user's lotus notes client.
Hello, I planned an agent with the following code: Sub Initialize Dim session As New NotesSession Dim view As NotesView Dim doc As NotesDocument Dim db As NotesDataBase Dim nowD As NotesDateTime Dim creatD As NotesDateTime Set db = session.currentdatabase Set view =...
I have a datebase containing around 250,000 documents up to 12 months old. The last 30 days documents are updated by and hourly agent by deleting and recreating them (using data imported from sql query) as this seems to be faster than searching for and updating each document. Another agent runs...
Hi, I'm trying to create an agent which saves any attachments from incoming emails from a specified address automatically to a network drive. I'm not a notes dev so I'm having a hell of a time working out where to start. Any help would be really appreciated
I have a Lotus Notes Personal Address Book (PAB) that I need to create agents for that will add/delete and rename/replace categories. I know using agents is probably the best bet, but I'm having some difficulty getting the code started. Does anyone have any suggestions?
Greetings! I am brand new as a Notes Domino developer with very little programming background. That said, I have a customer that has asked me to create an agent to check the claim forms submitted in the past 24 hours (date Range). If a claim form is found to have no action taken in that 24 hour...
I want to create a scheduled agent that will change the status of a Lotus Notes document after three months. This agent should run every day, while checking and identifying the document's creation date. After the three months, it would change the document's status. Can anyone offer any ideas on how...
Is there any way that a custom Lotus Notes database that was built in version 6.5 be used in version 7 without encountering any compatibility issues with built-in agents?
I have a database that has scheduled agents. The database is controlled with a template. I want the scheduled agent to be in the template, but if it is, then it also runs in the template, which I want to prevent. Who has worked on this problem and found a solution to preventing scheduled agents...
HI, I am running an agent that updates my RSS feeds. When I run it locally it runs fine but when I schedule it to run on our server it doesn't retrueve anything from the Web, help! CODE Sub GetnUpdateFeed(Document As NotesDocument) On Error Goto errGetnUpdateFeed Dim strtext As String Dim...


