Hi
Will the next version of .SPGetCurrentUser be able to return custom properties held in a user's profile that are synced with AD ( through the usual UPS)?
For example:
Will the next version of .SPGetCurrentUser be able to return custom properties held in a user's profile that are synced with AD ( through the usual UPS)?
For example:
var company = $().SPServices.SPGetCurrentUser({
fieldName: "Company",
debug: true
});
I guess my interest is both in SharePoint 2010 and 2013