A couple of questions related to starting a workflow on an object. I've configured an action to invoke a workflow on "the current folder", and have added a button to the folder view for that type (derived from dm_folder) to display a button to invoke the action.
Q1. In the options available when creating the configurable action, there is the option of sending the objects as attachments - either true or false. If set to true, I find the object attached as said. Just a minor question: if set to false, does this meant the object is sent in a different way? Or does it simply mean that the object is not sent at all? If it's the latter, I wonder why this choice is even there since wouldn't this simply be a "start workflow" action (i.e. without an object)? Just wondering if I've missed something.
Q2. When configured to send the folder object as an attachment, I do see that the object has been sent. I did this by creating a form in Forms Builder that is of the "initiate process" template, and configured the form to be associated with the initiate activity of the process I am invoking (see above). But here's the question: I can only deal with the attachment as a sort of black box - it can be displayed using the usual "Select ... [Remove]" control, and I can even choose which attribute to display.... however I would like to simply pull out one of the attributes and display it in a read-only text field. Is there a way to do this? Or a different way to get the desired effect?
The desired effect: using a button configured to start a process on a currently open folder, display a form that shows some attributes associated with that folder. I described one route I've explored above. Any other route is fine.
Thanks in advance.