As i am fresher Please share the doc of ECMA script using java script in SharePoint 2013 also how we can insert,update,delete records in list using ECMA script.

As i am fresher Please share the doc of ECMA script using java script in SharePoint 2013 step by step also how we can insert,update,delete records in list using ECMA script.
Thanks and Regards, Rangnath Mali

Hi,
According to your post, my understanding is that you want to use JavaScript to work with SharePoint list.
To create list items, we can create a ListItemCreationInformation object, set its properties, and pass it as parameter to the addItem(parameters) function
of the List object.
To set list item properties, we can use a column indexer to make an assignment, and call the update() function so that changes will take effect when you callexecuteQueryAsync(succeededCallback,
failedCallback). 
And to delete a list item, call the deleteObject() function on the object. 
There is an MSDN article about the details steps of this topic, you can have a look at it.
How to: Create, Update, and Delete List Items Using JavaScript
Thanks & Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • How to configure Time-sheet in Project server 2013 please share the doc with screen shot

    How to configure Time-sheet in Project server 2013 please share the doc with screen shot
    Thanks and Regards, Rangnath Mali

    Hi,
    Please refer to the following Youtube video and article.
    https://www.youtube.com/watch?v=lZWvg4q17JE
    https://support.office.com/en-sg/article/Set-up-timesheets-and-task-status-672fa06f-8c4b-4e43-bfbc-4c355d681605
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • Please share the possible T code in MM of ERP to validate the data of MM bex Queries.

    Dear All,
    Please share the possible T code in MM of ERP  to validate data of MM  Standard bex Queries.
    Thanks
    Regards,
    Sai
    Basic Qs
    Message was edited by: Pravender Kumar

    Try something like this..
    data : lv_flag .
    LOOP AT GT_ZKPC2 INTO GS_ZKPC2.
    ld_amount = ld_amount + GS_ZKPC2-SALK3
    at end of prctr.
    <b>lv_flag = 'X'.</b>
    endat.
    at end of prctr1.
    <b>IF LV_FLAG = 'X'.</b>
    ld_amount = ld_amount + GS_ZKPC2-SALK3.
    move GS_ZKPC2-BUKRS_VF to GS_ZKPC3-BUKRS_VF.
    move GS_ZKPC2-PSPNR to GS_ZKPC3-PSPNR.
    move gs_zkpc2-konts to GS_ZKPC3-BUKRS_VF.
    move GS_ZKPC2-ALOC_SAKHA to GS_ZKPC3-ALOC_SAKHA.
    move gs_zkpc2-prctr to gs_zkpc3-prctr.
    move GS_ZKPC2-SALK3 to GS_ZKPC3-SALK3.
    move gs_zkpc2-prctr1 to gs_zkpc3-prctr1.
    move ld_amount TO GS_ZKPC3-RAMOUNT.
    APPEND GS_ZKPC3 TO GT_ZKPC3.
    clear: gs_zkpc3,ld_amount.
    <b>
    CLEAR LV_FLAG.</b>
    endat.
    endloop.
    Thanks
    mahesh <b></b>

  • Auto tab focus method is not working in iOS devices please share the ideas why its not working?

    Auto tab focus method is not working in iOS devices. Please share the idear i am facing this issue while developing code for devices.

    Hi there,
    I can confirm this bug.
    Not sure if this info is relevant, but this is my experience:
    I am on the FIDO network, and so are two other people I know.
    We all tried blocking numbers, and calls ring right through. Text messages are blocked successfully. (never tried facetime)
    I also tried a ROGERS device running IOS7, and was successfully able to block my phone call from ringing through. HOWEVER, my call was forwarded to their voicemail, I was able to leave a voicemail for the person, and they did get an alert that they had a new voicemail.
    I have not yet had a chance to test this on Bell, Telus, or any other carriers.
    Spoke to Apple, and they advised me to do a hard reset (hold both buttons to shut off and reboot the phone), and if that fails to do an iOS restore.
    I have yet to try this, but hopefully someone will have a better solution.

  • Please share the URL for downloading Weblogic 8.1 with admin server

    Hi,
    Could you please share the URL for downloading the weblogic 8.1 server with admin option for redhat llinux.
    Also could you please me whether we can download the installation guide from some site, I want to do a silent installation of same.
    Regards,
    Balu.

    Hello, you still seem to be pointing people to site(s) that [www.certguard.com] indicates may lead them to lose their certifiaction: viewers please also see also the route you choose ... The Route You Choose
    Edited by: bigdelboy on 01-Jun-2009 08:39 (Please note this refers to a spamming post not to the original post of the thread).

  • Can multiple threads share the same cursor in berkeley db java edition?

    We use berkeley db to store our path computation results. We now have two threads which need to retrieve records from database. Specifically, the first thread accesses the database from the very beginning and read a certain number of records. Then, the second thread needs to access the database and read the rest records starting from the position where the cursor stops in the first thread. But, now, I cannot let these two threads share the same cursor. So, I have to open the database separately in two threads and use individual cursor for each thread. This means I have to in the second thread let the cursor skip the first certain number of records and then read the rest records. However, in this way, it is a waste of time letting the second thread skip a certain of records. It will be ideal for us that the second thread can start reading the record just from the place where the first thread stops. Actually, I have tried using transactional cursor and wanted to let the two threads share the same transactional cursor. But it seems that this didn't work.
    Can anyone give any suggestion? Thank you so much!
    sgao

    If your question is really about using the BDB Java Edition product please post to the JE forum:
    Berkeley DB Java Edition
    If your question is about using the Java API of the BDB (C-based) product, then this is the correct forum.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Fresher.. Need Docs/Links related to Webdynpro Java

    Dear Experts,
    I am a fresher and a self learner. I need documents or links related to Webdynpro Java. Kindly fwd to [email protected]
    Thanks in advance.
    Regards,
    Priya

    Hi Priya,
    Please find the Following links for complete Webdynpro Java Documents ,
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d">webdynpro Sample Applications and Tutorials</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/weblogs?blog=/weblogs/topic/43">webdynpro Blogs</a>
    Regards,
    Ramganesan K.

  • HT204407 My wife and I share the same email address but have different iphone numbers.  Is there anyway we can both be on "Find Friends."

    My wife and I share the same email address but have different iphone numbers.  Is there anyway we can both us "Find Friends" apps?  When I try to enter her contact name it won't allow me to do this.  Thanks.

    make seperate appleID's if you wish to be frinds or if you wish to facetime video chat and if you wish to not recieve the samme imessage msg's unless you turn it off
    you can still set both your iphones to use an email address even if both have different appleId's
    the appleID is a handle not a link to an email address

  • I have the ios 5.1.1 restore app downloaded, does any one know how I can install it please so as to get rid of this ios 6 which, like most people are finding it, rubbish. Thanks.

    I have the ios 5.1.1 restore app downloaded, does any one know how I can install it onto my iPod 4th Gen. please so as to get rid of this ios 6 which, like most people are finding it, rubbish. Thanks.

    totally agree.  at this point i could care less if "apple" supports it.  i'm not renting my ipod touch, it's mine.  i paid for it.  and i'm not asking to do anything illegal with it, all i want is to get rid of this POS ios6 and get back to being able to use my ipod touch the way it was before...working. 

  • Ok somehow my sister deleted all my photos off my photo booth and now all my pictures in my iphoto i cant view them i just see white dots and boxes can anyone tell me how i can get my deleted photos back and how can view my photos again please !!!

    ok so somehow my sister deleted all my photos off photo booth and now all my photos on iphoto i cant view them i want to know how i can get my deleted photos back and how to view the rest of my photos please help !!!!

    Phonebooth is in your home folder under pictures with Iphoto and Ichat. Deleting pigtures from phonebooth should not remove any from Iphoto library. Something else had to happen.

  • Using Case statement to insert,update,delete  the tables

    Hi All,
    I have to check the databse ,
    if it is developement then
    insert/update/delete values in tables;
    if it staging then
    insert/update/delete values in tables;
    if it is production then
    insert/update/delete values in tables;
    thers is function available to check the current database
    For doing the about i am trying to write CASE statement like this
    SELECT function,
    case
    when fun = 'developement' then insert into table1 values ('abcd','1234')
    when fun = 'staging' then insert into table1 values ('abcd','1234')
    when fun= 'production' then insert into table1 values ('abcd','1234')
    else null
    from dual
    its throughing me an error
    please help
    Thanks,

    Hi,
    You can use CASE staement any place where an expression is expected.
    For example, in:
    UPDATE  table_a
    SET     col1 = exp1
    ,       col2 = exp2
    WHERE   exp3 = exp4;all the expressions are labled lke expn.
    Note that table_a, col1 and col2 are not expressions: you must hard-code these names, or use dynamic SQL.
    So it's okay to say:
    UPDATE  table_a
    SET     col1 = CASE
                       WHEN  db = 'development'  THEN  0
                       WHEN  db = 'staging'      THEN  1
                   END
    ,       col2 = CASE
                       WHEN  db = 'development'  THEN  NULL
                       WHEN  db = 'staging'      THEN  col2
                   END
    WHERE   db != 'production';In this example:
    in the development database, col1 is set to 0 and col2 is set to NULL
    in the staging database, col1 is set to 1 and col2 is unchanged (that is, set to what it already was)
    in the production database, nothing is changed (the WHERE condition is always FALSE)

  • Hi - I need help. I would like to use my old iPhone 3 as an iPod for music only. Problem is that my phone is locked with a password I can't remember. I havent used the phone since I got my iPhone 4. Anyone who know how I can reset the phone to standard?

    Hi - I need help. I would like to use my old iPhone 3 as an iPod for music only. Problem is that my phone is locked with a password I can't remember. I havent used the phone since I got my iPhone 4. Anyone who know how I can reset the phone to standard installation or just get acces to the phone. There is no SIM card in the phone.

    Hi Lawrence,
    Thanks for your prompt response, however I have first seen it now. I have placed an active SIM card in the iPhone turned it off and on. It now says SIM locked, please write access code. The problem is I don't remember the password. When I connect it to iTunes it tell me that I have to write the password before it can be used with iTunes...... Do you have any good ideas? I see you are from the NYC area.... used to work there back in the early 90´   Those were good days..... What a City

  • My iPod Touch 32 GB 4th Genereation is stolen. I didnt not remember to turn on the Find My IPhone App in my Settings. Is there anyway that I can track down my Ipod Touch by using the serial number on the casing or anyother solutions?

    My IPod Touch 32 GB 4th generation was stolen. I didnt put the Find My IPhone to enabled. Is there an solutions of how i can track my IPod down? Please help?

    i can probably answer this part for you. in our bills and laws the privacy act was added. this made it so information among other things cannot be attained without a warrent or permission of the person being "searched or in this case located". if apple were to merely locate the ipod without the proper paperwork and authorities involved they could face serious fines aswell as jail time. so even though your ipod was stolen by someone else it is now in their possesion and therefor you cannot turn a feature on to locate it without that persons permission. however the way the "find my ipod app" works is it is designed to locate the ipod alone. this is why it can be activated by the owner with their permission. you can get the police involved however without knowing who stole it the warrent cannot be obtained. im sorry but i hope this helped you understand this isnt apples fault but laws are laws.

  • Helloo,i buy a new pc and i want to syncronize my i phone and to get all  the things of i phone photos, musik and telephone numbers, to pc.how i can do it?

    helloo,i buy a new pc and i want to syncronize my i phone and to get all  the things of i phone photos, musik and telephone numbers, to pc.how i can do it?

    https://discussions.apple.com/docs/DOC-3141

  • After moving from Canada to the US, getting a new iPhone 5C, and restoring my backup from iCloud, I can't update my apps. I get an error message that my account is not valid in the Canadian App store and I must change to the US store. How do I do that?

    After moving from Canada to the US, getting a new iPhone 5C, and restoring my backup from iCloud, I can't update my apps. I get an error message that my account is not valid in the Canadian App store and I must change to the US store. How do I do that?

    Change here:
    Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region.
    You must have a verified billing address & be located in the country whose store you are trying to use.

Maybe you are looking for

  • Child Report Window Size XI 3.0 SP2 Using Javascript

    Hi All, I have to admit this is not my area  . I'm trying to get a new webi report in a sizeable window using javascript. I want to achieve this by selecting an open doc link from an existing webi report. We have been trying with the code below but g

  • Hi, I have a Mac iBook PowerPC G4 1.33 GHz with Mac OSX 10.4.11.

    Hi, I have a Mac iBook PowerPC G4 1.33 GHz with Mac OSX 10.4.11. I would like to connect an 20" Apple Cinema Display with ADC connection to it, but it seems impossible because the cord on the Cinema Display doesn't fit the Display port on the iBook G

  • SAP USERS ROLE TABLE

    Can some one tell me the SAP USERS ROLE TABLE I Will assign point to any input. Balance Roll forward      Change Vendor Line Items Change Parked Vendor Document Change/ Reverse Vendor Invoice      Check Processing Clear Accounts Payable Items Display

  • PO Release Strategy trigger based on PR value

    Hello All, We have one requirement where PO Release should trigger if amout of PO is greator then PR value. Let me know how this can be achived as I understand that both have different communication structure like CEKKO & CEBAN. Pls advise. Rgds, AC

  • EBS - File MT940 and BAI2

    Hi, In our current design we receive the electronic bank file from various banks in MT940 and BAI2 format. The requirement is to upload these file formats into SAP. Is it possible to do so using standard SAP transaction like FF_5? If not then what is