This section explains the functions that return Boolean values.
See
Boolean functions can be specified only in the right side of a condition expression when master data search is performed.
Refer to "2.5.7.4 Master Data Search" for details.
The true() function returns "true", indicating always TRUE.
Use the true() function as a lookup search (master data search) keyword.
The true() function format is as follows:
The Boolean value (true) is returned.
The false() function returns "false", indicating always FALSE.
Use the false() function as a lookup search (master data search) keyword.
The false() function format is as follows:
The Boolean value (false) is returned.