PSDDLDEFPARMS This table holds the storage structure of the tables for db platforms PSGATEWAY This table hold the gateway url. PSIDXDDLPARM This table holds the storage structure of the indexes for db platforms PSPROJECTITEM Project info PSRECDEFN This table holds the information of all the p...
PSPROJECTITEMtable stores objects inserted into your Application Designer project. Try it out: SELECT * FROM PSPROJECTITEM WHERE PROJECTNAME = 'Your_Project_name'; Portal Structure PSPRSMDEFNis a Portal Structure Definition table. A good example is to use this table to find portal path for a s...
Note: Reports in PeopleSoft Project Costing that show project transaction data are generated from data in the Project Transactions Reporting table (PC_RPO), which you must populate beforehand. For samples of these reports, see the Report Samples that are published with this online documentation. ...
This table provides general information about delivered PeopleSoft Payables reports, sorted alphanumerically by report ID. Note: You may see both of the terms XML Publisher (XMLP) and BI Publisher, depending on the version of your PeopleTools installation and the Bundle version of your 9.1 applic...
1.ApplicationDesinger概述 ApplicationDesinger的初级功能 开发PeopleSoft的基本定义 FieldRecordPageComponentMenu SQL片断 HTML片断 管理PeopleSoft应用程序的开发过程 维护peoplesoft应用程序 4 ApplicationDesinger的中级功能 为简单的Component嵌入反映业务逻辑的代码 PeopleCodeProgram 开发Peoplesoft与其他应用系统的接口(非实时...
1.ApplicationDesinger概述 ApplicationDesinger的初级功能 开发PeopleSoft的基本定义 FieldRecordPageComponentMenu SQL片断 HTML片断 管理PeopleSoft应用程序的开发过程 维护peoplesoft应用程序 4 ApplicationDesinger的中级功能 为简单的Component嵌入反映业务逻辑的代码 PeopleCodeProgram 开发Peoplesoft与其他应用系统的接口(非实时...
Function and Data Processing Controls Grid Scroll area .. PAGE介绍-各种Page Control实例 Image,需要指定其图象源 有Prompt Table的Edit Box 一般对应于有Translate Value的字段 需要放在一个Group Box中,并在Page Order上紧跟于Group Box之后 Sub Page 横线 特殊功能:将其后的Control都设置回Level 1 Tree控件 ...
Enter a service name. This name will be used as the Web service for the selected API/table. Select a database connection that is defined in the project. If there is no DB connection available, click on New and follow the wizard.
The 12 PeopleSoft Enterprise 9.1 HRMS business processes tested in this benchmark are listed in Table 2. Table 2 Employee Self-Service Table 3 Manager Self-Service Table 4 HR Administration Business Process Mix Table 5 shows the proportions of the business processes used in the measurements ...
Having said that, my “GoTo” table for field reference in SQL is PSRECFIELDDB. This PeopleTools table has all the record fields broke out of the many layers of sub-records on PSRecDefn SELECT FIELDNAME FROM PSRECFIELDDB WHERE RECNAME = '[RECNAME]' ...