adspace
Answer Posted / Archishman
The TransferPage function in PeopleCode transfers control to another page. Here's an example of its usage:
```
Global PageRef NewPage;
TransferPage(NewPage);
```
In this example, `NewPage` is a variable that references the new page object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category