上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: Hi, Can you tell me the differences between subpage and secondary page and when to use which ? I need to display about 100 fields of our custom interface record on 4 different pages or tabs (I want the look just like the page with 3 tabs of "Workforce Admin > Personal Info > Biographical 阅读全文
posted @ 2013-10-24 13:36 Bryan chen 阅读(978) 评论(0) 推荐(0) 编辑
摘要: 1. You will need a Long character field to hold the HTML string. You can use the delivered field HTMLAREA if there is no need to create a custom field.2. Create a new page.3. Place an HTML Area on the page.4. Assign a record and field to the HTML Area Properties page. (Note: The field used for the H 阅读全文
posted @ 2013-10-24 13:35 Bryan chen 阅读(1227) 评论(0) 推荐(0) 编辑
摘要: From time to time you may have the need to grab the top X number of rows returned from a table. For instance “give me the 10 vendors we pay the most from the voucher table”.This might seem impossible in something like query as there is no way to stop the output after 10 rows… unless you use the SQL 阅读全文
posted @ 2013-10-24 13:29 Bryan chen 阅读(156) 评论(0) 推荐(0) 编辑
摘要: As we all know, PeopleSoft is capable of maintaining application data in multiple languages within the same database. This feature is driven by special records called Related Language Records that store language sensitive information in all required languages other than the base language of the syst 阅读全文
posted @ 2013-10-24 13:27 Bryan chen 阅读(329) 评论(0) 推荐(0) 编辑
摘要: 今天遇到一个需求:在做页面输入验证的时候,如果用户没有输入某个项,那么这个项显示为红色,一直没头绪,也找peoplebook,发现field有一个style的方法,后来又在谷歌上找,终于找到了方法: Just to check, did you include custom stylesheet in PSSTYLEDEF? That is a key step in order to use any custom style sheet in PeopleCode or anywhere in app designer. This is what I did (a similar requi 阅读全文
posted @ 2013-10-24 13:24 Bryan chen 阅读(8026) 评论(0) 推荐(0) 编辑
摘要: %EDITTABLE is field in the work record DERIVED. This field is generally used a prompt table for various fields. This field would mostly be set at the Page Activate Level or the main keys RowInit Level. This field can be used to dynamically change prompt tables.Consider a scenario where if an employe 阅读全文
posted @ 2013-10-24 13:21 Bryan chen 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Views are a useful feature of SQL databases, letting us create virtual tables based on SQL select statements.PeopleSoft 8 provides the functionality to create dynamic views. These are essentially SQL statements executed on the fly by the PeopleSoft component processor. We can use dynamic views in Pe 阅读全文
posted @ 2013-10-24 13:17 Bryan chen 阅读(605) 评论(0) 推荐(0) 编辑
摘要: Sometimes a situation in project work arises to have a dynamic prompt table for record fields on PeopleSoft pages. In PeopleSoft itself dynamic prompt table functionality is utilized to a great extent. So, the question is:How to achieve the same??We can accomplish dynamic prompt table in 2 ways:Usin 阅读全文
posted @ 2013-10-24 13:15 Bryan chen 阅读(430) 评论(0) 推荐(0) 编辑
摘要: Every time you access and navigate through the fields on a page in PeopleSoft there are events such as Field Edit, Field Insert, etc... that get triggered.For example if I am on a page and enter a letter in a numeric field, the field edit peoplecode can fire (to check if the value is valid) when I t 阅读全文
posted @ 2013-10-24 13:14 Bryan chen 阅读(1089) 评论(0) 推荐(0) 编辑
摘要: You will find yourself very familier to this topic. Ok, let me ask you one question:Let me know the names of some think-time functions?I know your answer will be...Winmessage, MessageboxNow I will ask...anything else???My dear friends, before we answer we should think what exactly is the definition 阅读全文
posted @ 2013-10-24 13:13 Bryan chen 阅读(198) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页