/he settings for the reservation hierarchy do not match the settings for the dimension groups that are assigned to the item. Make sure that the inventory dimensions for the reservation hierarchy are physically tracked for the dimension groups./
and I can't submit the form.
I have to reselect the same values using the lookup to get rid of that error.
If I do everything manually without setting default values, I never have that error.
I use the value() method to set the default value. I tried in init(), run() or on modified() of another field, always the same error message.
select RecId from ecoResTrackingDimensionGroup
where ecoResTrackingDimensionGroup.Name == /None/;
if(ecoResTrackingDimensionGroup)
{
TrackingDimensionGroup.value(ecoResTrackingDimensionGroup.RecId);
}
I someone has any idea, it would be great. Thanks!