Hello, Please I need your help. I want to create an agent on a group mailbox database to do the following: When a message is received with subject field contains “TEST” —> It automatically forwards this mail to a specified person. Knowing that both mail addresses are within the domino and under the same hierarchical [...]
The script written in ” Application for queueing non-delivery reports on hub mail server” returns an error after wend command. Is there any way to check and rectify this? This script is of much use to me. Script is as follows Sub Initialize Dim session As New notessession Dim db As notesdatabase [...]
Please advise step by step Thanks.
We created a workflow application in lotus notes 8.5 .It contains 3 Roles and they 1.Business Director 2.Managing Director 3.SAP Admin only if both 1 and 2 Roles Approves, SAP admin will receive a mail, this case have been completed Our doubt is, Suppose if Role 1 is Approving but Role 2 not yet approved [...]
I have an issue seeing how I should do this. The problem I am having is that I am using LotusScript and when I do this function in a field it works and produces how long the between days. @If(Status=”90″; ((DateS90-DateCreated)/86400)+1; ((@Today-DateCreated)/86400)+1 ) but the problem with this is that is keeps searching and it [...]
I am creating an agent that catchs the errors daily and sends them to the notes develops to fix. 1.) I have an agent that has a list. In that agent I am sending a list to a newsletter which sends an e-mail. Right now in the newletter the feild is A$User to get the [...]
what is difference between restricted and unrestricted agent. which are restricted agent in lotus.
Can we send a copy of mail to som other mail id using agents?? (i.e. When ‘B’ sends a mail to ‘C’, a copy of the mail should be forwarded to ‘A’, but ‘B’ & ‘C’ sholud not know that ‘A’ is getting the mail)
Does anyone have a code for forwarding emails from lotus notes and at the same time disguising the address it has been sent to. By way of a brief explanation: I want to forward work emails from lotus notes to my Blackberry device which I can do. However, when I reply or forward emails the [...]
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,, db.Title End Sub
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 New NotesSession [...]
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 “Retired [...]
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 [...]
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 NotesDatabase, View As NotesView, View9 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.





