I already set autoconvert is true, why do I need add DatabaseId manual to ivy.yaml?. I think It should auto migrate all system property from database to ivy.yaml.
In the meantime, I try to add it manually to ivy.yaml like this in the root level.
> Database.Id: -4615454054944818312
But I still use the old method
> ApplicationConfigurationManager appConfigManager = (ApplicationConfigurationManager)
ApplicationConfigurationManagerNavigationUtil.getApplicationConfigurationManager(Ivy.wf().getApplication());
return appConfigManager.getSystemProperty("Database.Id").getLongValue();
But It does not work. Do you have any idea?
Thanks