获取 CRM 插件(已安装)的过滤属性列表
我安装了 Dynamics CRM 4.0 并编写了一个插件,注册了它,并设置了一个包含一些过滤属性的“步骤”。 2 个问题:
- 如何获取为我的插件配置的过滤属性列表? (从插件本身内部)
- 我如何获取当前正在使用的表单上实际存在的过滤属性的列表? (也在插件本身内)
I have Dynamics CRM 4.0 installed and wrote a plugin, registered it, and setup a "step" that included a few filtering attributes. 2 questions:
- How can I get a list of filtering attributes that are configured for my plugin? (from within the plugin itself)
- How can I get a list of those filtering attributes that are actually on the current form being used? (also within the plugin itself)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想获取发送到插件的图像中的每个属性,您可以在将其设置为动态实体后迭代属性包。这将包括实体上的每个字段。
If you want to get every property in an image that you've sent to a plugin you can iterate through the property bag after setting it to a dynamic entity. This will include every field on the entity.