自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

David Tech Lab

Python & Java Recording...

  • 博客(164)
  • 资源 (16)
  • 收藏
  • 关注

转载 PeopleCode 发送邮件并给邮件添加附件

import PT_MCF_MAIL:*;Local PT_MCF_MAIL:MCFOutboundEmail &email = create PT_MCF_MAIL:MCFOutboundEmail();&email.From = &FromAddress;&email.Recipients = &ToList;&email.Subject

2016-06-13 17:16:02 561

转载 AE中将BIPublisher 生成的报表作为邮件附件发送

想要把BIPubliser 生成的报表作为邮件附件发送,首先要知道报表路径,我们知道报表路径是存在 ps_cdm_list 和 ps_cdm_file_list 两张表里的,当报表发布之后,我们可以用SQL语句将报表在服务器的路径查出来。SQlExec("select contentid from ps_cdm_file_list where prcsinstance=:1

2016-06-13 17:15:00 693

转载 跑Application Engine时需要详细的Trace可以在process定义里加入

跑Application Engine时需要详细的Trace可以在process定义里加入"-TRACE 7 – TOOLSTRACEPC 4044",这样就可以在process monitor里面看到详细的Trace了。如图所示:

2016-06-13 17:14:26 256

转载 在金额前添加货币符号

Setting Currency Field Display Properties When Developing Applications When you place a currency amount field on a page, you can choose whether to display the currency symbol in the amount field a

2016-06-13 17:13:15 807

原创 配置 XML Publisher 的字体

在 bi publisher config下面配置其支持的字体。路径类似如下:C:\Program Files (x86)\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config,然后找到 xdo example.cfg ,将其save as 为 xdo.cfg。需要什么字体就加入什么字体。

2016-06-13 17:12:30 546

转载 What Are the Tree Table Names

E-TR: What are the names of the Tree tables?Names of Tree Tables and relationship parent/childPeopleSoft Tables – Tree ManagerTable Name Table DescriptionPSTREEDEFN Stores valid tree definitio

2016-06-13 17:11:44 241

转载 Data Types in PeopleCode

Similar to all other programming languages PeopleCode also has conventional data types like NumberDateString for basic computing.It should be a common practice to declare a varia

2016-06-13 17:08:46 234

转载 PeopleCode Variable Names

A PeopleCode variable naming convention should be part of your development standards.All variables should be declared and scoped (Global, Component or Local). Undeclared variables are included in Pe

2016-06-13 17:08:10 172

转载 将SQR生成的文件发布到Report Manger的方法

来源:http://peoplesoft.wikidot.com/sqr-output-to-report-repositoryIf you are developing a new SQR that creates files that need to be posted from the process scheduler to the report repository, (report

2016-06-13 17:07:42 262

转载 PeopleSoft HCM Fundamentals: Multi-Currency

PeopleSoft supports multi-currency environment. Currency from different countries tracks the currency amount up to 3 decimal positions based on their country rules.For example; India & USA tracks

2016-06-13 17:07:03 234

转载 To know the project Dependencies

Select Distinct Projectname, ObjectID1,Objectvalue1,ObjectID2, Objectvalue2,ObjectID3, Objectvalue3,ObjectID4, Objectvalue4from PSprojectitemwhere (ObjectID1,Objectvalue1,ObjectID2, Objectvalue2,O

2016-06-13 17:06:36 140

原创 Repetitive Error: Updated by Another User (3,1)

当在Application Designer中保存代码时,频繁的出现这个错。解决办法:When writing the peoplecode never right click on the component to go to its peoplecode from shortcut, but double click and open the component and then go

2016-06-13 17:05:38 208

转载 Sublime Text: PeopleCode Syntax Highlighter

I've created a PeopleCode syntax highlighter plugin for Sublime Text. You can download it ongithub. Alternatively, you can add the repository to Package Control in Sublime Text, and then install i

2016-06-13 17:04:24 579

转载 PeopleSoft-Project-View

ProjectView.sqlselectcase PI.OBJECTTYPE when 0 then 'Records' when 1 then 'Indexes' when 2 then 'Fields' when 3 then 'Field Formats' when 4 then 'Translate Values' when 5 then 'Pa

2016-06-13 17:04:03 236

转载 Different Ways to Integrate with PeopleSoft

Different Ways to Integrate with PeopleSoftPosted on February 7, 2012 by Chris JudsonOver the years PeopleSoft has provided many different integration points to access data and execute bus

2016-06-13 17:03:22 214

转载 Setup Integration Broker for Web Services

By david.bainIf you venture to the PeopleSoft/Fusion Middleware best practice site, you'l also see that several of the Oracle-By Example or viewlets showcasing PeopleSoft interoperability with Fus

2016-06-13 17:02:56 274

转载 Notepad++ for Peoplecode and SQR

原文:http://workingscripts.com/2009/06/notepad-peoplecode-sqr/There are a few people who mention different tools for Application Development in PeopleSoft. Over the past years I have tried many of t

2016-06-13 17:02:25 657

原创 Word 中XMLP的加载项 toolbar不存在

如果删掉 C:\Users\IBM_ADMIN\AppData\Roaming\Microsoft\Word\STARTUP下面的TemplateBuilder.dot文件,toolbar就会消失。所以如果遇到toolbar消失的情况,可以考虑这个文件是否存在。另外当更换了语言后,这个文件会从这个目录下删掉,然后再重建。

2016-06-13 17:02:01 328

原创 已经完成的算薪能有什么办法重新计算吗

可以参考:重新打开finalized的月份的薪资UPDATE sysadm.PS_GP_CAL_RUN SET RUN_FINALIZED_IND='N',RUN_FINALIZED_TS=NULL,RUN_OPEN_IND='Y', RUN_OPEN_TS='', PMT_SENT_IND ='N' WHERE CAL_RUN_ID=:1;UPDATE sysadm.

2016-06-13 17:01:41 217

转载 回车实现方式:Carriage Return in PeopleCode

Sometime back, I was writing an application engine using PeopleCode and I needed to insert a carriage return between two long strings getting concatenated so they look like two sentences one after the

2016-06-13 17:01:02 248

原创 关于Android子线程不能更新UI的问题

假设现在有这样一个功能,通过点击界面上的按钮,可以备份手机里所有的短信,具体的布局文件就不赘述了。如下是按钮上绑定的方法:public void backUpSms(View view) { new Thread() { @Override public void run() { //备份短信,耗时操作

2016-06-12 23:00:19 338

原创 COBOL LICENSE

Serial Number:  PEOPLESOFT-SX-DEV64License Number:  01030 A0000 194A2 BBF0C 96AA

2014-04-09 21:58:09 247

转载 Open文件时第三个参数(编码)要小心赋值

我们常常也会用Application Engine来写一些报表,自然就会用到Open File。当我们写一个CSV file的时候一定要注意不要随意的给第三个参数即编码。大家都知道CSV file是用","隔开就可以了,用Excel打开时逗号间的字符就占用一个单元格。如果像下面这样赋值成"U",即使用逗号隔开,当用Excel打开时数据不会因为逗号来分开成多个单元格,而是所有数据都在第一个单元格

2013-03-19 14:38:19 143

转载 查看某个用户对Component Interface的使用权

SELECT A.BCNAME,A.BCDISPLAYNAME,A.MENUNAME ,A.DESCR, A.DESCRLONGFROMPSBCDEFN A WHERENOT EXISTS (SELECT B.CLASSID FROMPS_PSBCDEFN_VW B, PSOPRCLS C WHEREB.BCNAME = A.BCNAME A

2013-03-19 14:36:33 48

转载 在Application Engine 中 调用Query

Function SG_ExecQuery() Returns boolean;Local string &sOutFile;Local Record &rcdQryRunParms;Local Record &rcdQryPrompts;Local SQL &sqlSelectQryParms;Local number &cnt, &i, &Result;Local ApiObjec

2013-03-19 14:33:09 98

转载 页面跳转的URL方式

注意,字段一定要足够长,否则会截断url。建立一个dw的记录,放一个2000字符长度的字段,然后拖一个 按钮和连接 的控件进去。在 本记录的 fielddefault事件中,赋值如下:设置连接的文字:   &RS1(1).CST_TR_PLN_UPDV.URLS.Label = &DES1;   &RS1(2).CST_TR_PLN_UPDV.URL

2013-03-19 14:31:46 97

原创 Application Designer BAT 快速启动

e:\apps\pt849\bin\client\winx86\pscfg.exe -import:e:\pT849.cfg"C:\Documents and Settings\All Users\Start Menu\Programs\PeopleTools 8.49.19\Application Designer.lnk"

2013-03-19 10:13:03 70

转载 How to export PeopleSoft Project Compare Report Results into excel file

1.Execute following SQL Query in Source Database to get the peoplesoft compare report results for the specified project.----------------------------------------------------------------------SELE

2013-03-18 10:50:34 80

转载 Enhanced advice printing for 9.1 Payroll

http://mfinchps.blogspot.com/2011_04_01_archive.htmlHRMS 9.1 offers some great new features, including enhanced paycheck by Text-Enhance">self service for employees with direct access to the

2013-03-16 00:06:58 71

转载 PeopleCode取组件缓冲区(Component Buffer)数据小结

Local Rowset &RS_Level0, &RS_Level1;Local Row &Row_Level0, &Row_Level1;Local Record &Rec_TaskRsrc;Local Field &Fld_PctAvail;REM Get rowset of level0 (获取0层的行集合);&RS_Level0 = GetLevel0

2013-03-15 11:43:14 85

转载 AE 生成XMLP report

Function Generate_xmlReport();   Local XmlDoc &xmlDoc;   Local XmlNode &root_node, &sub_node, &text_node;   Local Rowset &rs, &rs1;      Local PSXP_XMLGEN:RowSetDS &oRS;   Local PSXP_RPTDE

2013-03-15 11:41:04 149

转载 利用PSXPFUNCLIB中的函数 生成XMLP report

import PSXP_RPTDEFNMANAGER:*;Declare Function DeleteLocalFile PeopleCode PSXPFUNCLIB.FUNCLIB FieldFormula;Declare Function GetDirSeparator PeopleCode PSXPFUNCLIB.FUNCLIB FieldFormula;Declare Functi

2013-03-15 11:24:03 69

转载 What is the PeopleSoft "Portal Administrator" Role

The Portal Administrator role is a "special" role that gives Portal access to all folders and CREFs. Although the navigation access is given this role DOES NOT give security access to all menus and co

2013-03-15 10:57:50 92

转载 Exit(0) And Exit(1) Function in Application Engine

Exit(0) – Terminates the current PeopleCode Action in application engine.Exit(1) – Terminates the current Step in application engine.

2013-03-13 14:24:45 92

转载 Resolving employee search Issue in Job Data component

Issues:1. A user cannot view data that they have been granted access to on the Department Security Tree.2. A user can view data they have not been granted access to on the Department Security

2013-03-11 17:26:53 66

原创 ExcelToCI 登录连接到PeopleSoft的方式

Public Function buildLogin(sServer As String, sPortal As String, sNode As String, sHTTPPort As String, sProtocol As String, sPSSiteName As String, sUserID As String, sPassword As String, sCIName As St

2013-03-08 16:35:20 312

转载 Oracle's PeopleTools 8.52 Documentation Home Page [ID 1356456.1]

In this Document Purpose Details ReferencesApplies to: PeopleSoft Enterprise PT PeopleTools - Version 8.52 and laterInformation in this docu

2013-02-26 17:22:12 79

转载 PeopleTools 8.52 Release Notes [ID 1371407.1]

In this Document  Purpose  PeopleTools 8.52 Release NotesApplies to: PeopleSoft Enterprise PT PeopleTools - Version: 8.52 to 8.52 - Release: 8.4 to 8.4Information in this document ap

2013-02-26 17:20:41 59

转载 How to print dymanic images in XMLP report

In my project we have a requirement of printing employee photo dynamically in  XMLP report.I have followed the below approach to display the employee photo on the report however image is not display

2013-02-25 16:29:32 96

转载 Upgrading PeopleSoft, part 2: Installation and the move to production

Discovering the truthArmed with your plan, and once you've confirmed your upgrade path is certified, your first step will be to install the new software. The upgrade from version 7.x to 8.x is more

2013-02-24 18:05:49 85

javascript笔记 txt文档 大家不要下

javascript笔记 txt文档 大家不要下

2010-09-29

java复习资源 java程序员面试32问

doc文档 java程序员面试32问 jscp1.4考点总结

2010-09-29

18天java学习笔记

18天java笔记,其实是18个txt文档,个人觉得总结得很好,文档排版也还可以

2010-09-19

国外的用Jquery写的基本的弹出框程序

可以修改成弹出注册对话框、登录框等等 jar文件

2010-09-07

国外的用Jquery写的图片查看程序

实现图片的放大功能,同时背景变暗,成熟风格

2010-09-07

用户管理系统(纯java代码)

自己写的用户管理系统,功能比较简单,适合刚接触java的人参考

2010-08-25

Flex程序设计基础

一本介绍flex技术的书 希望对广大的flex爱好者有所帮助 分就不要了吧

2009-10-15

09数模B题免费整合参考资料

这些资源在网上基本上没有免费的,都是我用钱买来的 希望对参加数模比赛的同学们有所帮助 pdf格式

2009-09-12

大型综合医院病床分配方法初探

pdf格式,09年数模B题参考资料 在网上很少能找到免费的 希望对参加数模的同学有所帮助

2009-09-12

关于病床工作效率指标的探讨

pdf格式,09年数模B题参考资料 希望对参加数模的同学有所帮助

2009-09-12

医院病床工作效率指标的应用与控制

09数模参考资料,pdf格式,希望对参加数模的同学有帮助

2009-09-12

Access简单教程

TXT文档 简单那介绍一些ACCEESS的建表和美化操作

2009-03-15

用JAVA连接ACCESS数据库---模拟图书管理系统

本程序是用用JAVA连接ACCESS数据库模拟图书管理系统的模拟

2009-03-15

用PHP编程语言开发动态WAP页

WAP(无线通讯协议)是在数字移动电话、个人手持设备(PDA等)及计算机之间进行通讯的开放性全球标准协议。随着无线通讯的不断发展,静态的WAP页面在很多方面已经不能满足用户个性化的要求,因此开发者可以在WAP服务器端使用诸如PHP等语言产生动态的WML页面,来满足用户的需要。。。。。

2009-03-14

GPRSEDGE网络规划优化(华为内部资料) 共六章三百页4--6章

GPRSEDGE网络规划优化(华为内部资料) 共六章三百页4--6章

2009-03-11

TD-SCDMA\GPRSEDGE网络规划优化(华为内部资料)

GPRSEDGE网络规划优化(华为内部资料) 共六章三百页1--3章。。。。。。

2009-03-11

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除