Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scripting-Adapter

Status
Not open for further replies.

Raedle

Technical User
Mar 11, 2010
1
US
I try to use the QuoteAdapter to manipulate data tables. Can't figure out why I get error the follwoing error.

Error: BC30002 - line 67 (321) - Type 'QuoteAdapter' is not defined.

Code:

' Imports Epicor.Mfg.UI.Adapters

Dim myAdapterName As QuoteAdapter = New QuoteAdapter(QuoteForm)
myAdapterName.BOConnect()

Dim blnQuoteFound As Boolean = myAdapterName.GetByID(94376)

myAdapterName.Dispose()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top