__I used SPGetCurrentUser with the following values:__
currentUser = $().SPServices.SPGetCurrentUser({ fieldName: "Name", fieldNames : ["Name", "Department", "Work phone"], debug: false });
__The JSON that was returned looked like this:__
{Name: "INTHEBOX\stf", Department: "New Department", Work phone: "New Department"}
Instead of an error the department was returned a second time.
currentUser = $().SPServices.SPGetCurrentUser({ fieldName: "Name", fieldNames : ["Name", "Department", "Work phone"], debug: false });
__The JSON that was returned looked like this:__
{Name: "INTHEBOX\stf", Department: "New Department", Work phone: "New Department"}
Instead of an error the department was returned a second time.