USP_SIMPLEDATALIST_PRICELIST
Lists price lists by name
Definition
Copy
create procedure dbo.USP_SIMPLEDATALIST_PRICELIST as
select
ID as VALUE,
NAME as LABEL
from dbo.PRICELIST
where ISACTIVE = 1