Include a paramter in menu document microflows

2
I am trying to add a side menu to my application which will call microflows that will take the object displayed in the current page as a parameter. Is it possible to make a microflow in a menu document to have a parameter? If not, how can this be achieved?
asked
1 answers
0

Rami,

Because menu documents can be used on many pages, microflows used in a menu cannot have parameters.

To make something that looks similar to a menu, you could put a series of action buttons inside of a dataview on your page.  These microflows would be able to receive parameters.  If you put them inside of a layout grid and borrowed some styling from the out of the box menus, you could probably get them to look very similar to a side menu.

Hope that helps,

Mike

answered