I want a user to be able to select a document and launch a process that will have that document as a package. I have an action that has been defined to start a process with an attached object. For other actions, I have done the same thing and created an invoke button that has been placed on a folder of a custom type and this functionality works. The problem is, at the very beginning of the users business process, I do not have the custom folder yet. When I put the an invoke button on the standard dm_folder I cannot get the button to work. I have tried experimenting with the action's setting to select folder or let the user select from a grid (which I've never seen - what is this grid supposed to look like?) and with the button settings on the form to override or not override the action's settings. I also tried setting the attachments option to both true and false.
The other approach I tried was to try to call the action from a menu. The problem there is that creating the menu, I only see the actions "defined for that object type" but when I define an action, there is no where to associate it with a type.
Any ideas?