how to change image in peoplesoft

How to change image in peoplesoft throgh mene on website

You can change image throg websit of peoplesoft in menu: PeopleTools > Portal > Branding > Branding Objects

Go to tab: image and click at Upload Image Object

If you update image exists then input image name in *Name , *Image Type and click save button. You can upload new image for update throgh peoplesoft peoplesoft.

Difference between Search Record and Add Search Record in Component

Difference between Search Record and Add Search Record in Component

Difference between Search Record and Add Search Record in Component. Detail from Peoplebooks of PeopleSoft.

Search Record Name 
Displays the component’s default search record when you access the component in update or display mode.

Note. You can assign an override search record to a component at the menu level. If the component uses an override search record, the search record displayed in the Override Search Record will be different from this one and you should search it instead.

Add Search Record
Displays the component’s search record when you access the component in add mode or when you want the fields that they users fill out to add a new key to be different from the fields for which they will be searching for the data.

If you use Add Search Record then data field in add mode using from add search record.

 

For example:

Search Record has keys field1, field2

Add Search Record has keys field1, field2, field3.

When search for the information on Component using from Search Record.
When the mode of Add a new value using Add Search Record that has to enter field1, field2, field3.

 

 

References:

http://pplsoftlearner.blogspot.com/2013/01/component-properties-search-record-and.html

https://it.toolbox.com/question/difference-between-search-record-and-add-search-record-061606

Types of Record in PeopleSoft

Types of Record in PeopleSoft

Types of Record in PeopleSoft. The values for the RECTYPE field in the PSRECDEFN that stores the information about the records in PeopleSoft.

  • 0 = SQL Table
  • 1 = SQL View
  • 2 = Work Record
  • 3 = Subrecord
  • 5 = Dynamic View
  • 6 = Query View
  • 7 = Temp Table

For example sql, you can do something like this to find all the tables that have the OPRID field:

 

Reference: https://psst0101.wordpress.com/2010/04/07/record-type-values/