Syntax Error Code Statement 2 42 Peoplecode ◉ < DIRECT >
: Ensure "Word Wrap" is turned off under the View menu to ensure the statement numbers match what the compiler is reporting.
The error in PeopleCode is a generic syntax error message meaning "expecting statement" . It occurs during code validation or when saving PeopleCode in Application Designer because the compiler encountered a line it did not expect or cannot parse. Common Causes for Error (2,42) Syntax Error Code Statement 2 42 Peoplecode
: A preceding line is missing a semicolon ( ; ), causing the compiler to misread the subsequent line as part of an invalid statement. : Ensure "Word Wrap" is turned off under