Ah, thanks! Renaming the EpiAddNewNew reference is what I was missing.
--- In vantage@yahoogroups.com, "Anon" <epicor-team@...> wrote:
>
> In the wizard created code that initializes the whole thing (method named "InitializeUD01Adapter") there is this property "_edvGrdUD01.AddText" you will notice that it is "New UD01". This is used to create the toolbar item in the background and generate it's ID. That being said you will want to change the referenced instances of "New UD01" in the code to whatever you name the label.
>
> Example I change the value of _edvGrdUD01.AddText from "New UD01" to "New Child". In the code the wizard generates for the toolbar "baseToolbarsManager_ToolClickForUD01" you will need to change the "EpiAddNewNew UD01" to "EpiAddNewNew Child" as this is a reference to the tool ID generated in the backside.
>
> Hope that makes sense. If you don't update the references to the tool ID and change the _edvGrdUD01.AddText value the toolbar item will do nothing at all.
>
> --- In vantage@yahoogroups.com, "bw2868bond" <bwalker@> wrote:
> >
> > In V8 this code produces an item on the "New" dropdown that has the text "New MItem"
> >
> > Private UD10View As EpiDataView = New EpiDataView(true,"New MItem","New")
> >
> > You can probably find the code that the wizard produces in E9 and change the text there.....
> >
> > --- In vantage@yahoogroups.com, "Chad Smith" <csmith@> wrote:
> > >
> > > Quick follow up on that. When you do this, it adds the New UD01 to the New drop down menu on the toolbar. Is it possible to rename the New UD01 to something more appropriate? I think you can rename the UD reference in the tree view, but haven't figured out how to change it on the New menu.
> > >
> > > --- In vantage@yahoogroups.com, John Driggers <waffqle@> wrote:
> > > >
> > > > Customization Mode > Tools > Wizards > 'Add UD Table as Child'
> > > >
> > > > Just tell it which keys you want to use (i.e. EmpID -> UD01.Key1) and it
> > > > will wire up all the code for the CRUD functions.
> > > >
> > > > *John Driggers*
> > > > **
> > > > *Chief Data Wrangler*
> > > > *
> > > > *
> > > > *I have an Epicor blog <http://usdoingstuff.com/>. How useful is that?*
> > > > *
> > > > *:: 904.404.9233
> > > > :: waffqle@
> > > > :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
> > > >
> > > > *
> > > >
> > > > *
> > > >
> > > >
> > > >
> > > > On Thu, Oct 11, 2012 at 9:46 AM, Jose Gomez <jose@> wrote:
> > > >
> > > > > uh? now you lost me
> > > > >
> > > > > *Jose C Gomez*
> > > > > *Software Engineer*
> > > > > *
> > > > > *
> > > > > *
> > > > > *T: 904.469.1524 mobile
> > > > > E: jose@
> > > > > http://www.josecgomez.com
> > > > > <http://www.linkedin.com/in/josecgomez> <
> > > > > http://www.facebook.com/josegomez>
> > > > > <http://www.google.com/profiles/jose.gomez> <
> > > > > http://www.twitter.com/joc85>
> > > > > <http://www.josecgomez.com/professional-resume/>
> > > > > <http://www.josecgomez.com/feed/>
> > > > > <http://www.usdoingstuff.com>
> > > > >
> > > > > *Quis custodiet ipsos custodes?*
> > > > >
> > > > >
> > > > >
> > > > > On Thu, Oct 11, 2012 at 9:42 AM, Ted Koch <tkoch77@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > "Free" is great. Is it possible to also create a foreign key view of UD01
> > > > > > to EmpBasic using the employeeID? Or you would recommend the UD100 UD100A
> > > > > > approach?
> > > > > >
> > > > > > ________________________________
> > > > > > From: Jose Gomez <jose@>
> > > > > > To: vantage@yahoogroups.com
> > > > > > Sent: Thursday, October 11, 2012 9:24 AM
> > > > > > Subject: Re: [Vantage] UD Tables
> > > > > >
> > > > > >
> > > > > > Epicor gives you this for free
> > > > > > Look at any of the UD100's tables
> > > > > > They'll have UD100, UD100A
> > > > > >
> > > > > > Simply load up the UI and for free you get this
> > > > > >
> > > > > > *Jose C Gomez*
> > > > > > *Software Engineer*
> > > > > > *
> > > > > > *
> > > > > > *
> > > > > > *T: 904.469.1524 mobile
> > > > > > E: jose@
> > > > > > http://www.josecgomez.com
> > > > > > <http://www.linkedin.com/in/josecgomez> <
> > > > > > http://www.facebook.com/josegomez>
> > > > > > <http://www.google.com/profiles/jose.gomez> <
> > > > > > http://www.twitter.com/joc85>
> > > > > > <http://www.josecgomez.com/professional-resume/>
> > > > > > <http://www.josecgomez.com/feed/>
> > > > > > <http://www.usdoingstuff.com>
> > > > > >
> > > > > > *Quis custodiet ipsos custodes?*
> > > > > >
> > > > > >
> > > > > > On Thu, Oct 11, 2012 at 9:21 AM, tkoch77 <tkoch77@> wrote:
> > > > > >
> > > > > > > **
> > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Hi everyone,
> > > > > > >
> > > > > > > I am curious how I might achieve something using UD tables and if its
> > > > > > > possible. Basically I want to get the same behavior as adding line
> > > > > items
> > > > > > to
> > > > > > > a PO.
> > > > > > >
> > > > > > > I want to enter an employees ID, and then create multiple records tied
> > > > > to
> > > > > > > that ID, similar to the way lines are created for a PO. So when I pull
> > > > > > the
> > > > > > > user ID into the UD form, I get a grid (or whatever) that shows all the
> > > > > > > records associated with that user.
> > > > > > >
> > > > > > > Any ideas, thoughts, suggestions welcomed.
> > > > > > >
> > > > > > > Thanks!
> > > > > > >
> > > > > > > -Ted
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > > > ------------------------------------
> > > > > >
> > > > > >
> > > > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > > > > > have already linked your email address to a yahoo id to enable access. )
> > > > > > (1) To access the Files Section of our Yahoo!Group for Report Builder and
> > > > > > Crystal Reports and other 'goodies', please goto:
> > > > > > http://groups.yahoo.com/group/vantage/files/.
> > > > > > (2) To search through old msg's goto:
> > > > > > http://groups.yahoo.com/group/vantage/messages
> > > > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > > >
> > > > >
> > > > > ------------------------------------
> > > > >
> > > > > Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> > > > > have already linked your email address to a yahoo id to enable access. )
> > > > > (1) To access the Files Section of our Yahoo!Group for Report Builder and
> > > > > Crystal Reports and other 'goodies', please goto:
> > > > > http://groups.yahoo.com/group/vantage/files/.
> > > > > (2) To search through old msg's goto:
> > > > > http://groups.yahoo.com/group/vantage/messages
> > > > > (3) To view links to Vendors that provide Vantage services goto:
> > > > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> >
>