How to check for null values
This entry is part of the Maximo Java Development series. A very common doubt when extending MBOs is what value returns the Mbo.getString() method when the target field has a null value. The answer is: It returns an empty string “”.Thus to check if the DESCRIPTION of an Mbo is empty or null you can […]
