Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript SCRIPT5007:无法获取属性';指数';XrmServiceToolkit.js中未定义或空引用的_Javascript_Xrm - Fatal编程技术网

Javascript SCRIPT5007:无法获取属性';指数';XrmServiceToolkit.js中未定义或空引用的

Javascript SCRIPT5007:无法获取属性';指数';XrmServiceToolkit.js中未定义或空引用的,javascript,xrm,Javascript,Xrm,您好,我在XrmServiceToolkit.js中收到以下行的此错误: var fetch = function (fetchCore, fetchAll, callback) { ///<summary> /// Sends synchronous/asynchronous request to do a fetch request. ///</summary> ///<param name="fetchCore" type="

您好,我在XrmServiceToolkit.js中收到以下行的此错误:

 var fetch = function (fetchCore, fetchAll, callback) {
    ///<summary>
    /// Sends synchronous/asynchronous request to do a fetch request.
    ///</summary>
    ///<param name="fetchCore" type="String">
    /// A JavaScript String containing serialized XML using the FetchXML schema.
    /// For efficiency, start with the "entity" node.
    /// </param>
    ///<param name="callback" type="Function">
    /// A Function used for asynchronous request. If not defined, it sends a synchronous request.
    /// </param>

    **var isAggregate = (fetchCore.indexOf("aggregate") !== -1);**
    if (fetchCore.slice(0, 6) === "<fetch")
    {
        var fetchEntity = jQuery(xmlParser(fetchCore)).find("entity");

        if (fetchEntity.length < 1)
        {
            throw new Error("XrmServiceToolkit.Fetch: No 'entity' node in the provided FetchXML.");
        }
var fetch=function(fetchCore、fetchAll、回调){
///
///发送同步/异步请求以执行提取请求。
///
///
///包含使用FetchXML模式序列化的XML的JavaScript字符串。
///为了提高效率,请从“实体”节点开始。
/// 
///
///用于异步请求的函数。如果未定义,则发送同步请求。
/// 
**var isAggregate=(fetchCore.indexOf(“聚合”)!=-1)**

如果(fetchCore.slice(0,6)=“
fetchCore
未定义,则显示调用
fetch
函数的代码。读取其他类似线程(在右侧菜单中相关),您可能正在使用旧版本的Internet Explorer(