Loading...

RE: Question on QListView Webpart

RE: Question on QListView Webpart

#7068
Anonymous
Anonymous
Participant

Hi ,

n

I don’t think you can update the item if you don’t have the permission. But the automate update the items in other lists could be achieved, you can try to create a workflow to do that. That workflow is responsible for update the items in other lists.

n

I assume that the new item action is using the qListForm to do that, when you click the ‘New’ button in qListView, the page should be navigated to another page that contains the qListForm, and this qListForm is configure a Custom Actions that save the item and trigger the workflow:

n

    n

  1. Right click the ‘Toolbar Buttons ’-> ‘Add Action Item’;
  2. n

  3. Input the ‘Text’, that will be shown in the toolbar, something like “Save and Update”;
  4. n

  5. Click “Add Action”, configure this action is ‘Save’ action;
  6. n

  7. Click “Add Action” again, configure this action type is “StartWorkflow”, select the workflow that you have define previously;
  8. n

  9. Navigate to “Toolbar” configuration in ezEdit, turn off the “Show Save Button” setting;
  10. n

  11. Save all;
  12. n

n

Now the the default “Save” button is replaced by “Save and Update” button. If you click it, not only the current item will be saved, the workflow will be triggered to update another items. But I am not sure what will happen if the user doesn’t have the “update” permission during running the workflow.

n