Object table listform

charles.rooscharles.roos Member Posts: 60
There is system table called "Object", but there is no listform for it.
I created table that has field "Table ID.
I want that in column Table ID user can see lookup arrow that would open Object listform where user can double click o na row that would close the list form and change value in Table ID to chosen value.

How to achieve that?
Thank you.

Comments

  • ivo.sabioncelloivo.sabioncello Member Posts: 7
    1. Make your own list form with Object as SourceTable,
    2. Define TableRelation of lookup field that looks at Object table,
    3. Go to properties of that field on a form and set the form from step 1 as LookupFormID.
  • charles.rooscharles.roos Member Posts: 60
    1. Make your own list form with Object as SourceTable,
    2. Define TableRelation of lookup field that looks at Object table,
    3. Go to properties of that field on a form and set the form from step 1 as LookupFormID.

    Thanks, that works!
  • ivo.sabioncelloivo.sabioncello Member Posts: 7
    You're welcome!
Sign In or Register to comment.