The web blog www.atonepoint.com strives to be a comprehensive guide to SCCD, TADDM, SERVICE NOW and MAXIMO tools. This is a personal site maintained solely by me. I intend to update it regularly.For live updates please follow us on.

What is the difference between init() and initValue() methods in maximo MBO Customization?

Difference between init() and initValue() methods

init():For setting a field as read only,required is implemented by setting it in the init() method.

initValue():Used to set the MBO value's  and is the first method after the constructor to be called.Its main role is to initialize the value of the attributes.