Skip to main content
Question

How to create a LOV from select statement

  • April 5, 2022
  • 3 replies
  • 214 views

Forum|alt.badge.img+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

Kasun Balasooriya
Superhero (Employee)
Forum|alt.badge.img+20
  • Superhero (Employee)
  • 347 replies
  • April 5, 2022

Hi @SarahS ,

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

 

Thanks,

Kasun


Forum|alt.badge.img+3
  • Author
  • Do Gooder
  • 4 replies
  • April 5, 2022

IFSAPP10


Forum|alt.badge.img+28
  • Superhero (Customer)
  • 1482 replies
  • April 5, 2022

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).