Hi Everyone,
Recently i came across a customization related to Segmented Entry Control.That Customization was done earlier in AX 2012R3. But It seems confusing now in D365 F&O.
I am explaining the requirement below:
1. We have a custom setup linked with the Main Account Screen. In this setup we linked Main Account with the particular table.(i'e we have table name and table Id in this setup).
2. Now suppose we created a record in this setup which links Main Account - 110011 with Table - TEST.
2.Table Test is used to Create a Screen - TEST Screen and a segmented entry control is created in this form. This segmented entry control is linked with ledgerDimension field of TEST Table.
3. Now whenever we open our TEST Screen, as per our customization system should Pick the Main account [as per setup mentioned in step1] and fill that in segment 1 of our segmented entry control. Also it should lock that particular segment for further change.
4. Now once the form loads the segmented entry control should look like this : 110011- - -
The controller class which i am using in property of segmented entry control is DimensionDynamicAccountController, default account property is false,posting type property is ledger journal
Can anyone please suggest me the ways how can i proceed with the requirement? Also i am keen to find out the method sequence of segmented entry control.