Where can u write the peoplecode?

Showing Answers 1 - 15 of 15 Answers

Nandagopal

  • Mar 18th, 2005
 

PeopleCode may be placed on Record Field,Page,Componet,Menu Item,Component Interface,Meassage and Message Channel and Application Engine

Nandagopal

  • Mar 18th, 2005
 

Component processor alllocates temporary bufffers on the application server to hold the application data for a component.It retrives all the data need for the entire component up front.

  Was this answer useful?  Yes

RV

  • May 17th, 2005
 

Can be wirtten at record field level, page level, component level , component record level , Menu level, Application Packages.

  Was this answer useful?  Yes

Parvathy

  • Jul 29th, 2005
 

Can be wirtten at record field level, page level, component level , component record level ,component record field level, Menu level, Application Engine,Application package, Messages 

  Was this answer useful?  Yes

srinivasulu

  • Aug 19th, 2005
 

PeopleCode can be write in PeopleCode Editor, That may be on Record field, pages, Components and Menus.It can be used in Application Engine also.

  Was this answer useful?  Yes

Narendar Reddy K.

  • Sep 15th, 2005
 

PeopleCode is written in PeopleCode coding sheet, We can write PeopleCode with associative Record Fields, Pages, Components, Menus and Application Engine. Where we need extra validations according the fuctionality.

  Was this answer useful?  Yes

Narendar Reddy K.

  • Sep 15th, 2005
 

PeopleCode is written in PeopleCode coding sheet, We can write PeopleCode with associative Record Fields, Pages, Components, Menus and Application Engine. Where we need extra validations according the fuctionality.

  Was this answer useful?  Yes

Ravindra

  • Oct 17th, 2005
 

You can write Peoplecode at record,record field,component,component record level,page,menu,Application Engine.

  Was this answer useful?  Yes

kokkondakiran

  • May 17th, 2006
 

hi

u can write people code in 7 objects

1.  record field level

2.component field level

3.page

4.menu

5.application engine

6.component interface

7.messages

  Was this answer useful?  Yes

You can write PeopleCode (PC) in the Application Designer IDE. The PC are stored :
- on the events and are triggered by them
- in librairies called funclibs in PeopleSoft and called manually by the developpers in their PC when they them (they are like functions or modules)
- in application classes which are stored in application packages in PeopleSoft : they are classes like any others in OO languages. Then, they could be used into PC to realize new functionalities for example...

All that code is stored into tables in the DB server into technical PeopleSoft tables whose names begin with PS and followed immediately by a mnemonic name of the table.

  Was this answer useful?  Yes

Events are the only way that you can associate Peoplecode to an Object. Prior to PeopleTools 8 (i.e., before Object Oriented Peoplecode evolved), Peoplecode is associated only with the Records and Menus. Currently, it is attached to several objects like: Record Field, Page, Menus, Component, Component Record Field, and Component Records Level (Slightly Varies with Component Search Record too).

All the above are within the component Processor Flow. There are also events outside the Component Processor Flow (generally referred as program flow). They are Application Messages, Application Engine, Component Interfaces, Application Classes.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions