Skip to content

Add-in to work as a complement of "Add financial dimensions for OData" native add-in.

License

Notifications You must be signed in to change notification settings

anderson-joyle/D365-FinOps-ExcelFinancialDimensionLookups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lookup values for financial dimensions to Excel templates

The goal is to automate the addition of lookup for custom financial dimensions within excel templates.

From Visual Studio: Dynamics 365 > Add-ins > Add financial dimensions lookup for OData

new_form

How to

  1. Make sure you have added new dimension fields into DimensionCombinationEntity and DimensionSetEntity data entities using "Add financial dimensions for OData" native add-in.
  2. Open add-in via Visual Studio menu bar: Dynamics 365 > Add-ins > Add financial dimensions lookup for OData
  3. Select your customizations model.
  4. Hit Apply button.

Addin code will try to find extension for each DimensionCombinationEntity and DimensionSetEntity data entities within the selected model. Once they are found, a relationship will be created for each new field, using this table map as a guide.

Name convertion is really important here. Before to execute this addin, take a look on how your financial dimensions has been named. It will try to match field name with dimension type (Agreements, Bank accounts, Departments, etc) by removing all blank spaces and singluar/plural naming i.e. "Bank accounts" will be checked against bankaccount and bankaccounts values.

Limitations

  • Fixed assets (Russia) dimension is not being checked.

About

Add-in to work as a complement of "Add financial dimensions for OData" native add-in.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages