Hi ,
In the standard environment, i can able to see the financial dimension values in Line details, but the financial dimension values are not visible in Header, I check it from header view, the financial dimension values are missing?
I need to inherit default dimension values in header of ordrerer too. How can we achieve this? In wich class i can set the default dimension of orderer
i want to add somthing like this :
//Employee
employee = HcmEmployment::findByWorkerLegalEntity(this.Requisitioner, this.BuyingLegalEntity);
if (employee)
{
dimensionSources.addEnd(DimensionDefaultingEngine::getDefaultDimensionSpecifiers(employee.DefaultDimension));
}
Regards,
*This post is locked for comments