Hello SCN,
We have added 2 fields to the Relationships tray: Relationship type and Percentage.
In the method 'GET_FIELD_UI_PROP' of the feeder class we changed their READ_ONLY property to false to make them editable when the user clicks on the EDIT button (FPM_LOCAL_EDIT) event is triggered.
When changing the value from the second line (ex. from MA to MI) the value always gets reverted to the old value (ex. MA).
When doing the same for the first line, the line gets changed to the new value. This means that only the first line accepts the changes and the other lines keep getting reverted.
When debugging the classes I've noticed that the MAP_2API is only called for the first line and not for the other lines.
Anyone experienced the same issue?
Thanks in advance for your reply!
Kind regards,
Niels De Greef