システム エンティティのカスタム フィールドを作成しました。レイト バインディングを介して XRM Web サービスから属性値にアクセスするにはどうすればよいですか?
私はこのコードを使用していますが、それは私にEntityReference
オブジェクトを与えます:
Entity objCase = service.Retrieve("incident", new Guid(Request.QueryString["EntityID"]), attributes);
string strValue = objCase.Attributes["new_papid"]).ToString();