web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to change LinkType on FormDatasource in AX7 / D365 ?

(0) ShareShare
ReportReport
Posted on by 841

Hi,

In OOTB form (InventItemBarcode) have two datasources (InventItemBarcode & InventDim). InventDim have linkType (InnerJoin). I have to change the linkType of InventDim to (OuterJoin) in order to show those items in this form which does not have any InventDimId. Can anyone will please let me know how I can achieve this on any event without overlayring?

.83304.1.png

Image attached for reference.

Thanks in advance
Tabsheer

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at

    Hi Tabsheer,

    You can achieve this by changing your datasource join mode on datasource initialization event

    Code snippet:

    [FormDataSourceEventHandler(formDataSourceStr(InventItemBarcode, InventDim), FormDataSourceEventType::Initialized)]

       public static void InventDim_OnInitialized(FormDataSource sender, FormDataSourceEventArgs e)

       {

           sender.queryBuildDataSource().joinMode(JoinMode::OuterJoin);

       }

    Thanks

  • dasdasd Profile Picture
    841 on at

    Thanks Osama for your quick response.

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.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans