• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






GoDevil

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页

2008年8月26日

Application Engine ReUse Statement in PeopleSoft
摘要: The ReUse in Application Engine was brought to my attention by a great blog that I follow regularly. The original post can be found at http://peoplesofttipster.com/2007/07/31/reuse-in-app-engines/. ... 阅读全文
posted @ 2008-08-26 14:21 Kevin's Blogy 阅读(271) 评论(0) 推荐(0)
 

2008年8月21日

Delete Multiple Files Using PeopleCode
摘要: Deleting files sitting on a server using PeopleCode is one thing I'm sure you will be doing sometime during your PeopleSoft career. The code below should help you out and get you started! /*The path ... 阅读全文
posted @ 2008-08-21 16:20 Kevin's Blogy 阅读(408) 评论(0) 推荐(0)
 

2008年8月19日

PeopleCode SearchSave Event
摘要: SearchSave PeopleCode is performed after the user clicks the Search button or the Add button on the search page. User SearchSave to validate values entered in the search page fields. Place S... 阅读全文
posted @ 2008-08-19 10:37 Kevin's Blogy 阅读(330) 评论(0) 推荐(0)
 

2008年8月18日

Hide a Grid Column From a Grid in PeopleCode
摘要: This code should be helpful if you are trying to hide a grid column using PeopleCode To hide a column in a grid (using the Grid and GridColumn objects). You no longer must loop through every row in t... 阅读全文
posted @ 2008-08-18 16:40 Kevin's Blogy 阅读(628) 评论(0) 推荐(0)
 
Delete Grid Blank Rows Entered by Users When Saving
摘要: Sometimes users click the "+" on the grid to enter data but end up clicking it more than once and getting some extra empty rows in the gird. The peopleCode to get rid of any extra empty grid rows when... 阅读全文
posted @ 2008-08-18 15:46 Kevin's Blogy 阅读(354) 评论(0) 推荐(0)
 

2008年8月13日

Calling an Application Engine from PeopleCode
摘要: The PeopleCode below will show you how to call an Application Engine from PeopleCode. Some refer to this as “Real-Time Application Engine Processing.” For example, when a user save’s a page, you may w... 阅读全文
posted @ 2008-08-13 11:27 Kevin's Blogy 阅读(298) 评论(0) 推荐(0)
 

2008年8月12日

Run an SQR From a PeopleSoft Application Engine
摘要: Here is a good sample of how to launch an SQR from within PeopleCode. You can use the peoplecode function called “ScheduleProcess”. Here is the example: &PROCESS_NAME = "SQRNAME"; &PROCESS_TYPE = "SQ... 阅读全文
posted @ 2008-08-12 09:57 Kevin's Blogy 阅读(411) 评论(0) 推荐(0)
 

2008年8月11日

Find Navigation of Page from Component Name
摘要: Many times we came across situation where we have Page name but we dont know the navigation for this page in Portal. Following SQL makes the job easy for us. Execute the following SQL in Database. SE... 阅读全文
posted @ 2008-08-11 17:03 Kevin's Blogy 阅读(256) 评论(0) 推荐(0)
 
Oracle Group By Grouping Sets
摘要: So, what if you are only interested in totals. Well, Oracle does provide an extension to the GROUP BY clause called GROUPING SETS that you can use to generate summary information at the level you choo... 阅读全文
posted @ 2008-08-11 16:28 Kevin's Blogy 阅读(684) 评论(0) 推荐(0)
 
Oracle Group By ROLLUP-SubTotal
摘要: At normal time, you may want to have the subtotal for each region over all months, along with the total for all regions, or you may want the subtotal for each month over all regions, along with the to... 阅读全文
posted @ 2008-08-11 16:23 Kevin's Blogy 阅读(997) 评论(0) 推荐(0)
 
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页