Loading...

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

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

#6974
Anonymous
Anonymous
Participant

Hi ,

n

The ‘SourceURL’ only can work if the URL carry with a ‘Source’ parameter. if I understand your case correctly, you can try to replace the OOB listform with qListFrom. Because in the edit page URL, there contains the ‘Source’ parameter. you can try to right click the item in qListView, click ‘Edit Properties’, the edit page of this list will be opened with a dialog. At this time, right click the dialog, click the ‘properties’, you can see the ‘Actions(URL)’, this is the edit page URL of this list. copy it, remove the ‘Dlg’ parameter, then you can replace the OOB listform to qListForm(Close or hidden it). After that, you edit the item every time, the URL will carry the ‘Source’ parameter, so qListForm can consume this ‘SourceURL’ in GoToURL custom action.

n