Difference between Custom and Customised objects in Peoplesoft?
Hi All, Custom Objects in PeopleSoft: Custom objects are the objects built by a PeopleSoft client to accommodate their business needs. Customized Objects in PeopleSoft: Customized objects are the...
View ArticlePeoplesoft BU VS Record Groups VS Record Group Controls VS Control Table VS...
Hi All,The below are the some of collection for common Peoplesoft Terminology.Business Unit: A business unit is an organizational entity which maintains its own transaction data. Transaction Tables:...
View ArticleHow can we write multiple SQL Commands/Statements under one Action by using...
Hi Friends,Yes,we can write multiple SQL Statements by using %Execute Function.(Pls refer in Peoplbooks if required).Example: Scenario1: Open one SQL Action............. %EXECUTE (/) UPDATE PS_JOB SET...
View ArticleHow can we call Dynamic Calling section in Peoplesoft Application Engine...
Hi Friends,Calling Dynamic Sction Dynamically:Open Application engine program and insert the section with action(action like call section).Here select the Dynamic Calling check box,then open Peoplecode...
View ArticleHow can we romove multiple duplicate rows of data printing under each Print...
Hi Friends.Instead of Print command, by using String.So that we can get each and every row one time in either CSV/HTML/XML output format.Example: Print $Name(,) Print $Name (,) Print $Address2(,) Print...
View ArticleEmplid increment automatically
Hi Friends,For scenario like i want to increase Emplid value when am click search page automatically.It is possible in Rowinit Peoplecode.Sample Code: If %mode = "A" then /*A Means add mode */...
View Article