|
INTERVIEW QUESTIONS
PEOPLESOFT
PEOPLECODE
DETAILS
Question: Expalin about FieldFormula in PeopleCode?
Answer: The FieldFormula event is not currently used. Because FieldFormula PeopleCode initiates in many different contexts and triggers PeopleCode on every field on every row in the component buffer, it can seriously degrade application performance. Use RowInit and FieldChange events rather than FieldFormula. If a field value is changed, whether through PeopleCode or by a user, the IsChanged property for the row is usually set to True. However, if a value is set in FieldDefault or FieldFormula, the row is not marked as changed. At save time, all newly inserted and changed rows are written to the database. All newly inserted but not changed rows are not written to the database. As a matter of convention, FieldFormula is now often used in FUNCLIB_ (function library) record definitions to store shared functions. However, you can store shared functions in any PeopleCode event. FieldFormula PeopleCode is only associated with record fields.
|
|
|
Category |
PeopleCode Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 7818 users |
Added on |
9/17/2016 |
Views |
72092 |
Rate it! |
|
|
Question:
Expalin about FieldFormula in PeopleCode?
Answer:
The FieldFormula event is not currently used. Because FieldFormula PeopleCode initiates in many different contexts and triggers PeopleCode on every field on every row in the component buffer, it can seriously degrade application performance. Use RowInit and FieldChange events rather than FieldFormula. If a field value is changed, whether through PeopleCode or by a user, the IsChanged property for the row is usually set to True. However, if a value is set in FieldDefault or FieldFormula, the row is not marked as changed. At save time, all newly inserted and changed rows are written to the database. All newly inserted but not changed rows are not written to the database. As a matter of convention, FieldFormula is now often used in FUNCLIB_ (function library) record definitions to store shared functions. However, you can store shared functions in any PeopleCode event. FieldFormula PeopleCode is only associated with record fields. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
Difference between SaveEdit and FieldEdit in PeopleCode?
|
View Answer
|
|
Difference between Save PreChange and Save PostChange in PeopleCode?
|
View Answer
|
|
What is a Rowset Object in PeopleCode?
|
View Answer
|
|
What is Deferred Processing in case of PeopleCode?
|
View Answer
|
|
Define about Funclib() in PeopleCode?
|
View Answer
|
|
Explain about Activate Event in PeopleCode?
|
View Answer
|
|
What is the getsql function in PeopleCode?
|
View Answer
|
|
Difference between SQLExec and CreateSql?
|
View Answer
|
|
Explain about Component Buffer and Data Buffer in case of PeopleSoft?
|
View Answer
|
|
What is Component Processor in case of PeopleCode?
|
View Answer
|
|
Variable types available in PeopleCode?
|
View Answer
|
|
What are the comments available in PeopleCode?
|
View Answer
|
|
Order of PeopleCode events firing?
|
View Answer
|
|
Where PeopleCodes get stored?
|
View Answer
|
|
Define PeopleCode?
|
View Answer
|
|
Explain with an example, where u used peoplecode extensively?
|
View Answer
|
|
Tell me few peoplecode functions u worked with?
|
View Answer
|
|
Tell me about component Buffer?
|
View Answer
|
|
Where can u write the peoplecode?
|
View Answer
|
|
What is the advantage and disadvantage of sqlexe in peoplecode?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All PeopleCode Interview Questions & Answers - Exam Mode /
Learning Mode
|