Closed
Transient Property Data Storage
Hi Team,
As per PDN the transient property(Persistence option - DO NOTSAVE PROPERTY) are not persisted in the DB. Does that mean property value won't be stored in static file OR in memory also? In case if it is stored somewhere temporarily, how long it will be retained?
Thanks
@BHARATK88
Transient properties are kept in memory until the case is committed in database.
In other words, it will remain on clipboard (and can be referenced) until that (work/data) instance is committed to DB.