AD_ProcessPara.DisplayLogic is not accepting @Value_ID.ForeignColumn@ notation
Description
The GridField display logic is not accepting notation @Column_ID.ForeignColumn@ unless the field comes from a tab in order to deduct properly the foreign key.
However, for most parameters the foreign table can be simply deducted as the table pointing to the ID, for example C_Country_ID points to C_Country.
The GridField display logic is not accepting notation @Column_ID.ForeignColumn@ unless the field comes from a tab in order to deduct properly the foreign key.
However, for most parameters the foreign table can be simply deducted as the table pointing to the ID, for example C_Country_ID points to C_Country.