Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个带有门户的 Dynamics 365 解决方案。我创建了一个自定义实体来保存与事件相关的记录。我需要做的是为用户提供一种登录门户并注册他们对这些事件的兴趣的方法,即将他们的联系记录与相关事件记录相关联。
我已经看到,在 CRM 中,当他们通过门户中的插入实体表单创建事件时,可以选择将当前用户与事件相关联,但我无法从只读实体表单中弄清楚如何做到这一点。
您必须在实体表单中使用和配置实体表单元数据,以便可以预先填充数据,包括当前登录门户用户作为每条记录中的联系人。
https://community.adxstudio.com/products/adxstudio-portals/documentation/configuration-guide/entity-form/entity-form-metadata/