Help with button to open Supplier Price List

In Epicor 9 there is a bug that when you open the supplier price list
from a PO, that it does some weird things. However, if you open the
supplier price list through the menu the weird things don't happen.

What I'd like to do is create my own button to open the supplier price
list but for some reason when I try and pass in the vendor and part, it
gives the following error:

"Failed to Auto-Search; Possible invalid primary adapter defined for
Epicor.Mfg.UI.SupplierPriceListEntry"



I'd really appreciate some help on this one.




list.Add(edvPOHeader.dataView(edvPOHeader.Row)("VendorVendorID"))

list.Add(edvPODetail.dataView(edvPODetail.Row)("PartNum"))

Dim launchObject As New LaunchFormOptions

launchObject.ValueIn =list

launchObject.IsModal = True

ProcessCaller.LaunchForm(otrans, "PMMT2000", launchObject, true)



[Non-text portions of this message have been removed]
One of the things that irritates me with Vantage is the lack of the ability to globally set what shows up on the status bar. We like for the User, Company, Server and Plant to show, however, we have to set that on every screen that we open up. We work in different companies and we are in and out of the test database all the time. It is really crucial for the user to easily identify what company/database they are working in. Is anyone aware of a way to set this so they every screen willl automatically show those items on the status bar?

I know there are check boxes in the user file that relate to those items and I have customized the user account maintenace to include those. However, it does not seem to matter if those boxes are checked or not.


Charles Carden
IT Manager
Manitex, Inc.
Georgetown, Texas

[Non-text portions of this message have been removed]
You can create different stylings/themes to display different logos,
colors, etc depending on the company that you are currently in.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Charles Carden
Sent: Thursday, June 17, 2010 8:07 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Vantage status bar





One of the things that irritates me with Vantage is the lack of the
ability to globally set what shows up on the status bar. We like for the
User, Company, Server and Plant to show, however, we have to set that on
every screen that we open up. We work in different companies and we are
in and out of the test database all the time. It is really crucial for
the user to easily identify what company/database they are working in.
Is anyone aware of a way to set this so they every screen willl
automatically show those items on the status bar?

I know there are check boxes in the user file that relate to those items
and I have customized the user account maintenace to include those.
However, it does not seem to matter if those boxes are checked or not.

Charles Carden
IT Manager
Manitex, Inc.
Georgetown, Texas

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]