1
Automation Interface, Add-Ins and Tools / Re: Setting "Involved Columns" mapping on a foreign key connector from script
« on: May 12, 2023, 02:54:20 am »
It seems that I was able to solve the problem on my own after all.
The issue was the ordering of the parameter in the PK method on one side and the FK method on the other side. The order of the parameters has to match as it is used for the mapping.
The issue was the ordering of the parameter in the PK method on one side and the FK method on the other side. The order of the parameters has to match as it is used for the mapping.