Table Description
CREOLE Product Publication Item: A change in CREOLE product configuration published as part of a single configuration publication. When changes to product configurations are prepared to be published, then a row is written to this table for each change. In deferred processing, each pending change is applied to rule objects.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Products::Entity Objects::Infrastructure::Entities::CREOLEProductPublicationItem::CREOLEProductPublicationItem
Controlling File: core\model\Packages\Products\Infrastructure\Entities_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
creoleProductPublicationItemIDkeynoUnique identifier of this record.INTERNAL_ID SVR_INT64
configurationPublicationIDdetailsnoIdentifier of the configuration publication which contains this publication item.INTERNAL_ID SVR_INT64
sandboxIDdetailsyesPrior to publication, the identifier of the product change which is pending publication.INTERNAL_ID SVR_INT64
snapshotIDdetailsyesAfter publication,the identifier of the product change which was published.INTERNAL_ID SVR_INT64
Foreign Keys (3)
ChildParent
CREOLEProductPublicationItem.sandboxIDCREOLEProductSandbox.sandboxID
CREOLEProductPublicationItem.snapshotIDCREOLEProductSnapshot.snapshotID
CREOLEProductPublicationItem.configurationPublicationIDConfigurationPublication.configurationPublicationID
Indices (3)
Index NameAttributes
CPPIConfPubIdxconfigurationPublicationID
IND_419631045sandboxID
IND__539994980snapshotID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
readread Standard Operation 
insertinsertAUTO_ID: creoleProductPublicationItemID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByConfigurationPublicationIDreadmulti   
Related Pages (0)