Skip to Content
0
R S
Aug 04, 2023 at 11:17 AM

FMS Query Condition

62 Views

Hi

I want to add condition if it is vendor XYZ then this FMS should not apply

select distinct GSTRegnNo from crd1 where crd1.CardCode=$[opch.cardcode]

and crd1.address=$[opch.shiptocode]

and AdresType='S'

Thanks