I am trying to call the Create Attachment dialog box using LotusScript but all I can find is the @Command( [EditInsertFileAttachment]) command in Formula language. I tried to put the @Command into a hidden agent and call it from my script, but it doesn’t do anything.
I also tried writing everything in formula language, but it gives that prompt to the user “This operation cannot be undon. Do you wish to proceed?” The only way I have found around that is to use LotusScript.
Does anyone have a suggestion or know of a way to duplicate the @Command([EditInsertFileAttachment]) in script?
Thanks in advance…