Hi,
I have this problem trying to refer to a column in the tab in a readonly - select - Custom Field.
I’m trying to add a Custom Field to GenLedVoucherRow LU. I want to refer to a column in the table, gen_led_voucher_row_tab that I know is there and I can query for it on the database.
I refer to it in Arguments section in Create CF wizard as t.COLUMN_NAME
This should refer to the COLUMN_NAME in the underlying table. But it says there is no such column in the table.
I’m wondering if they refer to gen_led_voucher_row_tab or gen_led_voucher_row_cft as the underlying table since it is clear that the column I want is not in the cft.
Thanks in advance!