Question

How to create a LOV from select statement

  • 5 April 2022
  • 3 replies
  • 122 views

Userlevel 2
Badge +3

how can i create a LOV that combine both suppliers and customers ? or how can i populate an enumeration using select statement ?


3 replies

Userlevel 7
Badge +20

Hi @SarahS ,

Please note the IFS application version this question is in reference to. 

 

Thanks,

Kasun

Userlevel 2
Badge +3

IFSAPP10

Userlevel 7
Badge +28

If you don’t mind being restricted to the identities you’ve done business with, the IDENITY_INVOICE_INFO table contains both entities and could be used as part of a join to both the customer and supplier tables.

 

 

Otherwise you would need to establish a UNION query (which I’m not sure will work directly as an enumeration).

Reply