The requirement is to attach a power point file to a email which is triggered from an agent, also in the power point file, values should be dynamically captured eg. Name.
awaiting for a reply
The requirement is to attach a power point file to a email which is triggered from an agent, also in the power point file, values should be dynamically captured eg. Name.
awaiting for a reply
Subject: Attach a power point file to a email triggered from an agent
Create a Powerpoint template file and keep it on the machine where agents will run.
Enable “Record Macro” option in PowerPoint. And manually do all the steps the agent should do.
In Lotus script agent, call PowerPoint using the CreateObject(“PowerPoint.Application”)
Port the VBA code recorded by Macro into Lotus Script
Attach the file to a NotesDocument and email it.
HTH
Litty Joseph
Subject: Attach a power point file to a email triggered from an agent
Thank u…
Subject: Attach a power point file to a email triggered from an agent
Search this form, there should be lots of examples of people coding to attach a file using Lotus Script.
Key phrase to look for: EMBED_ATTACHMENT
Reading Litty response, I see I missed a key part of your question. Sorry about that.