Wednesday, 31 January 2018

Change LinkType on FormDatasource in AX7 / D365

Recently I have came across a scenario in which I have to change the linkType of FormDatasource of OOTB form (InventItemBarcode) which have two datasources (InventItemBarcode & InventDim). InventDim have linkType (InnerJoin). Without Overlayring I need to change the linkType of InventDim to (OuterJoin) in order to show those items in this form which does not have any InventDimId. After some research I have found the solution. See the screen shots attached.

Community Post: https://community.dynamics.com/ax/f/33/p/266905/753942#753942



No comments:

Post a Comment

Get Parent Position Worker Name from Current Worker Position | D365FO X++

In this blog, we explore how to fetch the Parent Position Worker from a Current Worker Position in D365FO. The solution revolves around c...