Hi all,
I am using Epicor Vantage 8.03.409c and have 3 questions:
1) Can a custom BAQ e.g. 'OpenOrders' be called using EpiDataView like this?
Dim edv As EpiDataView = CType(oTrans.EpiDataViews("OpenOrders"),EpiDataView)
2) If this is possible, can I run this BAQ using value of a variable in my code 'CustNum' that should equal a BAQ column 'CustNo'? In other words the BAQ should run if its CustNo = CustNum (my variable's value)
What would be the syntax for this?
3) What statement would I need to run the BAQ from the code?
This is on the script of a custom sheet I created.
Please help answer whatever you guys can!
Thanks in advance,
Uzma
I am using Epicor Vantage 8.03.409c and have 3 questions:
1) Can a custom BAQ e.g. 'OpenOrders' be called using EpiDataView like this?
Dim edv As EpiDataView = CType(oTrans.EpiDataViews("OpenOrders"),EpiDataView)
2) If this is possible, can I run this BAQ using value of a variable in my code 'CustNum' that should equal a BAQ column 'CustNo'? In other words the BAQ should run if its CustNo = CustNum (my variable's value)
What would be the syntax for this?
3) What statement would I need to run the BAQ from the code?
This is on the script of a custom sheet I created.
Please help answer whatever you guys can!
Thanks in advance,
Uzma