我得到這個異常: 「支持用戶沒有此操作的權限」 何時我嘗試爲用戶提供訪問記錄。這是我的代碼: public void GrantAccess(Guid targetId, Guid principleId)
{
using (var service = new OrganizationService(_con))
{
var request = n
我想要選擇所有的行,其中假2是空的,所有的行與虛假2加入 下面的代碼沒有問題,但我想在選擇LINQ查詢提高效率。 var rows = (
from a in crmLinqContext.fakeSet
join b in crmLinqContext.fake2Set on a.fake2.Id equals b.Id
join c in crmLinq
我開發了一個使用CRM 2015 SDK(v7.1.2)的應用程序。我想ExecuteTransactionRequest發送的CRM 2名的請求,但我得到了一個錯誤: The formatter threw an exception while trying to deserialize the message: There was an error while trying to deseri