Hi All,
This is my first question in this forum and i'm newbie in Dynamics AX.
i want to join to BOM query existing datasource RDTable as child of BOM datasource. However when i'm doing it from code a new instance of RefDesTable(RefDesTable_1) is created. i want only to "move" this RDTable from RDTable query to BOM Query. Of course i don't want to to this from properties but from code(i have to dynamically add it from code by button and show in grid one of my columns joined refdestable). My jointype between BOM Datasource and RefDesTable is OuterJoin.
This is my code how i want to add this from code
this method is written in BOM datasource and called in button
Am i able to do this from code?
thanks
*This post is locked for comments