Directive PeopleCode Functions and Constructs
PeopleCode pre-compile directives enable developers to select which portions of the code will be compiled based on the PeopleTools release. Developers can write separate blocks of code that are pertinent to different PeopleTools releases and encapsulate these portions in different if-then-else-style blocks. Then, the directive PeopleCode can be compiled in one of two ways:
-
In Application Designer. See PeopleCode Developer’s Guide: Compiling All PeopleCode Programs at Once.
-
On the command line. See Lifecycle Management Guide: Compiling and Saving Directive PeopleCode.
Related Topics