Determines whether a business object requires a value for an attribute.
Syntax
unsigned char isRequired();
Return values
Returns TRUE if the attribute is required for the business object or FALSE if it is not.
Notes
You can use the isRequired() method to find all the required attributes for a business object.