Mark,
This is a great tool, but I'm using:
var thisUsersValues = $().SPServices.SPGetCurrentUser({
fieldNames: ["ID", "Name", "SIP Address"],
debug: false
});
How can I get specific column value using this way? Thanks!
↧