- This topic is empty.
- AuthorPosts
-
- 05/01/2015 at 7:37 am #7064
AnonymousParticipantDoes any one have an answer to this? Any help is appreciated. We are on 6.3 version on QuickApps on SharePoint 2013.
- 05/03/2015 at 7:19 am #7065
AnonymousParticipantHi ,
n
I am not sure if I understand your question well. Do you mean you want to add the same new items to several lists from different site collections? Could you provide us with an example?
n
Thanks,
n
-
05/04/2015 at 2:44 am #7068
AnonymousParticipantHi ,
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
- Right click the ‘Toolbar Buttons ’-> ‘Add Action Item’;
- Input the ‘Text’, that will be shown in the toolbar, something like “Save and Update”;
- Click “Add Action”, configure this action is ‘Save’ action;
- Click “Add Action” again, configure this action type is “StartWorkflow”, select the workflow that you have define previously;
- Navigate to “Toolbar” configuration in ezEdit, turn off the “Show Save Button” setting;
- Save all;
n
n
n
n
n
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
- 05/04/2015 at 7:14 am #7484
AnonymousParticipantHi ,
n
What my user wants is to be able to pull new items from different lists whenever they are added to the source list. Ex: I have a list A, which is my source list. Then, I have List B, C , D and E. I want the new items in List B, C, D and E to be added automatically to List A. Is that possible? I Any other web part you guys have that could do this? We may be able to buy if there is something that can help do this…
n
Thanks
n
- 05/04/2015 at 7:17 am #7485
AnonymousParticipantJust to be more clear.
n
n
The user has a qList View web part in place, it has several lists in the Site Collection that roll up to it with different permission on the back end. The request is that when a “new” item is added, all of the data associated with all of the lists is auto-updated (any new items, permissions are not needed).
n
- 05/06/2015 at 1:38 am #4617
AnonymousParticipantI want to auto update the several lists from different site collections but not the permissions. I just want new items. If quest has some product that we can buy or any workaround suggestion that will be awesome. This is important for me as this roll up data is used for customer auditing and right now I have do it manually at all different ten places(which is time consuming and not practical).
n
n
Thanks
n
n
- 05/06/2015 at 1:38 am #7069
AnonymousParticipantHi,
n
An event receiver would also be able to do this…
n
-
- AuthorPosts
You must be logged in to reply to this topic.