In Dynamics AX 2012, I found a field control can be embeded in another field control, I don’t understand what that means, and how they did it, see picture below. Thanks guys!
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no picture attached to you post, but from your description I would guess that you are
either referring to the Segmented Entry Control or to the Reference Group control.
The Reference Group Control is used toghether with surrogate keys for foreign key replacement in forms. This is described here:
Whitepaper: An introduction to surrogate key replacement in Microsoft Dynamics AX 2012
In general the segmented entry control represents the finacial dimensions.
Each segment (field) in the control represents a single financial dimension.
The combination of all segments(financial dimension) is stored in the DimensionAttributeValueCombination table and the there is a single field (RecId) in the transaction table which refers back to the DimensionAttributeValueCombination table.
Here is more information on SEG: