Loading...

RE: Can Source be included in a Custom Action Toolbar Button?

RE: Can Source be included in a Custom Action Toolbar Button?

#7403
Anonymous
Anonymous
Participant

Hi ,

n

I am sorry, cannot support it.

n

You can try to use ‘Dialog’ way setting in ‘GoToURL’. As you said, the page URL of qListView contains a parameter, and you configure a custom action in qListView which navigate to qListForm with a http parameter. I think you can try to change the ‘Open URL’ setting to ‘Dialog’ in qListView(default is ‘CurrentWindow’). Then you click the ‘Continue’ button, qListForm will be shown in a dialog. In qListForm, change the custom action type to ‘CloseDialog’. After that, you click the ‘CloseDialog’ custom action in qListForm, the dialog will be closed, and the qListView page still keep the URL parameter.

n