以编程方式操作表单
是否可以使用 CrmService 或 MetadataService 将列添加到 Dynamics 中可用的各种表单中?我正在使用 CreateEntityRequest 创建实体,它工作正常,但我希望能够让所有属性显示在默认公共视图和表单视图上,而无需使用 Dynamics Web 前端添加它们。
谢谢,
大卫
Is it possible to use the CrmService or the MetadataService to add columns to the various forms that are available in Dynamics? I'm using CreateEntityRequest to create entities and it's working fine but I would like to be able to have all attributes appear on the Default Public View and the Form View without me having to add them using the Dynamics web frontend.
Thanks,
David
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。您可以从organizationui实体获取formxml。如果您想要发布的formxml,请确保拉回inproduction属性为true的organizationui记录。
Yes. You can get the formxml from the organizationui entity. If you want the published formxml, make sure to pull back the organizationui record whose inproduction attribute is true.