Hi All,
Do we have setsession parameter for the event or function in ExtJS / EMC xcelerator component.
Requirement to pass the value from context menu to process initiation page in xCP.
Regards,
Anand
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
I don't think so, you just need to save the value of the selected object into the session parameter like in the screenshot I showed you. That will make sure the session parameters is updated whenever you left or right-click on the result list. You don't need to use any UI events, because the click on a result list is implicit.
Then on the content menu, I guess you have an 'initiate process' action, which takes you to a process initiate page.
On that page, you set the value of the package from the session parameter using the Set Value behaviour
Hi Anand.
I think that the simplest solution to your problem is to create a session parameter, and in the Interactions panel on the page save the r_object_id of the selected row in your results list widget like this:
This works because as you right-click to open the context menu the selected_row value of the Result List widget is updated.
Then on your process page, you can access the session parameter.
Nick
Hi Nick,
Do we need to configure the Result List Widget - input parameter to the event (click) on the context menu pages.
I have designed to redirect the pages and set the session parameter while page load and as soon as page load
redirect again to process initiate page.
Thanks,