Write the syntax to access third level record field using object oriented peoplecode?
Answer / Kunal
Accessing a third-level record field in Object Oriented PeopleCode involves navigating through parent records. Here's an example:
Record &Parent1;
Record &Parent2@Parent1;
Record &Child@Parent2;
&Child.Field_Name.value = some_value;
| Is This Answer Correct ? | 0 Yes | 0 No |
What is html & image meta data?
Explain what is process scheduler information?
What is menu meta data?
Can a PeopleTools 8.4 and a PeopleTools 8.1x database run on the same machine?
What is xlat - translate values?
What is differed processing and its advantages?
What are the different ways to setup row level security?
Tell me how to store related field data into database?
Explain what is security information?
What environments supported by people tools tool set?
Tell me how to migrate roles from one database to another database?
What is page meta data?