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

New Post: Deleting programatically created column

$
0
0
I have created a column programatically but I m not able to delete it either programatically or through UI. Please help. The code is below:
var sn="Name";
var dfields="<Fields><Method ID='1'><Field Name='"+sn+"'/></Method></Fields>";
alert(dfields);
$().SPServices({
operation: "UpdateList",
listName: "dum",
deleteFields: dfields,
completefunc: function(xData, Status)
{
alert(xData.responseText);

}
});

Viewing all articles
Browse latest Browse all 6517

Trending Articles



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