I found a
web search tool for AX which some of you might already be using it, but it is a
great tool to know about if you haven’t used it before. The WebSearchAx
tool for AX is used to apply advanced criteria to your search for Help about
Microsoft Dynamics AX. You can search about AX stuff according to specific
roles like developer, system administrator, application user and can also limit
the search criteria to specific version of AX. WebSearchAx can also
search the web for white papers, code samples, and blog entries about Microsoft
Dynamics AX. Nice tool to find relevant stuff. Below is the screen shot
how it looks like:
This post outlines the steps; how to add financial dimensions (segmented control) in a grid in D365O. Let's assume we are adding new table and form for below explanation; New table contains two fields AccountType and LedgerDimension with relation to DimensionAttributeValueCombination table Form looks like this; Set properties for segmented control under form design; - Auto declaration = Yes - Account type field = AccountType - Controller class = DimensionDynamicAccountController - Filter expression = %1 1. Override modified method for LedgerDimension field under form's datasource 2. Override lookup and checkUserCustomLookup method on ledger dimension segmented control in form desgin Datasource | D365O_FinancialDimension | LedgerDimension | modified [DataSource] class D365O_FinancialDimension { ...
Comments
Post a Comment
I will appreciate your comments !