简体   繁体   中英

Create a custom history entity for multiple entities

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM