Siebel Repository Documentation

Size: px
Start display at page:

Download "Siebel Repository Documentation"

Transcription

1 Siebel Dipl. Inform. Volker Siefke Siefke Solutions Wiggenhalde Kriens Switzerland M: E: 1 Siebel by Siefke Solutions 11/03/2016

2 Change and Revision History Version Date Status Author Summary V1.0 11/03/2016 Completed Volker Siefke First creation of document 2 Siebel by Siefke Solutions 11/03/2016

3 Contents Contents Introduction Data Model Script Analysis Symbolic String Analysis Screens Screen Views Active Run View Browser Script Detail View Detail View Server Script Detail View View BusComp Browser Script Detail View BusComp Server Script Detail View Component Detail View Component View Object Detail View Object View Configuration View Data Model Analysis View Link Detail View Link View Overview View Pick List Detail View Pick List View Report View Run Explorer View Run View Screen Detail View Screen View Script Analysis View Side View Step View Symbolic String Analysis View Symbolic String Detail View Symbolic String View Siebel by Siefke Solutions 11/03/2016

4 6.30 Table Detail View Table View View Detail View View View s Language Pick Active Run List Read Only Browser Script - Script Form Browser Script Form Browser Script List Form List Server Script - Script Form Server Script Form Server Script List BusComp Browser Script - Script Form BusComp Browser Script Form BusComp Browser Script List BusComp Server Script - Script Form BusComp Server Script Form BusComp Server Script List Component Form Component List Object Component List Object Form Object List Object Pick Column List Configuration Form Configuration List Control List Data Model Analysis VBC List Field List Join List Join Specification List Link Form Link List List Column List Multi Value Link List Siebel by Siefke Solutions 11/03/2016

5 7.35 Object List Objects By Type VBC List Objects By Type VBC Number List Pick List Form Pick List List Report Form Report List Run Form Read Only Run List Run Log List Run Tree Screen Form Screen List Screen View List Script Analysis VBC List Side Item Form Side Item List Side List Step Form Step List Symbolic String Analysis VBC List Symbolic String Form Symbolic String List Symbolic String Missing VBC List Table Form Table List Toggle List Type Pick View Form View List View Web Template Item List Responsibility Pick Objects Report Run Step Components Language Def Siebel by Siefke Solutions 11/03/2016

6 9.2 Object Browser Script Server Script BusComp Browser Script BusComp Server Script Component Object Object Component Column Configuration Control Data Model Analysis VBC Field Join Join Specification Link List Column Multi Value Link Object Objects By Type VBC Pick List Report Run Run Log Screen Screen View Script Analysis VBC Side Side Item Step Symbolic String Analysis VBC Symbolic String Locale Symbolic String Missing VBC Table Toggle View View Web Template Item Type Siebel by Siefke Solutions 11/03/2016

7 9.41 Responsibility Picklists Config Review PickList PickList Language Picklist Responsibility Report PickList Report Type PickList Side Item Type PickList Side Type PickList Type PickList PickList Component PickList Object PickList Object Component Links / Browser Script / Server Script / Control / List Column / Toggle Component/ BusComp Browser Script Component/ BusComp Server Script Component/ Field Component/ Join Component/ Multi Value Link Object/ Object Component Configuration/ Run Join/ Join Specification Report/ Side Run/ Run/ Component Run/ Object Run/ Data Model Analysis VBC Run/ Link Run/ Object Run/ Objects By Type VBC Run/ Pick List Siebel by Siefke Solutions 11/03/2016

8 11.23 Run/ Run Log Run/ Screen Run/ Script Analysis VBC Run/ Symbolic String Analysis VBC Run/ Symbolic String Locale Run/ Symbolic String Missing VBC Run/ Table Run/ View Screen/ Screen View Side/ Side Item Table/ Column View/ View Web Template Item Responsibility/Internal Division Tables CX_RD_CONFIG CX_RD_OBJECTS CX_RD_REPORT CX_RD_RUN CX_RD_RUN_LOG CX_RD_SIDE CX_RD_SIDE_ITEM CX_RD_STEP S_BUSOBJ S_LANG S_OBJ_TYPE S_RESP S_RESP_BU Symbolic Strings Scripts _PreInvokeMethod BusComp_PreSetFieldValue Web_PreInvokeMethod Web_PreInvokeMethod BusComp_PreSetFieldValue Siebel by Siefke Solutions 11/03/2016

9 1 Introduction This document contains the technical description for Siebel objects for the responsibility " ". Only objects used in this responsibility are in scope of this document. The algorithm determined the main objects of the Siebel Application in scope and documented them in the following structure: 1) Data Model This chapter shows the relationship of Components used in the Siebel-Views in scope. It will be enhanced in later versions of the Tool. An integration of Visio-Data Model is planned for the first quarter of ) Script Analysis This chapter gives some information about the scripts in the application. All scripts are listed with their number of code lines and number of comments in the code. In the last column of the analysis table a score is given for the code commendation. 3) Symbolic String Analysis The Symbolic String Analysis shows 2 tables which are useful special in a multilingual environment. The number of used Symbolic Strings instead of overrides is analyzed. Symbolic strings arise in 5 object types and are counted against the overrides. Oracles first choice is the use of Symbolic Strings to enable multi lingual possibilities. In a second table the overrides are listed which should be replaced by Symbolic Strings. This table shows also the occurrences of the specific override value. This table is very useful for the translation of missing Symbolic Strings because normally it is a challenge to identify the missing ones. This analysis therefore can also be useful to avoid errors because of missing translations. 4) Object Types and Object Details The next chapters contains detailed information about the Siebel objects divided in object types. Each object type is a chapter and begins with a list of all identified objects of this type. Subchapters contains the detail information for each of the objects. They are sorted by name and contains all necessary information about sub-objects. The following table contains information about each object type described in this document. In the last column of the table the total number of objects is listed. The quality of comments has been also analyzed. Comments means the Comments in the "Siebel ". Main objects like s or Components should have an entry in the comments field of Siebel Tools. 9 Siebel by Siefke Solutions 11/03/2016

10 Object Types Overview Report Name: Word Report Type: Word Report Run Name: Module- 11/03/ :26:01 Run Language: ENU Configuration Name: Module Run Date: 11/03/ :26:42 Responsibility: Name: Siebel Object per Type Table Type Count Comments NOT NULL Count Comments NULL Percent Comments NULL Status Comments Count Component Object Link Pick List # Component.Count Comments NOT NULL # Component.Count Comments NOT NULL # Component.Count Comments NOT NULL # Component.Count Comments NOT NULL # Component.Count Comments NOT Very Good Very Good Very Good Very Good Very Bad Siebel by Siefke Solutions 11/03/2016

11 Type Count Comments NOT NULL Count Comments NULL Percent Comments NULL Status Comments Count NULL Screen # Component.Count Comments NOT NULL Very Good 1 Symbolic String # Component.Count Comments NOT NULL Very Bad 33 Table View # Component.Count Comments NOT NULL # Component.Count Comments NOT NULL Middle Very Good Siebel by Siefke Solutions 11/03/2016

12 2 Data Model The following table contains an overview about the existing relationships between Components in scope. The parent object and child objects are shown with their relationship type and a description of the database columns used. Data Model Relationships Parent Object Relationship Child Object Description 1:N Control 1:N Server Script 1:N Browser Script 1:N List Column 1:N Toggle 1:N Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Id' which is physically stored in S_CONTROL.APPLET_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Id' which is physically stored in S_APPL_WEBSCRPT.APPLET_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Id' which is physically stored in S_APLT_BRSSCRPT.APPLET_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Id' which is physically stored in S_LIST.APPLET_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Id' which is physically stored in S_APPLET_TOGGLE.APPLET_ID. Parent Source Field is 'Object Id' which is physically stored in 12 Siebel by Siefke Solutions 11/03/2016

13 Parent Object Relationship Child Object Description Component Component Component Component Component Object Configuration BusComp Browser Script 1:N BusComp Server Script 1:N Multi Value Link 1:N Join 1:N Field 1:N Object Component 1:N Run CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Component Id' which is physically stored in S_BC_BRS_SCRPT.BUSCOMP_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Component Id' which is physically stored in S_BUSCOMP_SCRIPT.BUSCOMP_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Component Id' which is physically stored in S_MVLINK.BUSCOMP_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Component Id' which is physically stored in S_JOIN.BUSCOMP_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Component Id' which is physically stored in S_FIELD.BUSCOMP_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is ' Object Id' which is physically stored in S_BOCOMP.BUSOBJ_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_CONFIG.ROW_ID.Child Destination Field is 'Configuration Id' which is physically stored in 13 Siebel by Siefke Solutions 11/03/2016

14 Parent Object Relationship Child Object Description CX_RD_RUN.PAR_ROW_ID. Join Report Run Run Run Run Run 1:N Join Specification 1:N Side 1:N Object 1:N Component 1:N 1:N Data Model Analysis VBC 1:N View Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is 'Join Id' which is physically stored in S_JOIN_SPEC.JOIN_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_REPORT.ROW_ID.Child Destination Field is 'Report Id' which is physically stored in CX_RD_SIDE.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_OBJECTS.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_OBJECTS.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_OBJECTS.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is not stored physically. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in 14 Siebel by Siefke Solutions 11/03/2016

15 Parent Object Relationship Child Object Description CX_RD_OBJECTS.PAR_ROW_ID. Run Run Run Run Run Run Run 1:N Table 1:N Symbolic String Missing VBC 1:N Symbolic String Locale 1:N Link 1:N Object 1:N Objects By Type VBC 1:N Pick List Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_OBJECTS.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is not stored physically. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_OBJECTS.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_OBJECTS.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_OBJECTS.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is not stored physically. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_OBJECTS.PAR_ROW_ID. 15 Siebel by Siefke Solutions 11/03/2016

16 Parent Object Relationship Child Object Description Run Run Run Run Screen Side Table 1:N Run Log 1:N Screen 1:N Script Analysis VBC 1:N Symbolic String Analysis VBC 1:N Screen View 1:N Side Item 1:N Column Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_RUN_LOG.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is physically stored in CX_RD_OBJECTS.PAR_ROW_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is not stored physically. Parent Source Field is 'Id' which is physically stored in CX_RD_RUN.ROW_ID.Child Destination Field is 'Run Id' which is not stored physically. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is 'Screen Id' which is physically stored in S_SCREEN_VIEW.SCREEN_ID. Parent Source Field is 'Id' which is physically stored in CX_RD_SIDE.ROW_ID.Child Destination Field is 'Side Id' which is physically stored in CX_RD_SIDE_ITEM.PAR_ROW_ID. Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is 'Table Id' which is physically stored in S_COLUMN.TBL_ID. 16 Siebel by Siefke Solutions 11/03/2016

17 Parent Object Relationship Child Object Description View 1:N View Web Template Item Parent Source Field is 'Object Id' which is physically stored in CX_RD_OBJECTS.OBJECT_ID.Child Destination Field is 'View Id' which is physically stored in S_VIEW_WEB_TMPL.VIEW_ID. Responsibility N:M Internal Division Intersection Table is 'S_RESP_BU'. Parent stores his Primary Key from S_RESP.ROW_ID in S_RESP_BU.RESP_ID. Child stores his Primary Key from S_PARTY.ROW_ID in S_RESP_BU.BU_ID. 17 Siebel by Siefke Solutions 11/03/2016

18 3 Script Analysis The following table contains all scripts in scope. They are listed with their number of codelines and the number of comment-lines in the code. In the last column an overall score about commentation is delivered. To few comments in the code leads to a poor "Comments Status". Script Analysis - Comments Name Type Parent Name Parent Type Number of Codelin es Number of Comme nts Percent of Comme nts Comme nts Status _PreInvokeMetho d Browse r Script Documentat ion Active Run List Read Only % 1-Very Good BusComp_PreSetFieldV alue BusCo mp Browse r Script Documentat ion Compon ent % 1-Very Good BusComp_PreSetFieldV alue BusCo mp Server Script Documentat ion Compon ent % 1-Very Good Web_PreInvokeM ethod Server Script Documentat ion Run List % 1-Very Good Web_PreInvokeM ethod Server Script Documentat ion Configuratio n Form % 1-Very Good 18 Siebel by Siefke Solutions 11/03/2016

19 4 Symbolic String Analysis The following table contains information about the usage of Symbolic Strings in the GUI objects in scope. Divided into object types the number of Symbolic Strings and Overrides are listed. For a full functional multilingual application the percent of Symbolic String should be 100%. Symbolic String Analysis Type Attribute Count Symbolic String Count Override Percent Symbolic String Status Count Screen Viewbar Text % 1-Very Good 1 Screen View Viewbar Text % 5-Very Bad 33 Title % 5-Very Bad 66 Control Caption % 5-Very Bad 498 List Column Display Name % 5-Very Bad 317 The following table shows the missing symbolic strings. This are the values which are using "override" instead of Symbolic Strings. This would lead to missing translations in a multilingual application. The following Symbolic Strings should be created or existing Symbolic Strings (also in the following table) should be used. The table shows all occurences of the missing String Value divided into different object classes. How often the missing String Value is used int total is shown in the last column "Total" of the following table. Missing Symbolic Strings String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Active SBL_ACTIVE_SIA Active Flag SBL_ACTIVE_FLAG U Admin Flag SBL_ADMIN_FLAG SBL_APPLET JG Siebel by Siefke Solutions 11/03/2016

20 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Browser Script Browser Scripts SBL_APPLET_BROWSER_SCRIPT JH SBL_APPLET_BROWSER_SCRIPTS A Name SBL_APPLET_NAME HV Documentatio n Object Id Server Script Server Scripts SBL_APPLET_SERVER_SCRIPT JM SBL_APPLET_SERVER_SCRIPTS AC Type s SBL_APPLETS AJ Association Attribute SBL_ATTRIBUTE KM Auto Primary SBL_AUTO_PRIMARY RO Auto Toggle Field Auto Toggle Value SBL_AUTO_TOGGLE_FIELD RX SBL_AUTO_TOGGLE_VALUE RY Bounded SBL_BOUNDED ZZ Browser Group BusComp Browser Script SBL_BROWSER_GROUP LC SBL_WT_BUSCOMP_BROWSER_SCRIPT Siebel by Siefke Solutions 11/03/2016

21 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al BusComp Browser Scripts BusComp Server Script BusComp Server Scripts SBL_WT_BUSCOMP_SERVER_SCRIPT Component Component Field Component Name Component Search Spec Component Sort Spec Components SBL_BUSINESS_COMPONENT K SBL_BUSINESS_COMPONENT_FIELD DF SBL_BUSINESS_COMPONENT_NAME N X_REPOSITORY_DOCUMENTATION_BUSIN ESS_COMPONENTS Object SBL_BUSINESS_OBJECT Object Components SBL_BUSINESS_OBJECT_COMPONENTS H Objects Com ponent SBL_BUSINESS_OBJECTS H Calculated SBL_CALCULATED F Siebel by Siefke Solutions 11/03/2016

22 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Calculated Value SBL_CALCULATED_VALUE S Cancel SBL_WSUI_CANCEL Caption SBL_CAPTION N Caption Symbolic String Cascade Delete SBL_CASCADE_DELETE F Category SBL_ADVSCHED_ASM_CATEGORY Child Component SBL_CHILD_BUSINESS_COMPONENT B Child Object Class SBL_CLASS NJ Class Name SBL_CLASS_NAME QQ Column SBL_COLUMN NY Columns SBL_COLUMNS MI Comments SBL_COMMENTS N Comments Status Configuration SBL_CONFIGURATION OX Configuration s SBL_CONFIGURATIONS ZN Controls SBL_CONTROLS A Count SBL_COUNT OY Count Comments NOT NULL Siebel by Siefke Solutions 11/03/2016

23 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Count Comments NULL Count Objects Count Override Count Symbolic String Created SBL_CREATED S Created By SBL_CREATED_BY A Data Model Data Model Overview Data Type SBL_DATA_TYPE W Default Value SBL_DEFAULT_VALUE ZR Delete SBL_WSUI_DELETE Description SBL_LANDING_SITE_DESCRIPTION Destination Component Destination Column SBL_DESTINATION_BUSINESS_COMPONE NT Z SBL_DESTINATION_COLUMN Destination Field Destination Link Destination Table SBL_DESTINATION_FIELD SBL_DESTINATION_LINK SBL_DESTINATION_TABLE B Details SBL_DETAILS L Siebel by Siefke Solutions 11/03/2016

24 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Display Name SBL_DISPLAY_NAME M Document Name Document Path SBL_DOCUMENT_NAME B End Date SBL_LANDING_SITE_END_DATE Error Message SBL_ERROR_MESSAGE JR Existing Symbolic String in Field Type SBL_FIELD_TYPE QM Fieldname Fields SBL_FIELDS U Force Active SBL_FORCE_ACTIVE TE Foreign Key Table Generated Symbolic String Name SBL_FOREIGN_KEY_TABLE UF HTML Type SBL_HTML_TYPE S Id SBL_ID W Immediate Post Changes Intersection Child Column SBL_IMMEDIATE_POST_CHANGES V Intersection Delete Intersection Parent Siebel by Siefke Solutions 11/03/2016

25 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Column Intersection Table Item Number SBL_ITEM_NUMBER DQ Join SBL_JOIN Y Join Specifications SBL_JOIN_SPECIFICATIONS B Joins SBL_JOINS P LOV Bounded SBL_LOV_BOUNDED FX LOV Type SBL_LOV_TYPE FZ Language SBL_LANGUAGE YA Last Update SBL_LAST_UPDATE JC Last Update By Length SBL_LENGTH KO Link SBL_LINK YD Link Specification SBL_LINK_SPECIFICATION M Links SBL_LINKS EO List Columns SBL_LIST_COLUMNS CM Log Number Long List SBL_LONG_LIST PT Lookup Search Spec Loop Component Loop Retrieve Field Siebel by Siefke Solutions 11/03/2016

26 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Loop Search Expression MVG SBL_MVG_APPLET S Missing Symbolic Strings Multi Value Link Multi Valued SBL_MULTI_VALUED Z Name SBL_NAME K Name Source Field Needs High Interactivity SBL_NEEDS_HIGH_INTERACTIVITY T No Assoc No Delete SBL_NO_DELETE H No Insert SBL_NO_INSERT I No InterDelete No Merge SBL_NO_MERGE L No Update SBL_NO_UPDATE S Nullable SBL_NULLABLE AN Number Codelines Number Comments Object Component of of Object Siebel by Siefke Solutions 11/03/2016

27 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Object Object Field Object Id SBL_OBJECT_ID WT Object Search Spec Object Type SBL_WSUI_OBJECT_TYPE Object Types SBL_OBJECT_TYPES Objects SBL_OBJECTS CM Objects Type by Occurences - Title Occurences Control - Caption Occurences List Column - Display Name Occurences Screen - Viewbar Text Occurences Screen View - Viewbar Text Occurences Total Order By SBL_ORDER_BY TC Outer Join Parent Component SBL_PARENT_BUSINESS_COMPONENT OE Siebel by Siefke Solutions 11/03/2016

28 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Parent Category SBL_PARENT_CATEGORY OK Parent Name SBL_PARENT_NAME QJ Parent Object Parent Type SBL_PARENT_TYPE SP Percent Comments NULL Percent Symbolic String Percent Comments of Pick SBL_PICK_APPLET L Pick Object SBL_PICK_BUSINESS_OBJECT V Pick List SBL_PICK_LIST O Pick Lists Pick Type SBL_PICK_TYPE W Primary Component SBL_PRIMARY_BUSINESS_COMPONENT Primary Field Id SBL_WT_Primary Id Field Procedure SBL_PROCEDURE AF Program Language SBL_PROGRAM_LANGUAGE DG Read Only SBL_READ_ONLY NQ Relationship SBL_RELATIONSHIP SF Report SBL_REPORT FS Siebel by Siefke Solutions 11/03/2016

29 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Reports SBL_REPORTS IP SBL_REPOSITORY AH Documentatio n Side Name SBL_REPOSITORY_NAME VD Required SBL_REQUIRED WZ Responsibility SBL_RESPONSIBILITY B Row Text Run SBL_RUN Z Run Explorer Run Log Run Report SBL_RUN_REPORT EH Runs Screen SBL_SCREEN DM Screen Views SBL_SCREEN_VIEWS OW Screens SBL_SCREENS T Script SBL_SCRIPT S Script Overview Scripts SBL_SCRIPTS AD Search Spec SBL_SEARCH_SPEC XA Search Specification X_REPOSITORY_DOCUMENTATION_SEARC H_SPECIFICATION Sequence SBL_SEQUENCE AG Side Footer Siebel by Siefke Solutions 11/03/2016

30 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Side Header Side Item Side Number Item Side Items Side Number Sides Sort Spec SBL_SORT_SPEC ZJ Sort Specification SBL_SORT_SPECIFICATION ZK Source Field SBL_SOURCE_FIELD VY Source Field Name Start SBL_START IH Start Date SBL_START_DATE-ACR Static SBL_STATIC OE Status Comments Status Symbolic String Step SBL_STEP GL Step Order By Steps SBL_STEPS QJ String Value SBL_REPORT_PARAM_STRING_VALUE Subtype SBL_SUBTYPE SV Symbolic String SBL_SYMBOLIC_STRING H Siebel by Siefke Solutions 11/03/2016

31 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Symbolic String Analysis Symbolic Strings SBL_SYMBOLIC_STRINGS Y Table SBL_TABLE HA Table Name SBL_TABLE_NAME Z Table Type SBL_TABLE_TYPE V Tables SBL_TABLES RV Target Component SBL_DQ_TARGET_BUSINESS_COMPONEN T Target Object Target Description SBL_DQ_TARGET_BUSINESS_OBJECT Target Field SBL_TARGET_FIELD Z Target Search Spec Target Type SBL_TARGET_TYPE WN Text SBL_TEXT K Title SBL_TITLE U Toggles Type SBL_TYPE Type Field SBL_TYPE_FIELD T Type Formatted Type Value SBL_TYPE_VALUE A Siebel by Siefke Solutions 11/03/2016

32 String Value Existing Symbolic String in # App let # Cont rol # List Colu mn # Scre en # Scre en View Tot al Updated SBL_UPDATED BH Updated By SBL_UPDATED_BY BO User Name SBL_USER_NAME Validation SBL_VALIDATION F View SBL_UIF_VIEW_CONFIGURATION View Name SBL_VIEW_NAME R View Web Template Items SBL_VIEW_WEB_TEMPLATE_ITEMS Q Viewbar Text SBL_VIEWBAR_TEXT HK Viewbar Text Symbolic String Views SBL_VIEWS WO Siebel by Siefke Solutions 11/03/2016

33 5 Screens The following table contains all Screen-Objects in scope. Screens Name Comments View Bar Text Screen Screen 33 Siebel by Siefke Solutions 11/03/2016

34 5.1 Screen Details for the screen Name: Screen Viewbar-Text Id: 1-ZV98 Created: 10/22/ :09:01 Created By: SADMIN Last Update: 11/01/ :38:08 Last Update By: SADMIN The following table contains the Screen Views of the views. Screen-Views Name Comments View Name Sequence Viewbar-Text Active Run View Runs Active Run View 100 Runs Browser Script Detail View Browser Script Details Browser Script Detail View 1100 Details Detail View Details Detail View 1000 Details Server Script Detail View Browser Script Details Server Script Detail View 1100 Details View s View 2000 s 34 Siebel by Siefke Solutions 11/03/2016

35 Name Comments View Name Sequence Viewbar-Text BusComp Browser Script Detail View Browser Script Details BusComp Browser Script Detail View 1100 Details BusComp Server Script Detail View Browser Script Details BusComp Server Script Detail View 1100 Details Component Detail View Component Details Component Detail View 2000 Details Component View Components Component View 3000 Components Object Detail View Details Object Object Detail View 3000 Details Object View Objects Object View 4000 Objects Configuration View Administration Configurations Configuration View 100 Configurations Data Model Analysis View Data Model Data Model Analysis View 2000 Data Model Link Detail View Component Details Link Detail View 4000 Details Link View Links Link View 5000 Links 35 Siebel by Siefke Solutions 11/03/2016

36 Name Comments View Name Sequence Viewbar-Text Overview View Overview Overview View 1000 Object Types Pick List Detail View Pick List Details Pick List Detail View 5000 Details Pick List View Pick Lists Pick List View 6000 Pick Lists Report View Reports Report View 100 Reports Run Explorer View Run Explorer View Run Explorer View 1000 Run Explorer Run View Runs Run View 1000 Runs Screen Detail View Screen Details Screen Detail View 6000 Details Screen View Screens Screen View 7000 Screens Script Analysis View Overview Script Analysis View 3000 Scripts Side View Sides Side View 1000 Sides Step View Administration Steps Step View 100 Steps Symbolic String Overview Symbolic String 4000 Symbolic Strings 36 Siebel by Siefke Solutions 11/03/2016

37 Name Comments View Name Sequence Viewbar-Text Analysis View Analysis View Symbolic String Detail View Symbolic Details String Symbolic String Detail View 8000 Details Symbolic String View Symbolic Strings Symbolic String View 8000 Symbolic Strings Table Detail View Table Details Table Detail View 7000 Details Table View Tables Table View 9000 Tables View Detail View View Details View Detail View 8000 Details View View Views View View Views 37 Siebel by Siefke Solutions 11/03/2016

38 6 Views The following table contains all View Objects in scope. The views are currently assigned to the responsibility " ". Views Name Comments Object Admin Flag Run View Active Run View Active Run N Browser Script Detail View Browser Script Detail View Run N Detail View Detail View Run N Server Script Detail View Server Script Detail View Run N View View Run N BusComp Browser Script Detail View BusComp Browser Script Detail View Run N BusComp Server Script Detail View BusComp Server Script Detail View Run N Component Detail View Component Detail View Run N Component View Component View Run N N 38 Siebel by Siefke Solutions 11/03/2016

39 Name Comments Object Admin Flag Object Detail View Component Detail View Run Object View Object View Run N Configuration View Configuration View Y Data Model Analysis View Data Model Analysis View Run N Detail View Link Detail View Link Run N View Link View Link Run N Overview View Overview View Run N Pick List Detail View Pick List Detail View Run N Pick List View Pick List View Run N Report View Report View Report Y Explorer View Run Explorer View Run Run N View Run View Run Y Screen Detail View Screen Detail View Run N 39 Siebel by Siefke Solutions 11/03/2016

40 Name Comments Object Admin Flag Screen View Screen View Run N Analysis View Script Analysis View Script Run N View Side View Side Report Y View Step Step Step Y Symbolic String Analysis View Symbolic String Analysis View Run N Symbolic String Detail View Symbolic String Detail View Run N Symbolic String View Symbolic String View Run N Detail View Table Detail View Table Run N View Table View Table Run N Detail View View Detail View View Run N View View View View Run N 40 Siebel by Siefke Solutions 11/03/2016

41 6.1 Active Run View Details for the View Name: Run View Active Object Run Id: 1-10ETD Admin Flag: N Created: 10/23/ :30:22 Created By: SADMIN Last Update: 10/23/ :54:55 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Active Run List Read Only Run Form Read Only 1 Active Run List Read Only 2 Run Form Read Only 41 Siebel by Siefke Solutions 11/03/2016

42 6.2 Browser Script Detail View Details for the View Name: Object Run Browser Script Detail View Id: 1-1JIAD Admin Flag: N Created: 10/31/ :19:40 Created By: SADMIN Last Update: 10/31/ :14:02 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Browser Script Form Browser Script - Script Form 1 Browser Script Form 2 Browser Script - Script Form 42 Siebel by Siefke Solutions 11/03/2016

43 6.3 Detail View Details for the View Name: Object Run Detail View Id: 1-1C246 Admin Flag: N Created: 10/26/ :35:38 Created By: SADMIN Last Update: 10/31/ :49:46 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Form Control List 1 Form 2 Control List List 3 List Column List Column List Toggle List Browser Script List 4 Toggle List 5 Browser Script List 43 Siebel by Siefke Solutions 11/03/2016

44 Name Comments Item Number Server Script List 6 Server Script List 44 Siebel by Siefke Solutions 11/03/2016

45 6.4 Server Script Detail View Details for the View Name: Object Run Server Script Detail View Id: 1-1JIW9 Admin Flag: N Created: 10/31/ :06:35 Created By: SADMIN Last Update: 10/31/ :07:18 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Server Script Form Server Script - Script Form 1 Server Script Form 2 Server Script - Script Form 45 Siebel by Siefke Solutions 11/03/2016

46 6.5 View Details for the View Name: View Object Run Id: 1-10JA6 Admin Flag: N Created: 10/23/ :40:32 Created By: SADMIN Last Update: 10/31/ :49:30 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Form Read Only List Control List 1 Run Form Read Only 2 List 3 Control List Column List List 4 Column List List Toggle List 5 Toggle List Siebel by Siefke Solutions 11/03/2016

47 Name Comments Item Number Browser Script List Server Script List Browser Script List 704 Server Script List 47 Siebel by Siefke Solutions 11/03/2016

48 6.6 BusComp Browser Script Detail View Details for the View Name: BusComp Browser Script Detail View Object Run Id: 1-1JIJV Admin Flag: N Created: 10/31/ :15:05 Created By: SADMIN Last Update: 10/31/ :33:18 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number BusComp Browser Script Form BusComp Browser Script - Script Form 1 BusComp Browser Script Form 2 BusComp Browser Script - Script Form 48 Siebel by Siefke Solutions 11/03/2016

49 6.7 BusComp Server Script Detail View Details for the View Name: BusComp Server Script Detail View Object Run Id: 1-1JIW0 Admin Flag: N Created: 10/31/ :05:35 Created By: SADMIN Last Update: 10/31/ :06:26 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number BusComp Server Script Form BusComp Server Script - Script Form 1 BusComp Server Script Form 2 BusComp Server Script - Script Form 49 Siebel by Siefke Solutions 11/03/2016

50 6.8 Component Detail View Details for the View Name: Component Detail View Object Run Id: 1-1CBP1 Admin Flag: N Created: 10/26/ :32:56 Created By: SADMIN Last Update: 10/31/ :50:33 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Component Form Field List Join List Join Specification List Multi Value Link List 1 Component Form 2 Field List 3 Join List 4 Join Specification List 5 Multi Value Link List 6 50 Siebel by Siefke Solutions 11/03/2016

51 Name Comments Item Number BusComp Browser Script List BusComp Server Script List BusComp Browser Script List 7 BusComp Server Script List 51 Siebel by Siefke Solutions 11/03/2016

52 6.9 Component View Details for the View Name: Component View Object Run Id: 1-113PE Admin Flag: N Created: 10/23/ :10:21 Created By: SADMIN Last Update: 10/31/ :50:10 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Form Read Only Component List Field List Join Specification List Multi Value Link List 1 Run Form Read Only 2 Component List 3 Field List 4 Join Specification List 5 Multi Value Link List 7 52 Siebel by Siefke Solutions 11/03/2016

53 Name Comments Item Number BusComp Browser Script List BusComp Server Script List Join List BusComp Browser Script List 8 BusComp Server Script List 703 Join List 53 Siebel by Siefke Solutions 11/03/2016

54 6.10 Object Detail View Details for the View Name: Object Detail View Object Run Id: 1-1CHXT Admin Flag: N Created: 10/26/ :28:39 Created By: SADMIN Last Update: 10/26/ :30:15 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Object Form Object Component List 1 Object Form 2 Object Component List 54 Siebel by Siefke Solutions 11/03/2016

55 6.11 Object View Details for the View Name: Object View Object Run Id: 1-10J2O Admin Flag: N Created: 10/23/ :05:55 Created By: SADMIN Last Update: 10/26/ :59:45 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Form Read Only Object List Object Component List 1 Run Form Read Only 2 Object List 3 Object Component List 55 Siebel by Siefke Solutions 11/03/2016

56 6.12 Configuration View Details for the View Name: Configuration View Object Id: 1-ZV91 Admin Flag: Y Created: 10/22/ :02:45 Created By: SADMIN Last Update: 10/22/ :08:37 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Configuration List 1 Configuration List Configuration Form 701 Configuration Form 56 Siebel by Siefke Solutions 11/03/2016

57 6.13 Data Model Analysis View Details for the View Name: Data Model Analysis View Object Run Id: 1-1K5U9 Admin Flag: N Created: 11/01/ :36:03 Created By: SADMIN Last Update: 11/01/ :36:36 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Form Read Only Data Model Analysis VBC List 1 Run Form Read Only 3 Data Model Analysis VBC List 57 Siebel by Siefke Solutions 11/03/2016

58 6.14 Link Detail View Details for the View Name: Detail View Link Object Run Id: 1-1CI4Z Admin Flag: N Created: 10/26/ :06:23 Created By: SADMIN Last Update: 10/26/ :07:04 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Form Link 1 Form Link 58 Siebel by Siefke Solutions 11/03/2016

59 6.15 Link View Details for the View Name: Link View Object Run Id: 1-11NTH Admin Flag: N Created: 10/23/ :37:00 Created By: SADMIN Last Update: 10/26/ :18:10 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Form Read Only Link List 1 Run Form Read Only 2 Link List 59 Siebel by Siefke Solutions 11/03/2016

60 6.16 Overview View Details for the View Name: Overview View Object Run Id: 1-1CIMT Admin Flag: N Created: 10/26/ :21:35 Created By: SADMIN Last Update: 10/31/ :01:56 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Form Read Only Objects By Type VBC List Objects By Type VBC Number List 1 Run Form Read Only 2 Objects By Type VBC List 3 Objects By Type VBC Number List 60 Siebel by Siefke Solutions 11/03/2016

61 6.17 Pick List Detail View Details for the View Name: Pick List Detail View Object Run Id: 1-1CIER Admin Flag: N Created: 10/26/ :41:52 Created By: SADMIN Last Update: 10/26/ :44:00 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Pick List Form 1 Pick List Form 61 Siebel by Siefke Solutions 11/03/2016

62 6.18 Pick List View Details for the View Name: Pick List View Object Run Id: 1-11AES Admin Flag: N Created: 10/23/ :41:32 Created By: SADMIN Last Update: 10/26/ :19:17 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Form Read Only Pick List List 1 Run Form Read Only 2 Pick List List 62 Siebel by Siefke Solutions 11/03/2016

63 6.19 Report View Details for the View Name: Report View Object Report Id: 1-1CJ9V Admin Flag: Y Created: 10/27/ :13:48 Created By: SADMIN Last Update: 10/27/ :15:30 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Report List Report Form 1 Report List 2 Report Form 63 Siebel by Siefke Solutions 11/03/2016

64 6.20 Run Explorer View Details for the View Name: Run Object Run Explorer View Id: 1-1AH6E Admin Flag: N Created: 10/25/ :55:03 Created By: SADMIN Last Update: 10/25/ :57:03 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Tree 1 Run Tree SiebExtended Siebel by Siefke Solutions 11/03/2016

65 6.21 Run View Details for the View Name: Run View Object Id: 1-ZVVP Admin Flag: Y Created: 10/22/ :57:23 Created By: SADMIN Last Update: 10/24/ :17:02 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Configuration Form 1 Configuration Form Run List Run Log List Object List 2 Run List 3 Run Log List 703 Object List 65 Siebel by Siefke Solutions 11/03/2016

66 6.22 Screen Detail View Details for the View Name: Screen Detail View Object Run Id: 1-1CIEZ Admin Flag: N Created: 10/26/ :42:35 Created By: SADMIN Last Update: 10/26/ :44:28 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Screen Form Screen View List 1 Screen Form 2 Screen View List 66 Siebel by Siefke Solutions 11/03/2016

67 6.23 Screen View Details for the View Name: Screen View Object Run Id: 1-11EWX Admin Flag: N Created: 10/23/ :58:22 Created By: SADMIN Last Update: 10/26/ :19:20 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Form Read Only Screen List Screen View List 1 Run Form Read Only 2 Screen List 3 Screen View List 67 Siebel by Siefke Solutions 11/03/2016

68 6.24 Script Analysis View Details for the View Name: Analysis View Script Object Run Id: 1-1K2BX Admin Flag: N Created: 11/01/ :00:11 Created By: SADMIN Last Update: 11/01/ :18:57 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Run Form Read Only Script Analysis VBC List 1 Run Form Read Only 3 Script Analysis VBC List 68 Siebel by Siefke Solutions 11/03/2016

69 6.25 Side View Details for the View Name: Side Object Report View Id: 1-1CJJI Admin Flag: Y Created: 10/27/ :22:30 Created By: SADMIN Last Update: 10/28/ :43:09 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Report Form Side List Side Item List Side Item Form 1 Report Form 2 Side List 3 Side Item List 4 Side Item Form 69 Siebel by Siefke Solutions 11/03/2016

70 6.26 Step View Details for the View Name: Step Object Step View Id: 1-ZWPX Admin Flag: Y Created: 10/22/ :02:01 Created By: SADMIN Last Update: 10/22/ :16:04 Last Update By: SADMIN The following list contains all View Webtemplate Items of the View. View Webtemplate Items Name Comments Item Number Step List 1 Step List Step 2 Step Form Form 70 Siebel by Siefke Solutions 11/03/2016

Fundamentals, Design, and Implementation, 9/e Copyright 2004 Database Processing: Fundamentals, Design, and Implementation, 9/e by David M.

Fundamentals, Design, and Implementation, 9/e Copyright 2004 Database Processing: Fundamentals, Design, and Implementation, 9/e by David M. Chapter 5 Database Design Elements of Database Design Fundamentals, Design, and Implementation, 9/e Chapter 5/2 The Database Design Process Create tables and columns from entities and attributes Select

More information

Question: 1 Your requirement is to allow only one industry for a given Account. What would you do to start to meet the requirement?

Question: 1 Your requirement is to allow only one industry for a given Account. What would you do to start to meet the requirement? Question: 1 Your requirement is to allow only one industry for a given Account. What would you do to start to meet the requirement? A. Create a new Industry table. B. Create a new foreign key on S_INDUST

More information

IBM InfoSphere Information Server Version 8 Release 7. Reporting Guide SC

IBM InfoSphere Information Server Version 8 Release 7. Reporting Guide SC IBM InfoSphere Server Version 8 Release 7 Reporting Guide SC19-3472-00 IBM InfoSphere Server Version 8 Release 7 Reporting Guide SC19-3472-00 Note Before using this information and the product that it

More information

Integration Platform Technologies: Siebel ebusiness Application Integration Volume ll

Integration Platform Technologies: Siebel ebusiness Application Integration Volume ll Integration Platform Technologies: Siebel ebusiness Application Integration Volume ll Version 7.7, Rev. A September 2004 Siebel Systems, Inc., 2207 Bridgepointe Parkway, San Mateo, CA 94404 Copyright 2004

More information

Elmo Servo Drives. Information Sheet for Crimson v2.0. Compatible Devices. Elmo Servo Drives using SimplIQ. Verified Device BAS-3/230-3

Elmo Servo Drives. Information Sheet for Crimson v2.0. Compatible Devices. Elmo Servo Drives using SimplIQ. Verified Device BAS-3/230-3 Elmo Servo Drives Information Sheet for Crimson v2.0 Compatible Devices Elmo Servo Drives using SimplIQ Verified Device BAS-3/230-3 Accessible Data Command Description Type Notes -- Motion Commands...

More information

C. Add a Product to many Product Catalogues and allow each Product Catalogue to have one or more Products.

C. Add a Product to many Product Catalogues and allow each Product Catalogue to have one or more Products. Volume: 74 Questions Question No : 1 In which three scenarios would the use of an MVG control be appropriate? A. Associate one 01 more Contacts to a given Account. B. Assign a Service Request by selecting

More information

Integration Platform Technologies: Siebel Enterprise Application Integration. Siebel Innovation Pack 2015, Rev. A September 2015

Integration Platform Technologies: Siebel Enterprise Application Integration. Siebel Innovation Pack 2015, Rev. A September 2015 Integration Platform Technologies: Siebel Enterprise Application Integration Siebel Innovation Pack 2015, Rev. A September 2015 Copyright 2005, 2015 Oracle and/or its affiliates. All rights reserved. This

More information

Modern Requirements4TFS 2018 Release Notes

Modern Requirements4TFS 2018 Release Notes Modern Requirements4TFS 2018 Release Notes Modern Requirements 3/7/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES... 4 2. ENHANCEMENT...

More information

<Insert Picture Here> Oracle Policy Automation 10.0 Features and Benefits

<Insert Picture Here> Oracle Policy Automation 10.0 Features and Benefits Oracle Policy Automation 10.0 Features and Benefits December 2009 The following is intended to outline our general product direction. It is intended for information purposes only,

More information

Oracle Eloqua Sales Tools for Microsoft Outlook. User Guide

Oracle Eloqua Sales Tools for Microsoft Outlook. User Guide Oracle Eloqua Sales Tools for Microsoft Outlook User Guide 2018 Oracle Corporation. All rights reserved 21-Sep-2018 Contents 1 Oracle Eloqua Sales Tools for Microsoft Outlook 3 2 Frequently asked questions

More information

Real Application Security Administration

Real Application Security Administration Oracle Database Real Application Security Administration Console (RASADM) User s Guide 12c Release 2 (12.2) E85615-01 June 2017 Real Application Security Administration Oracle Database Real Application

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Query Based Reports in Maximo. Overview of Maximo Ad-hoc reporting functionality

Query Based Reports in Maximo. Overview of Maximo Ad-hoc reporting functionality Query Based Reports in Maximo Overview of Maximo Ad-hoc reporting functionality Presenter: Tom Peterson Questions on Maximo? Contact Tom directly at: email: tpeterson@ontracks.com Phone: 780.637.4130 ext.

More information

Océ Account Center. User manual

Océ Account Center. User manual Océ Account Center User manual Océ-Technologies B.V. Copyright 2004, Océ-Technologies B.V. Venlo, The Netherlands All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted

More information

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide

BW C SILWOOD TECHNOLOGY LTD. Safyr Metadata Discovery Software. Safyr User Guide BW C SILWOOD TECHNOLOGY LTD Safyr Metadata Discovery Software Safyr User Guide S I L W O O D T E C H N O L O G Y L I M I T E D Safyr User Guide Safyr 7.1 This product is subject to the license agreement

More information

Reteaching Exploring Angles of Polygons

Reteaching Exploring Angles of Polygons Name Date lass Eploring Angles of Polygons INV X 3 You have learned to identify interior and eterior angles in polygons. Now you will determine angle measures in regular polygons. Interior Angles Sum of

More information

Tape & Reel Packaging For Surface Mount Devices. Date Code Marking:

Tape & Reel Packaging For Surface Mount Devices. Date Code Marking: Tape & Reel Packaging For Surface Mount Devices Automation of surface-mount assembly by the use of pick-and-place equipment to handle tiny components has been enhanced by evolutionary improvements in tape-and-reel

More information

Protocol Insight UniPro Test Executive

Protocol Insight UniPro Test Executive Protocol Insight UniPro Test Executive Conformance Test and MIPI Alliance Product Registry Program Methods of Implementation The Protocol Insight UNI16COMP Test Executive provides complete protocol debug

More information

User Group Configuration

User Group Configuration CHAPTER 90 The role and user group menu options in the Cisco Unified Communications Manager Administration User Management menu allow users with full access to configure different levels of access for

More information

Register ASA A Guide to Registering Recreational Leagues 2013 Version

Register ASA A Guide to Registering Recreational Leagues 2013 Version Register ASA A Guide to Registering Recreational Leagues 2013 Version Southern California ASA Revised 12/16/2012 1 Step 1: Log onto Registerasa.com BEFORE YOU BEGIN! Make sure you are using your own login

More information

Parish . User Manual

Parish  . User Manual Parish Email User Manual Table of Contents LOGGING IN TO PARISH EMAIL... 3 GETTING STARTED... 3 GENERAL OVERVIEW OF THE USER INTERFACE... 3 TERMINATE THE SESSION... 4 EMAIL... 4 MESSAGES LIST... 4 Open

More information

CPSM MEDITECH Inventory Requisition Options. Page 1 of 49. Created: April 30, 2015 Revised: April 10, 2018

CPSM MEDITECH Inventory Requisition Options. Page 1 of 49. Created: April 30, 2015 Revised: April 10, 2018 CPSM MEDITECH 5.67 Inventory Requisition Options Page 1 of 49 Contents CPSM Inventory Requisition Options... 2 Process Item Requisition Using a Template... 2 Process Item Requisition Using a Department

More information

Maximo Educational Web Series Maximo Ad hoc Reporting March 23, 2012

Maximo Educational Web Series Maximo Ad hoc Reporting March 23, 2012 Maximo Educational Web Series Maximo Ad hoc Reporting March 23, 2012 Presenting Today Ravi Salver Sr. Maximo Consultant rsalver@cohesivesolutions.com Matt Logsdon EVP mlogsdon@cohesivesolutions.com Maximo

More information

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3 1 Chapter 3 Introduction to relational databases and MySQL Slide 2 Objectives Applied 1. Use phpmyadmin to review the data and structure of the tables in a database, to import and run SQL scripts that

More information

Module 1.Introduction to Business Objects. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad

Module 1.Introduction to Business Objects. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad Module 1.Introduction to Business Objects New features in SAP BO BI 4.0. Data Warehousing Architecture. Business Objects Architecture. SAP BO Data Modelling SAP BO ER Modelling SAP BO Dimensional Modelling

More information

SkyVisualEditor Salesforce1 Support Guide

SkyVisualEditor Salesforce1 Support Guide SkyVisualEditor Salesforce1 Support Guide Ver 1.0.0.3 April 6 th, 2015 TerraSky co., Ltd. Page 1 of 19 Table of Contents 1. Preface... 3 2. Notice... 3 (1) Request to the customer... 3 (2) Trademarks...

More information

PHP & PHP++ Curriculum

PHP & PHP++ Curriculum PHP & PHP++ Curriculum CORE PHP How PHP Works The php.ini File Basic PHP Syntax PHP Tags PHP Statements and Whitespace Comments PHP Functions Variables Variable Types Variable Names (Identifiers) Type

More information

ON-LINE MEMBERSHIP ROSTER USERS GUIDE

ON-LINE MEMBERSHIP ROSTER USERS GUIDE ON-LINE MEMBERSHIP ROSTER USERS GUIDE Overview The current membership roster for your Branch is available to Branch Presidents and designates on the ESU secure server. The password-protected roster is

More information

User Guide for OSM users to Record Youth Data on the TSA Template to be Used for Uploading Youth Data to Compass

User Guide for OSM users to Record Youth Data on the TSA Template to be Used for Uploading Youth Data to Compass User Guide for OSM users to Record Youth Data on the TSA Template to be Used for Uploading Youth Data to Compass This is a user guide for OSM users on how to copy youth data exported from OSM into the

More information

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Cloud Service Administrator's Guide 15 R2 March 2016 Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Configuring Settings for Microsoft Internet Explorer...

More information

ReportWorks: Intermediate

ReportWorks: Intermediate ReportWorks: Intermediate Trainer Name Trainer/Consultant PowerSchool University 2012 Agenda Managing ReportWorks Examining how data is organized Working with Boundaries and Runtime Controls Using the

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

KWizCom Corporation. SharePoint Repeating Rows Field Type. User Guide

KWizCom Corporation. SharePoint Repeating Rows Field Type. User Guide KWizCom Corporation SharePoint Repeating Rows Field Type User Guide Copyright 2005-2017 KWizCom Corporation. All rights reserved. Company Headquarters 95 Mural Street, Suite 600 Richmond Hill, ON L4B 3G2

More information

Document revision 1.0

Document revision 1.0 Document revision 1.0 Contents Installing the Application... 3 Basic Setup... 4 Lightning New/Edit Page Configuration... 6 Lightning App Page Configuration... 8 Standardization Options... 12 Enabling and

More information

USER GUIDE MADCAP FLARE Tables

USER GUIDE MADCAP FLARE Tables USER GUIDE MADCAP FLARE 2018 Tables Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Scenario Manager User Guide. Release September 2013

Scenario Manager User Guide. Release September 2013 Scenario Manager User Guide Release 6.2.1 September 2013 Scenario Manager User Guide Release 6.2.1 September 2013 Document Control Number: 9MN12-62110017 Document Number: SMUG-13-FCCM-0017-6.2.1-01 Oracle

More information

VUEWorks Report Generation Training Packet

VUEWorks Report Generation Training Packet VUEWorks Report Generation Training Packet Thursday, June 21, 2018 Copyright 2017 VUEWorks, LLC. All rights reserved. Page 1 of 53 Table of Contents VUEWorks Reporting Course Description... 3 Generating

More information

CLAUDIA CAMPOS (claudia cl) has a non-transferable license to use this Student Guide

CLAUDIA CAMPOS (claudia cl) has a non-transferable license to use this Student Guide Siebel 8.1.x Business Analyst Volume I Student Guide D63801GC10 Edition 1.0 March 2010 D65906 Copyright 2010, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Introduction to relational databases and MySQL

Introduction to relational databases and MySQL Chapter 3 Introduction to relational databases and MySQL A products table Columns 2017, Mike Murach & Associates, Inc. C3, Slide 1 2017, Mike Murach & Associates, Inc. C3, Slide 4 Objectives Applied 1.

More information

Integration Platform Technologies: Siebel Enterprise Application Integration. Version 8.0, Rev. D August 2010

Integration Platform Technologies: Siebel Enterprise Application Integration. Version 8.0, Rev. D August 2010 Integration Platform Technologies: Siebel Enterprise Application Integration Version 8.0, Rev. D August 2010 Copyright 2005, 2010 Oracle and/or its affiliates. All rights reserved. The Programs (which

More information

econtracts for Tier1 partners COURSE CODE: COE01

econtracts for Tier1 partners COURSE CODE: COE01 econtracts for Tier1 partners COURSE CODE: COE01 April 2017 Introduction Welcome to the econtracts for Partners course. This course provides a brief overview of what the Zebra econtracts Portal is used

More information

Index. B backing up 76 7

Index. B backing up 76 7 A Access, other DBMSs and 9 Action queries 121, 125 defined 125 address book 16, 34 age calculations 60 answer table 36 editing data in 147 8 field names 294 multi-table queries 294 queries and 155 queries

More information

SIMATIC S Central processing units

SIMATIC S Central processing units SIMATIC S7-1500 Siemens AG 2013 Overview CPU 1511-1 PN PROFINET IO Controller for operating distributed I/O on PROFINET PROFINET I-Device for connecting the CPU as an intelligent PROFINET device under

More information

Early Years - Two Year Old Funding Citizen Portal

Early Years - Two Year Old Funding Citizen Portal Early Years - Two Year Old Funding Citizen Portal last updated for the Summer 2017 (3.63) release Handbook Revision History Version Published on Summer 2017 (3.63) - 1.0 18/07/2017 Doc Ref Early Years

More information

Griffin Training Manual Grif-WebI Introduction (For Analysts)

Griffin Training Manual Grif-WebI Introduction (For Analysts) Griffin Training Manual Grif-WebI Introduction (For Analysts) Alumni Relations and Development The University of Chicago Table of Contents Chapter 1: Defining WebIntelligence... 1 Chapter 2: Working with

More information

Ch 9: Mapping EER to Relational. Follow a seven-step algorithm to convert the basic ER model constructs into relations steps 1-7

Ch 9: Mapping EER to Relational. Follow a seven-step algorithm to convert the basic ER model constructs into relations steps 1-7 Ch 9: Mapping EER to Relational Follow a seven-step algorithm to convert the basic ER model constructs into relations steps 1-7 Additional steps for EER model for specialization/generalization steps 8a

More information

Oracle 1Z0-640 Exam Questions & Answers

Oracle 1Z0-640 Exam Questions & Answers Oracle 1Z0-640 Exam Questions & Answers Number: 1z0-640 Passing Score: 800 Time Limit: 120 min File Version: 28.8 http://www.gratisexam.com/ Oracle 1Z0-640 Exam Questions & Answers Exam Name: Siebel7.7

More information

KLIC-DI VRV PRODUCT MANUAL INTERFACE KNX DAIKIN VRV ZN1CL-KLIC-DI. Edition 4 Version 1.0

KLIC-DI VRV PRODUCT MANUAL INTERFACE KNX DAIKIN VRV ZN1CL-KLIC-DI. Edition 4 Version 1.0 PRODUCT MANUAL KLIC-DI VRV INTERFACE KNX VRV ZN1CL-KLIC-DI Edition 4 Version 1.0 Index 1. Introduction... 3 2. Installation... 5 2.1. KLIC-DI Installation... 5 2.2. Elements Description... 6 3. Configuration...

More information

Appendix A - Employee Census Import Layout

Appendix A - Employee Census Import Layout Appendix A - Employee Census Import Layout By using the Import Fields below, you will not have to map any fields. Excel Colu mn AllApp Import Fields Maximum Length Field Descriptio n A FIRSTNAME Employee

More information

Oracle Policy Automation Release Notes

Oracle Policy Automation Release Notes Oracle Policy Automation 10.1.0 Release Notes Contents Release Overview 2 Oracle Policy Modeling 4 Singleton entities should not be used... 4 InstanceValueIf function... 4 Automatic entity containment...

More information

Using the Resource Manager Configuration Tool

Using the Resource Manager Configuration Tool CHAPTER 14 During initial installation of Cisco Unified Videoconferencing Manager, defined network environment settings and other configurable elements, such as page length and meeting identifiers, are

More information

Order Attributes. Magento Extension User Guide. Official extension page: Order Attributes

Order Attributes. Magento Extension User Guide. Official extension page: Order Attributes Order Attributes Magento Extension User Guide Official extension page: Order Attributes User Guide: Order Attributes Page 1 Table of contents: 1. Extension Settings...... 3 2. Creation of order attributes......

More information

271 Health Care Eligibility Benefit Inquiry Response Educational Guide

271 Health Care Eligibility Benefit Inquiry Response Educational Guide 271 Health Care Eligibility Benefit Inquiry Response Educational Guide June 2010 - Version 1.1 Disclaimer INGENIX is still under development stages and frequent changes within this document are expected.

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : FM0-303 Title : Developer Essentials for FileMaker 9 Vendors : FileMaker

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

ER/Studio Enterprise Portal User Guide

ER/Studio Enterprise Portal User Guide ER/Studio Enterprise Portal 1.1.1 User Guide Copyright 1994-2009 Embarcadero Technologies, Inc. Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. All rights

More information

IBM. Tips and Troubleshooting Guide. IBM Emptoris Contract Management. Version SC

IBM. Tips and Troubleshooting Guide. IBM Emptoris Contract Management. Version SC IBM Emptoris Contract Management IBM Tips and Troubleshooting Guide Version 10.0.4 SC27-5345-03 IBM Emptoris Contract Management IBM Tips and Troubleshooting Guide Version 10.0.4 SC27-5345-03 ii IBM Emptoris

More information

Query Evaluation and Optimization

Query Evaluation and Optimization Query Evaluation and Optimization Jan Chomicki University at Buffalo Jan Chomicki () Query Evaluation and Optimization 1 / 21 Evaluating σ E (R) Jan Chomicki () Query Evaluation and Optimization 2 / 21

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 10.3 Last Updated: August 2012 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

Dreamweaver CS3 Concepts and Techniques

Dreamweaver CS3 Concepts and Techniques Dreamweaver CS3 Concepts and Techniques Chapter 3 Tables and Page Layout Part 1 Other pages will be inserted in the website Hierarchical structure shown in page DW206 Chapter 3: Tables and Page Layout

More information

Connector for IBM Lotus Notes. ados.com Therefore Corporation, all rights reserved.

Connector for IBM Lotus Notes. ados.com Therefore Corporation, all rights reserved. Connector for IBM Lotus Notes www.therefore.net ados.com CREDITS All rights reserved. No parts of this w ork may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

Instructions: DRDP Online Child Upload

Instructions: DRDP Online Child Upload Instructions: DRDP Online Child Upload Version 1.00 10/29/2018 Table of Contents Introduction... 2 Upload Roles... 2 Upload Template... 2 Entering Data into the Template... 3 Uploading to DRDP Online...

More information

SafetyServe. Administrator s Guide

SafetyServe. Administrator s Guide SafetyServe Administrator s Guide Administrator Manual 1. Introduction 2. Admin System Overview 3. Access Codes - Inventory - Child Codes - Child Code Administrator 4. Report Options - Assessment Report

More information

SPARE CONNECTORS KTM 2014

SPARE CONNECTORS KTM 2014 SPAREPARTSCATALOG: // ENGINE ART.-NR.: 3208201EN CONTENT CONNECTORS FOR WIRING HARNESS AA-AN CONNECTORS FOR WIRING HARNESS AO-BC CONNECTORS FOR WIRING HARNESS BD-BQ CONNECTORS FOR WIRING HARNESS BR-CD

More information

Sage 300 ERP Report Designer

Sage 300 ERP Report Designer Report Designer The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license or non disclosure agreement. This

More information

Target Tracker Quick Start Guide Steps Parent Report

Target Tracker Quick Start Guide Steps Parent Report Target Tracker Quick Start Guide Steps Parent Report Steps Parent Report Target Tracker Steps Parent Report draws on the Steps data already input into Target Tracker. It is designed to give parents the

More information

PROLOG CONVERGE 9.95 WEB CLIENT USER GUIDE

PROLOG CONVERGE 9.95 WEB CLIENT USER GUIDE PROLOG CONVERGE 9.95 WEB CLIENT USER GUIDE May 2017 Prolog Converge Web Client User Guide Page i Table of Contents Welcome to Prolog Converge 1 Navigating in Prolog Converge 2 Views and the Data Presentation

More information

Enterprise Reporting -- APEX

Enterprise Reporting -- APEX Quick Reference Enterprise Reporting -- APEX This Quick Reference Guide documents Oracle Application Express (APEX) as it relates to Enterprise Reporting (ER). This is not an exhaustive APEX documentation

More information

SPS Commerce Enterprise Analytics User Guide

SPS Commerce Enterprise Analytics User Guide SPS Commerce Enterprise Analytics User Guide P 973-616-2929 6 Upper Pond Road, 3 rd Floor Parsippany, NJ 07054 spscommercecom 1 Table of Contents Introduction 5 Additional Resources 5 Logging In 6 Changing

More information

ServiceWise/CustomerWise 10.1

ServiceWise/CustomerWise 10.1 Page 1 of 35 ServiceWise/CustomerWise 10.1 Highlights Widescreen and multi monitor support Unified incident level attachments New HTML5 ProjectPlan with resource management Doubled number of available

More information

Oracle Revenue Management and Billing. File Upload Interface (FUI) - User Guide. Version Revision 1.1

Oracle Revenue Management and Billing. File Upload Interface (FUI) - User Guide. Version Revision 1.1 Oracle Revenue Management and Billing Version 2.6.0.1.0 File Upload Interface (FUI) - User Guide Revision 1.1 E97081-01 May, 2018 Oracle Revenue Management and Billing File Upload Interface (FUI) - User

More information

Installation & User Guide

Installation & User Guide SharePoint List Filter Plus Web Part Installation & User Guide Copyright 2005-2017 KWizCom Corporation. All rights reserved. Company Headquarters KWizCom 95 Mural Street, Suite 600 Richmond Hill, Ontario

More information

GroveSite Custom Database Editor 3104 E. Camelback Road #559, Phoenix, AZ Phone: Fax:

GroveSite Custom Database Editor 3104 E. Camelback Road #559, Phoenix, AZ Phone: Fax: GroveSite Custom Database Editor Page 2 of 38 I. DATABASE USE OVERVIEW... 3 II. STEPS TO CREATE A NEW DATABASE TABLE... 3 III. ACCESS THE TABLE EDITOR... 4 IV. ADD A NEW TABLE... 5 V. SET TABLE OPTIONS...

More information

PostgreSQL: Decoding Partition

PostgreSQL: Decoding Partition PostgreSQL: Decoding Partition Beena Emerson February 14, 2019 1 INTRODUCTION 2 What is Partitioning? Why partition? When to Partition? What is Partitioning? Subdividing a database table into smaller parts.

More information

Crystal Report Parameter Default Value Current Date

Crystal Report Parameter Default Value Current Date Crystal Report Parameter Default Value Current Date 3.2.1 Crystal Reports - Excel 2007 Data Centric, 3.2.2 Content Grouping - Customize SSRS report parameters with 'Default' values are now supported. If

More information

1. Introduction Features Operating Environment Machine Data...6

1. Introduction Features Operating Environment Machine Data...6 1 Table of Contents 1. Introduction...3 1.1 Features... 4 1.2 Operating Environment... 5 2. Machine Data...6 2.1 Fetching New Machines... 8 2.2 Adding New Machines... 10 2.3 Updating Scan Data... 12 2.4

More information

econtracts for Tier1 partners COE01 USER GUIDE

econtracts for Tier1 partners COE01 USER GUIDE econtracts for Tier1 partners COE01 USER GUIDE COPYRIGHT & TRADEMARKS 2017 ZIH Corp. The copyrights in this manual are owned by ZIH Corp. Unauthorized reproduction of this manual or the software and/or

More information

MCG Administration Guide

MCG Administration Guide MCG Administration Guide Premier Heart, LLC New York, 2017 Premier Heart, LLC Port Washington, New York, USA c 2017 Premier Heart, LLC. All rights reserved. Revision 2.1.3 Daniele Marangoni Dr. Bio Eng

More information

https://support.industry.siemens.com/cs/ww/en/view/

https://support.industry.siemens.com/cs/ww/en/view/ Support Packages for TIA Portal V13 March 2018 https://support.industry.siemens.com/cs/ww/en/view/72341852 Siemens Industry Online Support This entry is from the Siemens Industry Online Support. The general

More information

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Spring 6 @salesforcedocs Last updated: April 7, 06 Copyright 000 06 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Adobe Acrobat Pro DC - Common Accessibility Issues

Adobe Acrobat Pro DC - Common Accessibility Issues Adobe Acrobat Pro DC - Common Accessibility ssues Any electronic document that you post to the web and/or send out through email or other forms of communication must be ADA accessible. This QRD will cover

More information

Chart of Account (COA) Maximums

Chart of Account (COA) Maximums Chart of Account (COA) Maximums Table of Contents CHART OF ACCOUNT (COA) MAXIMUMS...1 INTRODUCTION AND OVERVIEW...2 STEP BY STEP NAVIGATION...4 COUNTY PREFERENCES SET -UP... 4 Creating Yearly Settings...4

More information

Modern Requirements4TFS 2018 Update 3 Release Notes

Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements 12/14/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 4 GENERAL... 5 1. FEATURES...

More information

Reporting Center. Primary (Stand-Alone) Interface

Reporting Center. Primary (Stand-Alone) Interface Reporting Center The Reporting Center is where you will go to run or create reports on projects. It can be accessed in any of the follow ways, each with a slightly different user interface and functionality.

More information

DevSuite Admin Guide. Date:

DevSuite Admin Guide. Date: DevSuite Admin Guide Author: TechExcel co.ltd Date: Table of Content DevSuite Admin Guide DevSuite Overview and Common System Settings Chapter 1 Chapter 1- Understanding TechExcel DevSuite 1.1 Understanding

More information

These rules are specific in their settings and numbers and form designers should adhere to them in all cases.

These rules are specific in their settings and numbers and form designers should adhere to them in all cases. Flowed Form Strategy Form Services uses Adobe LiveCycle in conjunction with Adobe form fragments to create forms. However, to successfully maximize the capabilities of these technologies, forms must be

More information

Siebel Developer s Reference. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Developer s Reference. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Developer s Reference Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

Tutorial SemTalk Version 4.4 SharePoint Integration for SemTalk

Tutorial SemTalk Version 4.4 SharePoint Integration for SemTalk Tutorial SemTalk Version 4.4 SharePoint Integration for SemTalk Table of Contents Introduction... 3 Document Management Features... 3 Saving Documents to SharePoint... 5 Open Documents from SharePoint...

More information

CS 275 Final Project (50pts Total)

CS 275 Final Project (50pts Total) CS 275 Final Project (50pts Total) Solve the following problems and save your queries and scripts in APEX and in a Word file. Name your saved file in APEX CS275FinalProj. Save your word file as follows:

More information

Content Publisher User Guide

Content Publisher User Guide Content Publisher User Guide Overview 1 Overview of the Content Management System 1 Table of Contents What's New in the Content Management System? 2 Anatomy of a Portal Page 3 Toggling Edit Controls 5

More information

MTA Database Administrator Fundamentals Course

MTA Database Administrator Fundamentals Course MTA Database Administrator Fundamentals Course Session 1 Section A: Database Tables Tables Representing Data with Tables SQL Server Management Studio Section B: Database Relationships Flat File Databases

More information

ACTIVANT. Prophet 21 ACTIVANT PROPHET 21. New Features Guide Version 11.0 ADMINISTRATION NEW FEATURES GUIDE (SS, SA, PS) Pre-Release Documentation

ACTIVANT. Prophet 21 ACTIVANT PROPHET 21. New Features Guide Version 11.0 ADMINISTRATION NEW FEATURES GUIDE (SS, SA, PS) Pre-Release Documentation I ACTIVANT ACTIVANT PROPHET 21 Prophet 21 ADMINISTRATION NEW FEATURES GUIDE (SS, SA, PS) New Features Guide Version 11.0 Version 11.5 Pre-Release Documentation This manual contains reference information

More information

Chapter 1. Configuring VPGO

Chapter 1. Configuring VPGO Chapter 1. Configuring VPGO The VPGO module is configured in the VISUAL PLANNING client. You can define as many VPGO templates as you need based on the three existing template types: Diary template Events

More information

Cobra Navigation Release 2011

Cobra Navigation Release 2011 Cobra Navigation Release 2011 Cobra Navigation - Rev.0.2 Date: November 27 2012 jmaas@flowserve.com Page 1 of 34 Contents Contents 1 Revision History... 5 2 Introduction.... 6 3 Cobra Login... 7 3.1 Initial

More information

Enterprise Architect. User Guide Series. Model Wizard

Enterprise Architect. User Guide Series. Model Wizard Enterprise Architect User Guide Series Model Wizard How to create a model quickly? In Sparx Systems Enterprise Architect, the Model Wizard provides Patterns from a wide range of technologies, to help you

More information

Using Templates. 5.4 Using Templates

Using Templates. 5.4 Using Templates 5.4 Using Templates Templates are used to create master files for control panel programming data to speed up programming of a new account. A template gives you a very quick and easy way to add a customer

More information

Oracle Exam 1z0-882 Oracle Certified Professional, MySQL 5.6 Developer Version: 7.0 [ Total Questions: 100 ]

Oracle Exam 1z0-882 Oracle Certified Professional, MySQL 5.6 Developer Version: 7.0 [ Total Questions: 100 ] s@lm@n Oracle Exam 1z0-882 Oracle Certified Professional, MySQL 5.6 Developer Version: 7.0 [ Total Questions: 100 ] Oracle 1z0-882 : Practice Test Question No : 1 Consider the statements: Mysql> drop function

More information

Microsoft Access 2016 Intro to Forms and Reports

Microsoft Access 2016 Intro to Forms and Reports Microsoft Access 2016 Intro to Forms and Reports training@health.ufl.edu Access 2016: Intro to Forms and Reports 2.0 hours Topics include using the AutoForm/AutoReport tool, and the Form and Report Wizards.

More information

P3e REPORT WRITER CREATING A BLANK REPORT

P3e REPORT WRITER CREATING A BLANK REPORT P3e REPORT WRITER CREATING A BLANK REPORT 1. On the Reports window, select a report, then click Copy. 2. Click Paste. 3. Click Modify. 4. Click the New Report icon. The report will look like the following

More information

This document contains information on fixed and known limitations for Test Data Management.

This document contains information on fixed and known limitations for Test Data Management. Informatica Corporation Test Data Management Version 9.6.0 Release Notes August 2014 Copyright (c) 2003-2014 Informatica Corporation. All rights reserved. Contents Informatica Version 9.6.0... 1 Installation

More information