A similar request to Zullu, is to be able to get and display profile info on a Master Page as a result of UPS sync with custom AD properties
var company = $().SPServices.SPGetCurrentUser({
fieldName: "Company",
debug: true
});
Although this is populated in user's profile the above variable is null
↧