cost 244 ms
來自 JS 的 LogicApp 調用中的錯誤“URI 'XY' 無效,因為它不是基於 'XY'”

[英]Error "The URI 'XY' is not valid because it is not based on 'XY'" in LogicApp call from JS

我從來沒有遇到過這樣的錯誤,所以我希望有人對此有所暗示。 我使用 XrmQuery.SendRequest() 方法使用 javascript 調用 HTTP 觸發的 Azure 邏輯應用程序,如下所示: 此腳本在 Dynamics 365 環境中執行。 邏輯應用的url如下: ht ...

如何修復 OrganizationServiceProxy“System.ArgumentNullException:值不能為空。參數名稱:identityProvider”問題

[英]How to fix OrganizationServiceProxy "System.ArgumentNullException: Value cannot be null. Parameter name: identityProvider" issue

我正在嘗試使用 OrganizationServiceProxy 從 CRM 應用程序中檢索實體。 它適用於可以訪問 Internet 的我的 DEV 服務器,但不適用於無法訪問 Internet 的測試服務器。 錯誤登錄測試服務器: ...

xrmquery.update->使用null更新CRM ID綁定

[英]xrmquery.update -> update crm id binding with null

我需要使用XrmQuery將ID綁定字段更新為“ null”。 這是我的代碼: 此更新不適用於cgk_countrypostaladdressid_bind$cgk_countries: null 。 當我刪除此行時,更新工作正常。 有沒有使用XrmQuery使id綁定字段 ...

xrmquery.update->更新crm日期字段

[英]xrmquery.update -> update crm date field

我正在為掃描模塊編寫自定義打字稿頁面。 掃描代碼時,需要更新CRM記錄上的日期時間字段。 這是我的代碼: 有誰知道我在更新日期時間字段時做錯了什么? 更新其他字段工作正常。 ...

使用打字稿xrmquery從webattribute獲取格式化值

[英]Get formatted value from webattribute with typescript xrmquery

我在打字稿中有一個xrmquery: cgk_employerid_guid是這樣的: 我需要獲取cgk_employerid_formatted值。 但是,當查詢運行時,它將cgk_employerid_guid作為字符串提供,因此無法從中獲取格式值。 有誰知道 ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM