- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在本地使用 Dynamics 365 版本 1612 (8.2.2.112)。在 Quote 表单上,我修改了 Activate Quote 调用的操作以创建自定义实体(交易)记录,然后导航到新创建的记录。直到 2 周前,这在所有浏览器中都运行良好。现在,它在 IE 中不起作用(首选客户端 - 但在 Chrome、Firefox 和 Edge 中有效),我得到的只是一些通用的 JSON 错误。 “无效的 JSON。JSON 内容中无法识别 token 。”
我添加的任何调试似乎都没有增加任何清晰度。我在 IE 中的 XMLHttpRequest 上收到 400 错误
https://xxx.xxx.com/CRM/api/data/v8.2/quotes(04224AF9-DD70-E811-8123-000D3A02DFDB)/Microsoft.Dynamics.CRM.new_SubmitQuote
n.xxx_submitQuote=function(n){
r.showXrmProgressIndicator("Submitting, please wait...");
u.executeBoundAction("quotes",n,"new_SubmitQuote").then(function(n){
t.Utility.openEntityForm("sut_deal",n.sut_dealid,null,null)}).catch(r.logError).then(function(){
r.closeXrmProgressIndicator()
})
}
{
"@odata.context":"https://xxx.xxx.com/CRM/api/data/v8.2/$metadata#quotes/$entity",
"@odata.etag":"W/\"54328330\"",
"new_spread":95903.0200,
"new_amount10percent":310777.7900,
"new_revenue10":777.79,
"new_paymentcount_date":"2018-06-19T00:53:29Z",
"_pricelevelid_value":"bfa9dc95-dbcd-e611-80d7-000d3a01f3fc",
"exchangerate":1.0000000000,
"totaldiscountamount":0.0000,
"name":"100026",
"totallineitemamount":0.0000,
"_transactioncurrencyid_value":"9107a2c3-bab1-e611-80d2-000d3a01f3fc",
"_owninguser_value":"a9c113ac-d532-e811-8119-000d3a02dfdb",
"totalamount":0.0000,
"_ownerid_value":"a9c113ac-d532-e811-8119-000d3a02dfdb",
"versionnumber":54328330,
"quoteid":"04224af9-dd70-e811-8123-000d3a02dfdb",
"totallineitemdiscountamount":0.0000,
"timezoneruleversionnumber":0,
"totalamountlessfreight_base":0.0000,
"statuscode":1,
"createdon":"2018-06-15T20:52:12Z",
"totaltax_base":0.0000,
"totallineitemamount_base":0.0000,
"totalamount_base":0.0000,
"modifiedon":"2018-06-15T20:53:23Z",
"totaltax":0.0000,
"totaldiscountamount_base":0.0000,
"quotenumber":"QUO-38015-F3D2B8",
"_modifiedby_value":"a9c113ac-d532-e811-8119-000d3a02dfdb",
"revisionnumber":0,
"_createdby_value":"a9c113ac-d532-e811-8119-000d3a02dfdb",
"pricingerrorcode":0,
"totallineitemdiscountamount_base":0.0000,
"statecode":0,
"_owningbusinessunit_value":"1a1ad33f-bab1-e611-80d2-000d3a01f3fc",
"willcall":false,
"_customerid_value":"7a60bf77-dd70-e811-8123-000d3a02dfdb",
"billto_addressid":null,
"discountpercentage":null,
"shipto_composite":null,
"onholdtime":null,
"billto_line2":null,
"closedon":null,
"paymenttermscode":null,
"freightamount_base":null,
"_modifiedonbehalfby_value":null,
"freightamount":null,
"billto_city":null,
"_campaignid_value":null,
"shipto_line1":null,
"_contactid_value":null,
"requestdeliveryby":null,
"freighttermscode":null,
"billto_stateorprovince":null,
"effectivefrom":null,
"shipto_line3":null,
"discountamount_base":null,
"billto_line3":null,
"shipto_telephone":null,
"shipto_contactname":null,
"expireson":null,
"shipto_freighttermscode":null,
"shipto_line2":null,
"shipto_addressid":null,
"_opportunityid_value":null,
"shipto_fax":null,
"shipto_country":null,
"shipto_stateorprovince":null,
"billto_composite":null,
"billto_line1":null,
"billto_contactname":null,
"billto_telephone":null,
"shipto_city":null,
"_owningteam_value":null,
"discountamount":null,
"description":null,
"shippingmethodcode":null,
"processid":null,
"_accountid_value":null,
"_slainvokedid_value":null,
"stageid":null,
"traversedpath":null,
"billto_postalcode":null,
"utcconversiontimezonecode":null,
"shipto_name":null,
"overriddencreatedon":null,
"billto_fax":null,
"effectiveto":null,
"importsequencenumber":null,
"_new_createdby_value":null,
"shipto_postalcode":null,
"lastonholdtime":null,
"billto_name":null,
"_slaid_value":null,
"_createdonbehalfby_value":null,
"billto_country":null,
}
{
"error":{
"code":"","message":"Invalid JSON. A token was not recognized in the JSON content.",
"innererror":{
"message":"Invalid JSON. A token was not recognized in the JSON content.","type":"Microsoft.Crm.CrmHttpException","stacktrace":"
at Microsoft.Crm.Extensibility.OData.CrmODataUtilities.ValidateInputParameters(ModelStateDictionary controllerModelState)
at Microsoft.Crm.Extensibility.OData.ActionController.PostBoundAction(String entityName, String key, String operationName, ODataUntypedActionParameters parameters)
at lambda_method(Closure , Object , Object[] )
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters)
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.Http.Controllers.ActionFilterResult. <ExecuteAsync>d__2.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.Http.Dispatcher.HttpControllerDispatcher.<SendAsync>d__1.MoveNext()"
}
}
}
最佳答案
可能是因为您使用的 JS promise 可能不受某些版本的 IE 支持,引用 mozilla.org caniuse.com ,但是您可以通过尝试使用回调参数进行常规操作调用以打开实体表单来解决此问题,请检查下面的示例,考虑更改 API 版本。
function ExecuteAction(entitySet, entityId, actionName, Parameters, successCallBack, ErrorCallBack, isAsync) {
debugger;
var clientUrl = Xrm.Page.context.getClientUrl();
var isAsync = isAsync || false;
var result = {};
entityId = entityId.replace('{', '').replace('}', '');
var req = new XMLHttpRequest();
req.open("POST", clientUrl + "/api/data/v8.1/" + entitySet + "(" + entityId + ")/Microsoft.Dynamics.CRM." + actionName, isAsync);
req.setRequestHeader("Accept", "application/json");
req.setRequestHeader("Content-Type", "application/json; charset=utf-8");
req.setRequestHeader("OData-MaxVersion", "4.0");
req.setRequestHeader("OData-Version", "4.0");
req.onreadystatechange = function () {
if (this.readyState == 4 /* complete */) {
req.onreadystatechange = null;
var s = this.status;
if (s >= 200 && s < 300) { //success
result.status = true;
result.data = this.response;
if (successCallBack)
successCallBack();
} else if (s >= 400 && s < 500) { // client error
result.status = false;
console.log("Client error");
result.error = JSON.parse(this.response).error;
console.log(result.error);
console.log(result.error.message);
if (ErrorCallBack)
ErrorCallBack(result);
} else if (s >= 500) { //server error
result.status = false;
console.log("Server error");
result.error = JSON.parse(this.response).error;
console.log(result.error);
console.log(result.error.message);
if (ErrorCallBack)
ErrorCallBack(result);
}
if (Parameters == "" || Parameters == null) {
req.send();
} else {
req.send(JSON.stringify(Parameters));
}
return result;
关于json - 动态 365 CRM : Sudden JS Error,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50931514/
我已经使用 Maven 几个月来使用 Artifactory 构建项目的依赖项。我今天早上从我们的 VCS (GIT) 中检查了所有最新代码并开始编译,但 Maven 无法连接。我可以通过 telne
我明白,在编程世界里,没有什么事情是突然发生的,但我真的被困在这里了……在我的 while 循环结束时,条件内的指针突然从 NULL 变为“某物” 我有以下功能: tListInstr *copyLi
我在 GAE 上基于 Java 的应用程序运行良好,但现在突然间我在 gae 上遇到了这个异常,但在本地运行良好: javax.servlet.UnavailableException: com.go
我有一个 winform usercontrol,其中包含多个项目(文本框、按钮...)。现在我遇到了现象,尽管在控件设计器文件中(设计器.cs) 文本框、按钮...仍然被定义。也没有编译错误。当
您好,情况是这样的,发生这种情况时我最近正在开发我的项目。我试图手动更新我的 phpmyadmin,因为 wamp 中包含的那个是旧的。之后一切顺利,我继续我的工作。然后,当我尝试在 phpmyadm
我目前正在创建一个网站,其中有一个名为 Aside 的 div。这基本上是网站的旁白部分。 我将它包含在我的 index.php 中。 这没什么大不了的,但我有一个大问题。我昨天一切正常。今天用火狐浏
我们的一个客户使用 Netscaler 作为 Fuse 服务器和我们的 Tomcat 托管软件之间的平衡器中间件。目前我们的软件和 netscaler 之间遇到奇怪的通信行为(我们正在使用 Sprin
从图片中可以看出,在早上 5 点到早上 8 点之间, session 数出现了奇怪的增加。 我还看到来自新访客 session 的流量异常巨大。 语言是(未设置)。我很确定这是某种机器人。但这是我的问
正如标题所述,我在使用 .NET Core 2.2 时遇到了一个棘手的问题。我到处都在使用标签助手,但在我遇到问题的特定页面上,它实际上是最简单的用例: Logout 一些相关注释: 截至昨天,它可以
正如标题所述,我在使用 .NET Core 2.2 时遇到了一个棘手的问题。我到处都在使用标签助手,但在我遇到问题的特定页面上,它实际上是最简单的用例: Logout 一些相关注释: 截至昨天,它可以
在本地使用 Dynamics 365 版本 1612 (8.2.2.112)。在 Quote 表单上,我修改了 Activate Quote 调用的操作以创建自定义实体(交易)记录,然后导航到新创建的
我对我的 staging Rails 应用程序进行了更改。我交换了标题图像,因此想再次预编译 Assets 。上周五它还在工作,现在经过这个微小的改变它突然失败了。我使用部署脚本来完成此操作,该脚本克
Snow Leopard 有一项我从未听说过的新技术。突然终止(请参阅 this Apple doc 中的突然终止)显然是一种告诉系统何时可以粗暴地终止您的应用程序而不是通过标准退出机制的机制。这应该
我正在观察我的应用程序/服务的内存利用率。 我正在运行相同的负载,当时我通过 Jconsole 看到内存范围在 1.5 到 1.7 GB 之间(可以在图像上看到)。突然我注意到内存变高了几秒钟,但在这
我有这个旧的 C++ COM 组件。我拿了最新的代码库,构建它,发现其中一个属性变成了小写。例如,在预编译的 dll 中我有一个属性“Type”,但是当从源代码构建时它被称为“type”。 idl 显
当我内联一个 div 时,它似乎失去了它的高度,这是一个非常简单的问题? 有什么想法吗?我在挠头.... 更新:在四处摆弄之后,我发现了另一种显示类型,称为“inline-block”,它似乎允许我将
什么可能导致 ASP.Net Core Web 应用程序在没有解释的情况下突然显示数百个构建错误?我开始开发一个我有一段时间没有使用过的应用程序,当我点击发布时,我遇到了数百个以前从未存在过的构建错误
我们已经在生产环境中使用 Entity Framework 好几个月了,就在昨天,当使用我们的 DbContext 子类查询数据库时,一些机器开始出现错误: "The connection strin
这个问题已经有答案了: Are ActiveX Controls Disabled? (11 个回答) 已关闭 8 年前。 今天,出乎意料的是,我工作的公司使用的表单的按钮突然出现了问题。奇怪的是,它
我正在从远程服务器运行脚本,通常我可以很好地调试,但昨天突然它不再调试了! 当我按“开始调试”按钮或 F5 时,调试横幅会短暂出现,但随后再次消失,并且我无法重新启动 session ,否则我会收到“
我是一名优秀的程序员,十分优秀!