Hi,
I am using get operation and getting all columns data but not getting 'created by' and 'modified by' fields data,can anyone help me in this?
$().SPServices({
operation: method,
async: false,
listName: list,
CAMLQuery: query,
completefunc: function (xData, Status) {
console.log(xData.responseText)
}
});
I am using get operation and getting all columns data but not getting 'created by' and 'modified by' fields data,can anyone help me in this?
$().SPServices({
operation: method,
async: false,
listName: list,
CAMLQuery: query,
completefunc: function (xData, Status) {
console.log(xData.responseText)
}
});
Vishal Goyal