Dynamics CreateEntityRequest - 将实体分配给显示区域
我正在尝试创建一个新实体并将其显示在“我的财务”和“个人资产”区域中。
我可以使用 CreateEntityRequest 创建实体,没有任何问题。
如果我手动创建实体,我会获得可以显示实体的各种区域的列表。
我怎样才能以编程方式做同样的事情?
谢谢,
大卫
I'm trying to create a new entity and have it appear in the 'My Finances' and 'Personal Assets' areas.
I am able to create the entity without problems using CreateEntityRequest.
If I create the entity manually I get a list of the variuos areas where I can display the entity.
How can I do the same thing programmatically?
Thanks,
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我能够使用 SDK 附带的 Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.SiteMap 类以及 ExportXmlRequest 和 ImportXmlRequest 来实现此功能。
谢谢,
大卫
I was able do get this to work using the Microsoft.Crm.Sdk.IsvReadiness.SupportingItems.SiteMap class that comes with the SDK in conjunction with ExportXmlRequest and ImportXmlRequest.
Thanks,
David
您必须操作站点地图才能做到这一点;这不是在实体本身的元数据中完成的事情。
You'd have to manipulate the SiteMap to do that; that's not something that's done in the metadata of the entity itself.