🗊 Презентация Siebel Party Business Components

Категория: Инвестиции
Нажмите для полного просмотра!
Siebel Party Business Components, слайд №1 Siebel Party Business Components, слайд №2 Siebel Party Business Components, слайд №3 Siebel Party Business Components, слайд №4 Siebel Party Business Components, слайд №5 Siebel Party Business Components, слайд №6 Siebel Party Business Components, слайд №7 Siebel Party Business Components, слайд №8 Siebel Party Business Components, слайд №9 Siebel Party Business Components, слайд №10 Siebel Party Business Components, слайд №11 Siebel Party Business Components, слайд №12 Siebel Party Business Components, слайд №13 Siebel Party Business Components, слайд №14 Siebel Party Business Components, слайд №15 Siebel Party Business Components, слайд №16 Siebel Party Business Components, слайд №17 Siebel Party Business Components, слайд №18 Siebel Party Business Components, слайд №19 Siebel Party Business Components, слайд №20 Siebel Party Business Components, слайд №21 Siebel Party Business Components, слайд №22 Siebel Party Business Components, слайд №23 Siebel Party Business Components, слайд №24 Siebel Party Business Components, слайд №25

Вы можете ознакомиться и скачать презентацию на тему Siebel Party Business Components. Доклад-сообщение содержит 25 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Mypresentation Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1


Module 18: Siebel Party Business Components
Описание слайда:
Module 18: Siebel Party Business Components

Слайд 2


Module Objectives After completing this module you should be able to: Define a party business component Describe the role of S_PARTY and its...
Описание слайда:
Module Objectives After completing this module you should be able to: Define a party business component Describe the role of S_PARTY and its extension tables in storing party business component data Describe how data is stored differently for non-party business components and party business components Describe how implicit and explicit joins are used with party business components Why you need to know: Party business components are a fundamental element of the application architecture

Слайд 3


Business Challenge: Modeling Party Data Party data is the ubiquitous information found in most RDBMS Some prominent party types include Contacts,...
Описание слайда:
Business Challenge: Modeling Party Data Party data is the ubiquitous information found in most RDBMS Some prominent party types include Contacts, Employees, Positions, Accounts, User Lists, Organizations, and Access Groups Party types are often related to each other Employees are related to positions Positions are related to accounts Access groups are related to organizations and so forth Relationships may be dynamic or ad hoc A contractor becomes an intern, then an employee An access group is required for participants of the January 2007 Big Release Roll-Out Event

Слайд 4


Business Challenge: Modeling Party Data Continued Representing these relationships could result in data models that do not have optimal normalization...
Описание слайда:
Business Challenge: Modeling Party Data Continued Representing these relationships could result in data models that do not have optimal normalization Multiple records may be created for each relationship A separate record is created for a contractor, another for an intern, and a third for an employee A special entity may have to be created for each new ad hoc relationship

Слайд 5


Business Solution: Party Business Component Provides a way to create a network of relationships between party types to reflect changes and...
Описание слайда:
Business Solution: Party Business Component Provides a way to create a network of relationships between party types to reflect changes and complexities in the business environment Infuses flexibility into the data model Can establish and change relationships between various party types, as needed

Слайд 6


Party Business Components Are similar to standard business components; they: Group data according to business logic Are referenced by applets Specify...
Описание слайда:
Party Business Components Are similar to standard business components; they: Group data according to business logic Are referenced by applets Specify access to tables Have fields that map to columns

Слайд 7


Differences Between Party and Non-Party BCs In standard BCs, most data is stored in the base table In party BCs, data is stored in extension tables...
Описание слайда:
Differences Between Party and Non-Party BCs In standard BCs, most data is stored in the base table In party BCs, data is stored in extension tables S_PARTY acts solely as a linking mechanism between types

Слайд 8


S_PARTY and Its Extension Tables Eight prominent S_PARTY extension tables store the data
Описание слайда:
S_PARTY and Its Extension Tables Eight prominent S_PARTY extension tables store the data

Слайд 9


Commonly Used Party Business Components Represent a variety of entities that can be arranged into groups related to persons, organizations, or access...
Описание слайда:
Commonly Used Party Business Components Represent a variety of entities that can be arranged into groups related to persons, organizations, or access control

Слайд 10


Person-Related Party Business Components Store their main data in S_CONTACT May store additional data in S_USER and S_EMP_PER Serve as logical...
Описание слайда:
Person-Related Party Business Components Store their main data in S_CONTACT May store additional data in S_USER and S_EMP_PER Serve as logical extension tables

Слайд 11


Person-Related Party Business Components Continued Primarily reference person-related S_PARTY extension tables
Описание слайда:
Person-Related Party Business Components Continued Primarily reference person-related S_PARTY extension tables

Слайд 12


Person-Related Party Business Components Continued A number of person-related business components use these tables
Описание слайда:
Person-Related Party Business Components Continued A number of person-related business components use these tables

Слайд 13


Organization-Related Party Business Components Store their main data in S_ORG_EXT May store additional data in S_BU May include account, division,...
Описание слайда:
Organization-Related Party Business Components Store their main data in S_ORG_EXT May store additional data in S_BU May include account, division, organization, or household data

Слайд 14


Organization-Related Party Business Components Continued Multiple organization-related business components use these tables
Описание слайда:
Organization-Related Party Business Components Continued Multiple organization-related business components use these tables

Слайд 15


Groupings for Access Control Represent groupings of party instances User List Access Group Position
Описание слайда:
Groupings for Access Control Represent groupings of party instances User List Access Group Position

Слайд 16


Groupings for Access Control Continued Access Group, User List, and Position are party business components
Описание слайда:
Groupings for Access Control Continued Access Group, User List, and Position are party business components

Слайд 17


Example, Relating Party Data A user list can be associated with persons via the S_PARTY intersection table S_PARTY_PER There are relationships in...
Описание слайда:
Example, Relating Party Data A user list can be associated with persons via the S_PARTY intersection table S_PARTY_PER There are relationships in S_PARTY They are represented in S_PARTY_PER ROW_ID in S_PARTY is used to relate party types

Слайд 18


Example, Relating Party Data Continued An access group can then be networked with those users, or other user lists, or most any other S_PARTY type...
Описание слайда:
Example, Relating Party Data Continued An access group can then be networked with those users, or other user lists, or most any other S_PARTY type Person, User List, Organization and Account party types can be related to an Access List party type

Слайд 19


Party Implicit Joins Used to populate the prominent S_PARTY extension tables Created automatically for these extension tables Are similar to implicit...
Описание слайда:
Party Implicit Joins Used to populate the prominent S_PARTY extension tables Created automatically for these extension tables Are similar to implicit joins for standard business components Do not appear in join object definitions ROW_ID in base table is always the PK PAR_ROW_ID in extension is always the FK

Слайд 20


Explicit Join: Non-Party Business Component Data in a party table can be joined into a non-party business component Example: Bringing account data...
Описание слайда:
Explicit Join: Non-Party Business Component Data in a party table can be joined into a non-party business component Example: Bringing account data into the Opportunity business component for display in an Opportunity applet

Слайд 21


Explicit Join Definition References the extension table that contains data of interest
Описание слайда:
Explicit Join Definition References the extension table that contains data of interest

Слайд 22


Explicit Join: Another Party Business Component Uses an explicit join to the party table, and not the implicit one Example: Bringing parent account...
Описание слайда:
Explicit Join: Another Party Business Component Uses an explicit join to the party table, and not the implicit one Example: Bringing parent account data into the Account business component for display in an Account applet

Слайд 23


Explicit Join Definition Select or create an explicit join to the desired S_PARTY extension table Use a join specification to specify the relationship
Описание слайда:
Explicit Join Definition Select or create an explicit join to the desired S_PARTY extension table Use a join specification to specify the relationship

Слайд 24


Module Highlights Party types have dynamic or ad hoc relationships Party BCs create relationships between party types Party BCs are similar to...
Описание слайда:
Module Highlights Party types have dynamic or ad hoc relationships Party BCs create relationships between party types Party BCs are similar to standard BCs but data is stored in extension tables Eight prominent S_PARTY extension tables store data Person-related party BCs store data in S_CONTACT Organization-related party BCs store data in S_ORG_EXT Access Group, User List, and Position are party BCs Party implicit joins populate S_PARTY extension tables Explicit joins reference extension tables that contain data

Слайд 25


Lab In the lab you will: Examine how fields in a (non-party) business component map to columns in base and joined tables Examine how fields in a...
Описание слайда:
Lab In the lab you will: Examine how fields in a (non-party) business component map to columns in base and joined tables Examine how fields in a party business component map to columns in S_PARTY, its extension tables, and joined tables



Похожие презентации
Mypresentation.ru
Загрузить презентацию