为多个实体创建自定义历史记录实体
我想要创建一个自定义历史记录实体,它将保存来自另一个实体的非活动记录,但我想在 3 个不同的实体上实现这一目标。
是否可以创建一个可能具有 iFrame 的实体,该 iFrame 将显示实体并仅显示非活动记录的视图?
或者您知道实现此目标的更好方法吗?
提供所有帮助。
谢谢。
I am wanting to create a custom history entity that will hold inactive records from another entity but am wanting to achieve this on 3 different entities.
Is it possible to create an entity that say may have a iFrame which will show the entity and just display the view of only inactive records?
Or do you know a better way to achieve this?
all help is appricated.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有办法直接在产品中执行此操作。但是,您可以创建一个自定义实体来保存您感兴趣的数据,然后创建一个工作流以在主实体停用时基于该实体创建新记录。
您可以在 SDK 中找到每个步骤的示例。
There is no way to do the directly in he product. However, You could create a custom entity to hold the data you are interested in, then create a workflow to create new record based on this entity when you primary entity is deactivated.
You can find examples of each of these steps in the SDK.