If I add a Dynamic FK column in the schema extensions for table ShoppingCartItem, then I have a problem in the Shop.
- The idea is to use the column in AccProductParameter of a AccProductParamCategory
- In the object browser I can add any ObjectKey for any table, but I have to select the table first.
- In the AccProductParamCategory I add a new AccProductParameter with the new column of the dynamic foreign key, there is no table selection.
- In the Shop Portal there is no lookup button as it is at the normal foreign keys.
- In the AccProductParamCategory I add a new AccProductParameter and the issue is, that there is only a where clause, but not the option to define the table.
Over the last years we defined a lot of additional columns in ShoppingCartItem and PersonWantsOrg to have them used in special product that have AccProductParameter.
We could reduce the number of foreign keys to different tables on different product, if we could reuse dynamic foreign key fields.