What is the differences in Debugging and Tracing
Latest Answer: AE debug: Go to configuration manager of (App Designer). Then navigate thru
Profile > Edit > Process Scheduler > Application Engine, check the Debug option.
Open the AE program needs to debug and click the traffic light, run program
button. ...
Explain Conditional Debugging
Latest Answer: SQR provided us with two types of Debugging1) Normal Debugging - Using one character we will debug the programSyntax:--DEBUG2)Conditional Debugging - Here we will debug the program with two typesa) Display: one variableb) Show: more than one variable ...
what is the difference between search record and addsearch record.
Latest Answer: Search record controls the amount of data that can be requested and
downloaded from the database server as well as the structure of the search
dialogue box. It is also responsible for populating level 0 of the pages within
a component.
Search record ...
What is the difference between Standard Table and Non-Standard Table
Latest Answer: Standard Tables are system tables delivered by PS which starts with PS for ex: PSOPRDEFNNon standard tables are application tables which starts with PS.for Ex PS_JOB ...
How to accept input dynamically using PSQuery?
How to generate PDF output file in SQR using code?
Latest Answer: we can use the following command line flag -printer:PD ...
Why levels are used in On-Break Logic.How does they work.Which lebel gets highest priority either level 1 or level 99.
Latest Answer: On-break: On-break can only be used on string and column variables. We cannot use on-break with sqr numeric variables. To perform this, we must first move its value to a string variable & then set on-break. The main purpose of on-break is remove redundancy, ...
How and Where to post the Vochure in PeopleSoft
How to send emails using PeopleCode
Latest Answer: You can use SendMail function, you will get the sample code in peoplebooks ...
I have written peoplecode for sending emails. But i am getting the SMTP Send mail error. An error occurred during the SMTP, Could anyone please suggest this.
Latest Answer: SMTP Server is not configured for the environment. ...
View page << Previous 1 [2] 3 4 5 Next >>

Go Top