Financial Dimension -OverView

 Financial dimensions are present in DimensionAttributeValueSet table.

DimensionAttributeValueSet is the main table where it contains business unit value, cost center value,DEPARTMENTVALUE,ITEMGROUPVALUE and so on ............

Item numbers are present in invent table.

Product names are present in ecoresproduct table.

sql query to fetch financial dimension values for a particulat item (product):

select b.BUSINESSUNITVALUE,b.DEPARTMENTVALUE,a.ITEMID,b.ITEMGROUPVALUE,b.BUSINESSUNITVALUE from INVENTTABLE a join DimensionAttributeValueSet b on b.RECID = a.DEFAULTDIMENSION where ITEMID='0001'; 


******

we can add custom dimension values to the standard financial dimensions

for that go to   organisation administration ->  organisations -> operating units

in Operating units we can add custom dimension values to the standard financial dimensions.

Comments

Popular posts from this blog

How to Create a wizard in x++ d365

how to post trade agreement journals automatically using x++ code

X++ code to CREATE AND POST A TRADE AGREEMENT IN MICROSOFT DYNAMICS 365 in D365 F & O