Set the persistence for a single-valued property by selecting one of two
choices:
- Transient - Property values are visible to Event Actions but otherwise
discarded.
- System Table - Property values of an ID data type are stored in the
system-defined table, ListOfID, in the object store database. The default
is persistent in the System Table.
Set the persistence for a multi-value property by selecting one of three
choices:
- Transient - Property values are visible to Event Actions but otherwise
discarded.
- System Table - Property values of an ID data type are stored in the
system-defined table, ListOfID, in the object store database. The default
is persistent in the System Table.
- Own Table - Property values are stored in their own indexable table in the
object store database, allowing you to create your own index(es) for
searching. The table name consists of “u_” followed by the SymbolicName of the
property.
Once you set the persistence, you cannot change it.