Peoplesoft Tools

  Home  PeopleSoft  Peoplesoft Tools


“PeopleSoft Tools job preparation guide for freshers and experienced candidates. Number of PeopleSoft Tools frequently asked questions(FAQs) asked in many interviews”



44 Peoplesoft Tools Questions And Answers

26⟩ Explain TREE MANAGER?

PSTREEDEFN:

Tree Definition and Properties

PSTREENODE:

Folders and records (nodes of the tree/tree node type)

PSTREEBRANCH:

Tree Branch

PSTREELEAF:

Tree Leaf

PSTREELEVEL:

Tree Level

 153 views

27⟩ What is application package?

Application package is a container for application subpackages and application classes, which will provide a hierarchical structure to your PeopleCode programs and help you extend the common functionality of existing PeopleCode classes from one application to another.

 162 views

32⟩ How to migrate roles from one database to another database?

A: Login to database through App Designer as a source database.

B: Click on upgrade tab and open the project which contains roles which you want to migrate.

C: Double click on Roles folder under the opened project.

D: Select Action as "Copy".

E: Go to Tools > Copy Project > To Database.....

F: Give database name (Target Database) to which you want to migrate roles.

G: Click on "OK"

H: Select "Roles" from different objects and copy that roles.

I: After completion of Copying, double click on Roles folder under the opened project and verify that "Done" checkbox should be checked.

 165 views

35⟩ What are the Field Values for Tools Tables?

Find field values for the following:

RECORD.FIELDNAME

PSPROJECTITEM.OBJECTTYPE

PSPROJECTITEM.UPGRADEACTION

PSPROJECTITEM.SOURCESTATUS

PSRECDEFN.RECTYPE

PSDBFIELD.FIELDTYPE

PSPNLFIELD.FIELDTYPE

PSSQLDEFN.SQLTYPE

 180 views