Table Description
Service Offering Page: The details of pages which can be used to maintain a service created based on a service offering.

Customers may define their own create, edit, view pages to maintain service deliveries. This entity allows a customer to override the out of the box maintenance pages and to define their own custom pages.

Example

The service offering has a related service offering page definining its tab view page type page as Service_home
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::CPM::Service Layer::Service Offering::Service Offering::ServiceOfferingPage::Entity::ServiceOfferingPage
Controlling File: CPM\model\Packages\Service Layer\Service Offering\Service Offering Page\Entity\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
serviceOfferingPageIDkeynoUnique identifier for the service offering page record. INTERNAL_ID SVR_INT64
soPageRefdetailsnoThe page reference string which represents the page to associate with the related service offering.SERVICE_OFFERING_PAGE_REF SVR_STRING<200>
soPageTypedetailsnoThe code representing the type of page this record contains.SERVICE_OFFERING_PAGE_TYPESOPageTypeSVR_STRING<10>
serviceOfferingIDdetailsnoUnqiue identifier of the related service offering.SERVICE_OFFERING_ID SVR_INT64
recordStatusdetailsnoThe status of service offering page record i.e. active or cancelled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
ServiceOfferingPage.serviceOfferingIDServiceOffering.serviceOfferingID
Indices (1)
Index NameAttributes
ServOfferPageServOffringIDIdxserviceOfferingID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: serviceOfferingPageID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByServiceOfferingAndStatusreadmulti Searches for service offering page link records for the specified service offering. 
readByServiceOfferingPageTypeAndStatusnsread Reads&nbsp;the&nbsp;service&nbsp;offering&nbsp;page link&nbsp;record&nbsp;by&nbsp;for the specified&nbsp;service&nbsp;offering&nbsp;ID&nbsp;and service offering page type. 
Related Pages (7)