business object attribute with a specified name.
Syntax
boolean exists(String attribute)
Parameters
Return values
Returns true if the attribute exists; returns false if the attribute does not exist.
Examples
The following example checks whether business object order has an attribute called Notes.
boolean notesAreHere = order.exists("Notes");