2022.1

Table Of Contents
Note
No third party system resources are incorporated directly into this OL product. This means
that while the plugin was tested against the associated third party systems when initially
released, they may behave differently with later versions of that system. Use at your own
risk.
Should you encounter any issues, please contact your local Objectif Lune Support team
and we will do our best to help.
Testing the plugin
To test the plugin, drag it from the Plug-In Bar into a process. The plugin configuration dialog
will open and show the index property page. If that works, the plugin is installed correctly and
ready for use.
Note
Further help can be found by pressing F1 or the Help button in Connect Workflow from
the M-Files” dialog or by searching for “M-Files” in the Workflow product documentation
at help.objectiflune.com
Input
Extra attachments
To specify an extra attachment, you have to use the key/value pair "disposition":"attachment".
To let the plugin know where it can find the attachment, you can either provide a full path
("url"), for example:
[{"url":"file:///C:/Terms-and-Conditions.pdf","disposition":"attachment"}]
or
[{"url":"http://www.example.com/image.png","disposition":"attachment"}]
or a Connect File Store ID ("fileid"), for example:
[{"fileid":100034, "disposition":"attachment"}]
Optionally, you may provide a name ("name") to override the name that the plugin creates for
an extra attachment.
Examples:
Page 662