I have added 3 fields in LogisticsPostalAddressView. This act as a datasource in DirPartyPostalAddressView. I want to add those 3 fields in this but its not available in the view datasource. I have tried rebuilding the solution, model db synch restart the VM, VS, but not helping it.
The problem is that LogisticsPostalAddressView data source of DirPartyPostalAddressView has Dynamic Fields = No, therefore your new fields aren't automatically added there. You need to add them manually. To do so, notice that the view is based on a query called DirPartyPostalAddress. You must create an extension of this query, then right-click Fields node of LogisticsPostalAddressView data source and add your fields there.
Then create an extension of DirPartyPostalAddressView. You'll now see your fields in LogisticsPostalAddressView data source and you can drag them to Fields node of the view.
(Moved from Dynamics AX forum.)
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.