I would like to have automatically add to attachments a file, on the First Step, when users will be registering so they can have a file available to read its content. I can't find a solution for that.
Kind regards,
Jan
I would like to have automatically add to attachments a file, on the First Step, when users will be registering so they can have a file available to read its content. I can't find a solution for that.
Kind regards,
Jan
Hi Jan,
if it's ok that the workflow instance is already is created you could automatically start a path transition using a query parameter:
/db/23/app/51/start/wf/84/dt/92/form?def_comid=1&PATH_ID=292
This would be the only option I can up with, if if this is a document which should be edited. The problem is also, that we can't use a GUID. Therefore, we would need to define the ID of the production environment in the dev environment when configuring this.
Otherwise you could simply add a link to the preview of the document or display the document as a related attachment without adding it directly to this instance.
Best regards,
Daniel