Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

New Post: Creating a new infopath document in document library using SPServices

$
0
0
gkoliver,

I tried using the following code to create a copy based on the infopath form template. It still doesn't work.
If possible could you please share the code that works for you??


$().SPServices({
        operation: "CopyIntoItemsLocal",
            async: false,
            SourceUrl: "http://Site/Library/Forms/template.xsn",
    DestinationUrls:["http://Site/Library/test.xml"],       
            completefunc: function(xData, Status) {
                alert("Status=" + Status + " XML=" + xData.responseXML.xml);
            }
        });

Viewing all articles
Browse latest Browse all 6517

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>