Quantcast
Channel: Create mutiple items in another list in "PresaveAction" of "NewForm" in SharePoint 2013
Browsing all 9 articles
Browse latest View live

Create mutiple items in another list in "PresaveAction" of "NewForm" in...

Hi,Its seems to be good for my understanding.You have to call the "createItem" function once the PreSaveAction returns true.(Success on the master list).As suggested by Anandakrishnan  on point #2, I...

View Article



Create mutiple items in another list in "PresaveAction" of "NewForm" in...

hi AshaGeorge,From my understanding , you are trying to store data in a child list before saving the item in the current list. to my knowledge you can go with this approach but some conflicts may be...

View Article

Create mutiple items in another list in "PresaveAction" of "NewForm" in...

Hi,We are also using the same delegate method for creating items in another list. Please find the method below and since we have to create item after clicking on the "Save" button of "NewForm" of...

View Article

Create mutiple items in another list in "PresaveAction" of "NewForm" in...

Hi,In this code, there are delegate methods onQuerySucceeded and onQueryFailed.please write your logic inside the onQuerySucceeded method to insert or update the item in another list.function...

View Article

Create mutiple items in another list in "PresaveAction" of "NewForm" in...

Hi,Could you please elaborate as where and how to use the callback function? Coz we are using sharepoint default 'NewForm.aspx" and a custom javascript file is developed to do all the...

View Article


Create mutiple items in another list in "PresaveAction" of "NewForm" in...

PreSaveAction intended for validating the current item before its being processed by SharePoint.Callback function is the best suite for your requirement as its gives you more flexible to put your code...

View Article

Create mutiple items in another list in "PresaveAction" of "NewForm" in...

Hi,The requirement is we  have a master list and a child list. When we enter a new item in the master list system should enter relative items in child list. Right now we are creating items in...

View Article

Create mutiple items in another list in "PresaveAction" of "NewForm" in...

Hi,PreSaveAction function is only for validating (on client side) the SP List item before save or update on javascript.Its nothing to do with JSOM.So my suggestion  use the...

View Article


Create mutiple items in another list in "PresaveAction" of "NewForm" in...

Hi,Is it is a right approach to create related items in "PresaveAction" of "NewForm" of a list in sharepoint 2013? We are usingSP.ListItemCreationInformation() for creating items. If not please suggest...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images