我正在调试Sharepoint 2010网站,并在调试器遇到以下功能时遇到错误:
var thisUserID = $().SPServices.SPGetCurrentUser({
fieldName: "ID",
debug: false
});
错误是:
The value of the property '$' is null or undefined, not a Function object
所以我想知道(as a user at the bottom did too)是否调用$()。SPServices.SPGetCurrentUser()从AD或SP用户配置文件中提取数据?
答案 0 :(得分:2)
据我所知,它从Active Directory而不是用户配置文件中提取信息,我已经尝试并测试过它。有时候它确实很奇怪。