Table Description
RosterLineItemClient: Information about clients associated to a roster line item.

A roster line item can be associated with multiple clients. The list of clients associated to a roster line item are stored here.

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::Service Layer::AttendanceTracking::Roster Line Item::Entity::RosterLineItemClient
Controlling File: core\model\Packages\Reference Model\Service Layer\Attendance Tracking\Roster Line Item\Entity\Entity_cat.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
rosterLineItemClientIDkeynoThe unique system generated identifier for the roster line item client.INTERNAL_ID SVR_INT64
rosterLineItemIDdetailsnoThe unique system generated identifier for the roster line item.ROSTER_LINE_ITEM_ID SVR_INT64
concernRoleIDdetailsnoThe unique system generated identifier for the client.CONCERN_ROLE_ID SVR_INT64
Foreign Keys (2)
ChildParent
RosterLineItemClient.concernRoleIDConcernRole.concernRoleID
RosterLineItemClient.rosterLineItemIDRosterLineItem.rosterLineItemID
Indices (2)
Index NameAttributes
RosterLIClientRosterLItmIDIdxrosterLineItemID
IND__1301681809concernRoleID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: rosterLineItemClientID
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
modifymodify Standard Operation 
searchByRosterLineItemreadmulti Searches for all the clients associated with the given roster line item. 
Related Pages (0)