Hi,
I have to link SMAServiceOrderTable together. One service order can be linked to severals.
So I have created this table with those relations
Now in the Form I want to add the table twice to show all the links where the current serviceOrder is the source and in another grid show all the links where the current serviceOrder is the target.
Because we cannot add referenced datasource in a table extension (-_-) and because we cannot chose a relation when adding the datasource with a join source (never understand why since it is possible for references datasources…). I must overrides the init method to clear and add the dynalinks I want.
When launching my form I got the famous “Invalid Field/Related field combination” and I can’t understand why…
I’ve printed the tableId of the element.NEX_SMAServiceOrderTableLinkedTo to be sure it is well existing.
What am I missing ?
Regards,