Call Crystal Report from Application Engine
摘要:Before doing this, check the conditions below: 1. Make sure Process Definition of the Crystal Report has been setup correctly. 2. Make sure the Process Groups of AE also has permission t...
阅读全文
Call Query from Application Engine
摘要:Function SG_ExecQuery() Returns boolean; Local string &sOutFile; Local Record &rcdQryRunParms; Local Record &rcdQryPrompts; Local SQL &sqlSelectQryParms; Local number &cnt, &i, &Result;...
阅读全文
Building Registry Search Collections
摘要:If you add content to the portal registry by registering components, you must generate a new registry collection before text searches will be successful on the new content reference. To build a new co...
阅读全文
Synchronizing Record Definitions With Tables
摘要:Evaluating Modifications to Field and Record DefinitionsIf you change either a field definition or a record definition, you might have to alter the associated SQL table to synchronize it, depending on...
阅读全文
Security Definitions
摘要:PeopleSoft security is designed around three definition types. Permission Lists A set of access rights to application objects, including processes and reports, weblib functions, and other e...
阅读全文
The application server’s position in the PIA system
摘要:When a user navigates through a PeopleSoft application using a browser, a number of things happen under the covers. Below we follow a path that takes a request for a page of data about a student, Mark...
阅读全文
Fix ecqueueinstance Error
摘要:ORA-00001: unique constraint (SYSADM.PS_ECQUEUEINST) violated UPDATE ps_ecqueueinst SET ecqueueinstance = (SELECT MAX (ecqueueinstance) + 1 FROM ps_ecqueue ...
阅读全文
Pay Cycle related record
摘要:select *---delete from sysadm.ps_pycycl_stat where pay_cycle = 'ACH' and pay_cycle_seq_num >= 30 select *---delete from sysadm.ps_PYCYCL where pay_cycle = 'ACH' select *---delete from sysadm.ps...
阅读全文
写给对前途迷茫的朋友:五句话定会改变你的人生
摘要:第一句话是:优秀是一种习惯。 这句话是古希腊哲学家亚里士多德说的。如果说优秀是一种习惯,那么懒惰也是一种习惯。人出生的时候,除了脾气会因为天性而有所不同,其他的东西基本都是后 天形成的,是家庭影响和教育的结果。所以,我们的一言一行都是日积月累养成的习惯。我们有的人形成了很好的习惯,有的人形成了很坏的习惯。所以我们从现在 起就要把优秀变成一种习惯,使我们的优秀行为习以为常,变成我们的第二天性。...
阅读全文