为多个实体创建自定义历史记录实体

发布于 2024-09-16 19:37:11 字数 177 浏览 10 评论 0原文

我想要创建一个自定义历史记录实体,它将保存来自另一个实体的非活动记录,但我想在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

牵你手 2024-09-23 19:37:11

没有办法直接在产品中执行此操作。但是,您可以创建一个自定义实体来保存您感兴趣的数据,然后创建一个工作流以在主实体停用时基于该实体创建新记录。

您可以在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文