@Override protected void onFormOpen(Object[] args) throws ims.framework.exceptions.PresentationLogicException { if(form.getGlobalContext().Admin.getUserNotificationSettings() == null) { form.getGlobalContext().Admin.setUserNotificationSettings(new UserNotificationDetailsVo()); } populateControlsData(); }