是否调用$()。SPServices.SPGetCurrentUser()从AD或SP用户配置文件中提取数据?

时间:2013-02-07 06:33:07

标签: javascript jquery sharepoint-2010

我正在调试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用户配置文件中提取数据?

1 个答案:

答案 0 :(得分:2)

据我所知,它从Active Directory而不是用户配置文件中提取信息,我已经尝试并测试过它。有时候它确实很奇怪。