Monday, January 16, 2017

Adding new Financial Dimension List in ax 2012

// Adding new Financial Dimension List for Customize Table in ax 2012

//Need to add new Relation in customize Table
//New Relation
//Relation Table DimensionAttributeValueset
//CustomizeTable.DefaultDimension ==  DimensionAttributeValueset.RecId

Step 1:
Create New View - DimAttribute<TableName>
Step 2:
Label name
Step 3:
View Data source name - Backing Entity
Step 4:
Add fields in View
1) key - RecId
2) Value - Unique field Id
3) Name - Name field
Step 5:
Clear All dimension cache scope in ax job
DimensionCache::clearAllScopes();

//Close and reopen ax application

// Now Newly mapped existing dimension list is applicable to select in Financial dimension master and Account structure


No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...