0

Hi I'm sorry for my English

I made an EDT that relation with table field and use EDT on StringEdit for make lookup.

Here is my problem. When I use EDT on StringEdit All records coming into but i want to get only 'CostCenter' valued ones

enter image description here

yalcinpkr
  • 15
  • 4

2 Answers2

0

If CostCenter is an enum value, then you could resolved this with a conditional table relation. Documentation for these relations can be found here.

When this is not the case you can provide a custom lookup for the form field. An example is also available in the documentation, see this page.

Sander
  • 3,942
  • 2
  • 17
  • 22
-1

If the proble is that you dont want to see more than one specific colum in the table you could modify the autolookup group in the table.

Chema
  • 1