Hi,
I have created one form and just added two different datasource A & B.
I dont setup any properties in data sources.
Now i want to link both data-Sources in form by writing X++ code
*This post is locked for comments
I have the same question (0)

Hi,
I have created one form and just added two different datasource A & B.
I dont setup any properties in data sources.
Now i want to link both data-Sources in form by writing X++ code
*This post is locked for comments
I have the same question (0)If this is a new form you can override the init() method on DS and write code by using addLink() of QueryBuildDataSource.
Why you don't use relation and join setup in DS?