E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Peoplecode
vue中本地文件下载
1.先把文件放在静态资源public中2.给标签添加点击事件下载模板3.页面中引入axiosimportaxiosfrom'axios';4.为了避免中文无法导出,将待导出文件名称改为英文“
peoplecode
.xls
动感坤坤
·
2024-02-15 01:39
vue.js
javascript
前端
Accessing Related Fields in
PeopleCode
AccessingRelatedFieldsinPeopleCodeInPeopleToolsApplicationDesignerPagedevelopment,thereisaconceptofa“DisplayControlField”anda“RelatedDisplayfield.”Forexample,Youhaveanemployee’sdepartmentcodeof45923on
WTK870424
·
2023-11-25 06:51
peoplesoft
string
reference
properties
access
application
email
PeopleCode
PeopleCode
1)事件类型(EventType):在PeopleSoft中,理解
PeopleCode
事件是非常重要的。很多事件类型都会在组件处理器中的预定义流程中使用。
Manfredzwh
·
2023-11-25 06:48
peoplesoft
学习
Using
PeopleCode
in Application Engine Programs在应用引擎程序中使用
PeopleCode
ThissectionprovidesanoverviewofPeopleCodeandApplicationEngineprogramsanddiscusseshowto:本节概述了
PeopleCode
一只可怜的皮卡丘
·
2023-11-25 06:18
oracle
peoplesoft
peoplecode
Accessing State Records with
PeopleCode
使用
PeopleCode
访问状态记录
RunningPeopleCodefromApplicationEnginestepsenablesyoutocompletesomesimpleoperationswithouthavingtouseSQL.Forexample,toassignaliteralvaluetoanApplicationEnginestaterecordfieldusingSQL,youmayhaveissueda
一只可怜的皮卡丘
·
2023-11-25 06:13
peoplesoft
peoplecode
peoplesoft
Chapter 5 Using Meta-SQL and
PeopleCode
第五章 使用元SQL和
PeopleCode
UnderstandingApplicationEngineMeta-SQL理解应用引擎元SQLApplicationEnginemeta-SQLisdividedintothefollowingcategories:应用引擎元SQL分为以下几类:Construct构造constructisadirectsubstitutionofavaluethathelpstobuildormodifyaSQ
一只可怜的皮卡丘
·
2023-11-23 05:34
peoplesoft
peoplecode
peoplesoft
PeopleCode
中Date函数的用法
语法Date(date_num)描述TheDatefunctiontakesanumberintheformYYYYMMDDandreturnsacorrespondingDatevalue.Ifthedateisinvalid,Datedisplaysanerrormessage.Date函数输入是一个形如“YYYYMMDD”的数字,返回一个相应的Date类型的值。如果这个日期是无效的,Date
一只可怜的皮卡丘
·
2023-10-21 12:05
peoplesoft
peoplesoft
peoplecode
vue中本地文件下载
1.先把文件放在静态资源public中2.给标签添加点击事件下载模板3.页面中引入axiosimportaxiosfrom'axios';4.为了避免中文无法导出,将待导出文件名称改为英文“
peoplecode
.xls
·
2021-10-09 11:12
前端vue.js文件下载
PeopleSoft 入门学习(二)
上一讲我们简单介绍了
peoplecode
中使用的定义,这一讲我们从开发一个简单的报表页面来向peoplecodesayhello。
mboby
·
2020-09-16 08:16
人力资源系统
peoplecode
之SearchInit事件(转)
组件属性的USETab页中有一个searchrecord,它的作用是让我们在进入这个组件之前先进行筛选,下面我就对这个SearchRecord介绍一些我自己的研究。1.一般这个SearchRecord都是是一个View,之所以要经常使用View是因为我们一般只要从一个基Record中选择几个Field来简单描述一下我们要选的数据就可以了。我们想要显示什么字段就取基Record中的哪个字段就可以了。
weixin_30588675
·
2020-08-19 21:10
PeopleCode
Run-Time Error
自己开发了个ApplicationEngine,一个Section有两个steps,Step1是updatestatement,Step2run一个shellcommand,同步模式。然后程序能跑出结果,但是No-success,报错信息:Think-timePeopleCodeevent(Exec),butaSQLupdatehasoccurredinthecommitinterval.意思是说
weixin_34233618
·
2020-07-06 00:17
如何使用
PeopleCode
对文件运行ps/查询
您可以使用
PeopleCode
调用ps查询。为此,可以在
PeopleCode
中使用查询类。
PeopleCode
中的查询类可用于创建新查询,或修改或删除现有查询。
weixin_38166931
·
2020-06-28 20:27
Call Unix Script from
PeopleCode
AfunctiontocallUNIXand/orshellscriptfromPeopleCode./*callunixscriptfromPeopleCode*/FunctionCallScript;/*AccordingtoPeopleBooks,PS_HOMEisalwaysprefixedtothefilelocation*/&exitCode=Exec("/path/to/script
weixin_34418883
·
2020-06-28 19:20
PeopleCode
删除文件的三种方法!
PeopleCode
删除文件的三种方法1.用GetFile先打开文件,然后用delete()删除文件&MyFile=GetFile(&server_dir|&filename,"U",%FilePath_Absolute
weixin_34413357
·
2020-06-28 19:36
Delete Multiple Files Using
PeopleCode
DeletingfilessittingonaserverusingPeopleCodeisonethingI'msureyouwillbedoingsometimeduringyourPeopleSoftcareer.Thecodebelowshouldhelpyououtandgetyoustarted!/*Thepathtothefilesyouneedtodelete*/&oldFiles
weixin_34252090
·
2020-06-28 15:36
Quick way to send emails from
PeopleCode
Here'saquickwaytosendanemailmessagefromwithinpeoplecode.Youcanalsosendattachmentsalongwithyouremailmessage.SimplyusethePeopleCodecommandSendMailtosendanemailmessagefromaPeopleSoftpage.Youcansimplycopy
D_SJ
·
2020-06-28 07:49
PeopleCode
SearchSave Event
SearchSavePeopleCodeisperformedaftertheuserclickstheSearchbuttonortheAddbuttononthesearchpage.UserSearchSavetovalidatevaluesenteredinthesearchpagefields.PlaceSearchSavePeopleCodeonsearchkeyfieldsoralt
weixin_33847182
·
2020-06-28 06:30
Calling App Engine from
PeopleCode
TherehavebeenmanyrequestsfromPeopleSoftProswantingtocallanappengineprogramfromPeopleCode.Somerefertothisas"Real-TimeApplicationEngineProcessing."Forexample,whenausersave'sapage,youmaywantaspecificAppe
weixin_33827731
·
2020-06-28 06:45
Call Exec in
PeopleCode
我想在ApplicationEngine里加一段调用命令行的代码,AllPeopleCodeisexecutedontheapplicationserver.Soifyou'recallinganinteractiveapplication,youreceiveanerror.Thereshouldn'tbeanyapplicationinteractionontheapplicationserv
weixin_33778544
·
2020-06-28 05:10
PeopleCode
调用CI
PeopleCode
调用CI·创建Session·获取CI对象·填充createkeys·创建一个CI实例·填充所需字段·保存CI&Session=GetSession();&CI=&Session.GetcompIntfc
weixin_30672019
·
2020-06-27 23:08
Peoplecode
调用AppEngine
TherehavebeenmanyrequestsfromPeopleSoftProswantingtocallanappengineprogramfromPeopleCode.Somerefertothisas"Real-TimeApplicationEngineProcessing."Forexample,whenausersave'sapage,youmaywantaspecificAppe
rizhinan
·
2020-06-26 05:45
PeopleCode
peopleSoft
peopleCode
xml Return
&response=CreateMessage(Operation.GETWLINSTANCE,%IntBroker_Response);LocalRecord&respRec=&response.GetPartRowset(1).GetRow(1).GetRecord(Record.PT_WL_MSGKEYS_W);&respRec.GetField(Field.PT_REQUEST_MSG_I
rizhinan
·
2020-06-26 05:45
PeopleCode
PeopleSoft
PeopleSoft技术(
PeopleCode
学习1)
本片文章主要讲一些
PeopleCode
的基础知识,后面会有
PeopleCode
练习的篇章一、
PeopleCode
概述当业务数据自身的约束不能满足业务需求时,使用
PeopleCode
实现复杂的业务逻辑当业务数据的保存逻辑过于复杂
灵魂 漫步
·
2020-06-25 08:22
PeopleSoft
Peoplecode
to Create BI publisher XML and XSD Data source file.
PeoplecodetoCreateBIpublisherXMLandXSDDatasourcefile.importPSXP_RPTDEFNMANAGER:*;importPSXP_XMLGEN:*;&rs=createPSXP_XMLGEN:RowSetDS();&rsStg=CreateRowset(Record.STAG_REC);&rsStg.Fill();/*CreateSchema*
jl19880317
·
2020-06-23 22:15
BI
Publisher
PeopleCode
在它的根本性,
PeopleCode
句法类似其他编程语言。
PeopleCode
语言的有些方面,然而,具体地与有关PeopleTools环境。然而,对象和类基本的根本性相同象在Java语言方面。
gbc0609
·
2020-06-23 09:27
技术编程
Application Engine
AE工具使用SQL和
PeopleCode
运行批处理进程,不需要编译,也不需要产生SQL语句,只执行SQL语句。AE集成进PeopleTools套件中。执行部分是用C++语言编写的。
conanxun
·
2020-06-23 00:18
Peoplecode
PeopleCode
Events
OverviewIfyouarereadingthis,youareprobablyfamiliarwithcreatingfields,records,pages,components,andmenus.Withtheseobjectsalone,youcancreateworkingdevelopmentprojects.Simpleones,yes,buttheseobjectsareall
conanxun
·
2020-06-23 00:46
Peoplecode
Notepad++ for
Peoplecode
and SQR
原文:http://workingscripts.com/2009/06/notepad-
peoplecode
-sqr/ThereareafewpeoplewhomentiondifferenttoolsforApplicationDevelopmentinPeopleSoft.OverthepastyearsIhavetriedmanyoftheIDEslikeTextPad
conanxun
·
2020-06-23 00:46
Notepad++
Sublime Text:
PeopleCode
Syntax Highlighter
I'vecreatedaPeopleCodesyntaxhighlighterpluginforSublimeText.Youcandownloaditongithub.Alternatively,youcanaddtherepositorytoPackageControlinSublimeText,andtheninstallit.ThepluginshouldworkforPeopleCode
conanxun
·
2020-06-23 00:16
Sublime
A Couple of Must-have
PeopleCode
Coding Standards
ACoupleofMust-havePeopleCodeCodingStandards2011年10月30日|标签:PeopleSoftThefollowingareacoupleofIbelievenotwell-knowncodingstandardsforPeopleCodethatIstrictlyadhereto.ThesearesomethingIdon’tseemostpeopleo
WTK870424
·
2020-06-22 07:30
peoplesoft
PeopleCode
DEBUG 方法小结
首先说明以下l页面代码需要使用三层连接来调试l在APPDesigner里调试AE可以使用两层连接MessageBox(style,title,message_set,message_num,default_txt[,paramlist])这个函数是最方便的消息函数,乍看上去它是去接收一个消息输出,这样还需要去定义消息,较为麻烦。但是实际上,我们可以直接给message_set和message_nu
WTK870424
·
2020-06-22 07:29
peoplesoft
15行的
PeopleCode
搞定XML Publisher
importPSXP_RPTDEFNMANAGER:*;&oRptDefn=createPSXP_RPTDEFNMANAGER:ReportDefn("FRED_XMLP");/*setparameterofReportId*/&oRptDefn.Get();/*fillqueryruntimepromptrecord*/&rcdQryPrompts=&oRptDefn.GetPSQueryPro
weixin_34395205
·
2020-06-21 12:51
Calling an Application Engine from
PeopleCode
ThePeopleCodebelowwillshowyouhowtocallanApplicationEnginefromPeopleCode.Somerefertothisas“Real-TimeApplicationEngineProcessing.”Forexample,whenausersave’sapage,youmaywantaspecificAppengineprogramtorun
weixin_34272308
·
2020-06-21 11:45
Manipulating Data on a Grid: Scroll
PeopleCode
Whenyouhaveagridthatisfilledwithdata;datathatyoudon'twant.Howdoyouclearitoutandthenfillitwiththedatasetthatyoudowant?Well,herearethesimplestepstodojustthat.LetssaywehaveaGridonapageandthemainrecordont
weixin_34092455
·
2020-06-21 11:35
等价于拼接字符串的传参的SQL赋值方法
string sqlStr = "insert into people values(@username,@
peoplecode
,@dpt)";SqlCommand cmd = new
heisetoufa
·
2008-08-26 16:00
sql
等价于拼接字符串的传参的SQL赋值方法
string sqlStr = "insert into people values(@username,@
peoplecode
,@dpt)";SqlCommand cmd = new
heisetoufa
·
2008-08-26 16:00
sql
等价于拼接字符串的传参的SQL赋值方法
string sqlStr = "insert into people values(@username,@
peoplecode
,@dpt)";SqlCommand cmd = new
heisetoufa
·
2008-08-26 16:00
sql
等价于拼接字符串的传参的SQL赋值方法
string sqlStr = "insert into people values(@username,@
peoplecode
,@dpt)";SqlCommand cmd = new
heisetoufa
·
2008-08-26 16:00
sql
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他