Hello everyone, I am migrating a class from AX to D365FO, a line of code that is the following:
dimensionAttributeValue = DimensionAttributeValue::findByDimensionAttributeAndEntityInst(DimensionAttribute::getMainAccountDimensionAttribute(),
mainAccount.RecId,
true,
true);
I find that the DImensionAttribute::getMainAccountDimensionAttribute method is deprecated in D365FO. Do you know what alternative I can use to replace this method?
From already thank you very much.


Report
All responses (
Answers (