It’s common to write PeopleCode that fires only when a Component is accessed in a particular mode. We use a System Variable called %Mode that returns a character based on the present mode and then, use it in a conditional statement to achieve this.
Can you list the different modes available in PeopleSoft and the corresponding values that %Mode would return?
Related Questions