摘要:
"Microsoft.crm.setup.Srsdataconnector UnregisterServer Action操作失败:Requested value 'geo' was not found"1. Ran the follow FixIt tool to remove the progr... 阅读全文
摘要:
statecode和statuscode是一对好基友,想直接通过修改statecode的值来激活或者停用一条记录,系统会报错正确的方法应该是通过调用SetStateRequest来执行状态的改变SetStateRequest setStateReq = new SetStateRequest();setStateReq.EntityMoniker = new EntityReference(entityName, guid);setStateReq.State = new OptionSetValue(statecode);setStateReq.Status = new OptionSetV 阅读全文