User Defined epiUltraCombo Static List default value

Thanks Jose. This worked perfectly.

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> Ohhh I thought you just couldn't get the User Codes to populate, if you want
> to select a default simply put a BPM on After Get New Customer as shown
>
> FOR EACH ttCustomer:
> Assign ttCustomer.ShorChar01='FAX'.
>
> END.
>
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *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 Wed, Sep 14, 2011 at 2:24 PM, Tim Vonderhaar <
> tvonderhaar@...> wrote:
>
> > **
> >
> >
> > Wow! I am absolutely blown away with the generosity of time here on this
> > group. I can't say thank you enough and I hope I can return the kindness.
> >
> > I followed your video and it's basically the exact same thing. The only
> > difference is I'm using the customer table rather than the user definable
> > table you used.
> >
> > I guess to follow up on my initial post, I didn't see a default pop up when
> > you did a 'New'.
> >
> >
> > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > >
> > > All right man,
> > >
> > > I can't do much better than this, hope it helps!
> > >
> > > http://www.youtube.com/watch?v=j4nkgyMiGX8
> > >
> > > Thanks!
> > >
> > >
> > > *Jose C Gomez*
> > > *Software Engineer*
> > > *
> > > *
> > > *checkout my new blog <http://www.usdoingstuff.com> *
> > > *
> > > *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 Wed, Sep 14, 2011 at 11:27 AM, Tim Vonderhaar <
> > > tvonderhaar@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > I had been using the EpiUltraCombo. Since your email, I have tried the
> > > > EpiCombo and I can't seem to get that working either. Strange thing,
> > with
> > > > the EpiUltraCombo, when I click the custom field, I at least get a drop
> > down
> > > > to appear, but the contents are empty and gray. With the EpiCombo, I
> > don't
> > > > even get a drop down, the field itself stays gray.
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > > > >
> > > > > What control are ou binding it to? it needs to be an EpiComboBox I
> > > > believe.
> > > > >
> > > > > *Jose C Gomez*
> > > > > *Software Engineer*
> > > > > *
> > > > > *
> > > > > *checkout my new blog <http://www.usdoingstuff.com> *
> > > > > *
> > > > > *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 Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
> > > > > tvonderhaar@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Sad to say, I was looking for the extended properties under the
> > > > > > customization dialog. Duh.
> > > > > >
> > > > > > Anyway, I now have a User Code Type...along with (3) codes, call it
> > > > > > CommType, and then linked it using the Extended Properties
> > Maintenance
> > > > to
> > > > > > the Customer table, variable ShortChar02. I then set the EpiBinding
> > of
> > > > the
> > > > > > new field I added on the Customer form to Customer.ShortChar02.
> > After
> > > > > > saving, closing, reopening and testing, the drop down is grayed out
> > > > with
> > > > > > none of the codes. I'm sure I've missed a step or something?
> > > > > >
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > > > >
> > > > > > > System Management > Utilities > Extended Prop Maintenance
> > > > > > >
> > > > > > > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > > > > > > tvonderhaar@> wrote:
> > > > > > >
> > > > > > > > **
> > > > > > > >
> > > > > > > >
> > > > > > > > Sorry for the delay in trying this, but I'm having trouble
> > finding
> > > > the
> > > > > > > > "extended properties" you refer too. I have created the User
> > Code
> > > > for
> > > > > > the
> > > > > > > > UltraCombo, but I cannot find a way to connect it under the
> > > > properties
> > > > > > tab.
> > > > > > > >
> > > > > > > >
> > > > > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > > > > > >
> > > > > > > > > You can use the 'User Codes' they're under 'system
> > management'.
> > > > They
> > > > > > > > allow
> > > > > > > > > you to specify a list of values that you can use for any drop
> > > > down.
> > > > > > Just
> > > > > > > > > make your list, then go to extended properties for the field
> > you
> > > > want
> > > > > > and
> > > > > > > > > set it to use the appropriate 'User Code'. After that, if you
> > > > bind
> > > > > > the
> > > > > > > > > control to the field the rest will happen automatically!
> > > > > > > > >
> > > > > > > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@>
> > > > wrote:
> > > > > > > > >
> > > > > > > > > > **
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Hi Tim,
> > > > > > > > > >
> > > > > > > > > > Do you have access to EpicWeb?
> > > > > > > > > > This is a link to the Epicor tech tip... fairly involved &
> > I've
> > > > > > never
> > > > > > > > > > tested it.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > > > > > > >
> > > > > > > > > > You may find another way to set the default if you search
> > this
> > > > > > forum.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar"
> > <tvonderhaar@
> > > > >
> > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > I have created a new epiUltraCombo to indicate what a
> > > > customers
> > > > > > > > desired
> > > > > > > > > > receipt of an order acknowledgment. I have added Fax, Email
> > and
> > > > > > Mail to
> > > > > > > > the
> > > > > > > > > > ListItems string array. I have also connected the
> > EpiBinding to
> > > > the
> > > > > > UD
> > > > > > > > > > ShorChar02. Everything appears to be working, but I would
> > like
> > > > to
> > > > > > have
> > > > > > > > this
> > > > > > > > > > default to Fax when a new customer record is created. I
> > can't
> > > > seem
> > > > > > to
> > > > > > > > find
> > > > > > > > > > any property to let me do this. Do I need to write an event
> > to
> > > > do
> > > > > > so?
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > *Waffqle Driggers*
> > > > > > > >
> > > > > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > > > > *
> > > > > > > > > *:: 904.962.2887*
> > > > > > > > > *:: waffqle@*
> > > > > > > > > *:: NO FAXES*
> > > > > > > > >
> > > > > > > > > *
> > > > > > > > >
> > > > > > > > > *
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > *Waffqle Driggers*
> > > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > > *
> > > > > > > *:: 904.962.2887*
> > > > > > > *:: waffqle@*
> > > > > > > *:: NO FAXES*
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
I have created a new epiUltraCombo to indicate what a customers desired receipt of an order acknowledgment. I have added Fax, Email and Mail to the ListItems string array. I have also connected the EpiBinding to the UD ShorChar02. Everything appears to be working, but I would like to have this default to Fax when a new customer record is created. I can't seem to find any property to let me do this. Do I need to write an event to do so?
Hi Tim,

Do you have access to EpicWeb?
This is a link to the Epicor tech tip... fairly involved & I've never tested it.

https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents

You may find another way to set the default if you search this forum.


--- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@...> wrote:
>
> I have created a new epiUltraCombo to indicate what a customers desired receipt of an order acknowledgment. I have added Fax, Email and Mail to the ListItems string array. I have also connected the EpiBinding to the UD ShorChar02. Everything appears to be working, but I would like to have this default to Fax when a new customer record is created. I can't seem to find any property to let me do this. Do I need to write an event to do so?
>
You can use the 'User Codes' they're under 'system management'. They allow
you to specify a list of values that you can use for any drop down. Just
make your list, then go to extended properties for the field you want and
set it to use the appropriate 'User Code'. After that, if you bind the
control to the field the rest will happen automatically!

On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@...> wrote:

> **
>
>
> Hi Tim,
>
> Do you have access to EpicWeb?
> This is a link to the Epicor tech tip... fairly involved & I've never
> tested it.
>
>
> https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
>
> You may find another way to set the default if you search this forum.
>
>
> --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@...> wrote:
> >
> > I have created a new epiUltraCombo to indicate what a customers desired
> receipt of an order acknowledgment. I have added Fax, Email and Mail to the
> ListItems string array. I have also connected the EpiBinding to the UD
> ShorChar02. Everything appears to be working, but I would like to have this
> default to Fax when a new customer record is created. I can't seem to find
> any property to let me do this. Do I need to write an event to do so?
> >
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
Sorry for the delay in trying this, but I'm having trouble finding the "extended properties" you refer too. I have created the User Code for the UltraCombo, but I cannot find a way to connect it under the properties tab.

--- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
>
> You can use the 'User Codes' they're under 'system management'. They allow
> you to specify a list of values that you can use for any drop down. Just
> make your list, then go to extended properties for the field you want and
> set it to use the appropriate 'User Code'. After that, if you bind the
> control to the field the rest will happen automatically!
>
> On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@...> wrote:
>
> > **
> >
> >
> > Hi Tim,
> >
> > Do you have access to EpicWeb?
> > This is a link to the Epicor tech tip... fairly involved & I've never
> > tested it.
> >
> >
> > https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> >
> > You may find another way to set the default if you search this forum.
> >
> >
> > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@> wrote:
> > >
> > > I have created a new epiUltraCombo to indicate what a customers desired
> > receipt of an order acknowledgment. I have added Fax, Email and Mail to the
> > ListItems string array. I have also connected the EpiBinding to the UD
> > ShorChar02. Everything appears to be working, but I would like to have this
> > default to Fax when a new customer record is created. I can't seem to find
> > any property to let me do this. Do I need to write an event to do so?
> > >
> >
> >
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
System Management > Utilities > Extended Prop Maintenance

On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
tvonderhaar@...> wrote:

> **
>
>
> Sorry for the delay in trying this, but I'm having trouble finding the
> "extended properties" you refer too. I have created the User Code for the
> UltraCombo, but I cannot find a way to connect it under the properties tab.
>
>
> --- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
> >
> > You can use the 'User Codes' they're under 'system management'. They
> allow
> > you to specify a list of values that you can use for any drop down. Just
> > make your list, then go to extended properties for the field you want and
> > set it to use the appropriate 'User Code'. After that, if you bind the
> > control to the field the rest will happen automatically!
> >
> > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@...> wrote:
> >
> > > **
> > >
> > >
> > > Hi Tim,
> > >
> > > Do you have access to EpicWeb?
> > > This is a link to the Epicor tech tip... fairly involved & I've never
> > > tested it.
> > >
> > >
> > >
> https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > >
> > > You may find another way to set the default if you search this forum.
> > >
> > >
> > > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@> wrote:
> > > >
> > > > I have created a new epiUltraCombo to indicate what a customers
> desired
> > > receipt of an order acknowledgment. I have added Fax, Email and Mail to
> the
> > > ListItems string array. I have also connected the EpiBinding to the UD
> > > ShorChar02. Everything appears to be working, but I would like to have
> this
> > > default to Fax when a new customer record is created. I can't seem to
> find
> > > any property to let me do this. Do I need to write an event to do so?
> > > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > *Waffqle Driggers*
>
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
Sad to say, I was looking for the extended properties under the customization dialog. Duh.

Anyway, I now have a User Code Type...along with (3) codes, call it CommType, and then linked it using the Extended Properties Maintenance to the Customer table, variable ShortChar02. I then set the EpiBinding of the new field I added on the Customer form to Customer.ShortChar02. After saving, closing, reopening and testing, the drop down is grayed out with none of the codes. I'm sure I've missed a step or something?

--- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
>
> System Management > Utilities > Extended Prop Maintenance
>
> On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> tvonderhaar@...> wrote:
>
> > **
> >
> >
> > Sorry for the delay in trying this, but I'm having trouble finding the
> > "extended properties" you refer too. I have created the User Code for the
> > UltraCombo, but I cannot find a way to connect it under the properties tab.
> >
> >
> > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > >
> > > You can use the 'User Codes' they're under 'system management'. They
> > allow
> > > you to specify a list of values that you can use for any drop down. Just
> > > make your list, then go to extended properties for the field you want and
> > > set it to use the appropriate 'User Code'. After that, if you bind the
> > > control to the field the rest will happen automatically!
> > >
> > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Hi Tim,
> > > >
> > > > Do you have access to EpicWeb?
> > > > This is a link to the Epicor tech tip... fairly involved & I've never
> > > > tested it.
> > > >
> > > >
> > > >
> > https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > >
> > > > You may find another way to set the default if you search this forum.
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@> wrote:
> > > > >
> > > > > I have created a new epiUltraCombo to indicate what a customers
> > desired
> > > > receipt of an order acknowledgment. I have added Fax, Email and Mail to
> > the
> > > > ListItems string array. I have also connected the EpiBinding to the UD
> > > > ShorChar02. Everything appears to be working, but I would like to have
> > this
> > > > default to Fax when a new customer record is created. I can't seem to
> > find
> > > > any property to let me do this. Do I need to write an event to do so?
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > *Waffqle Driggers*
> >
> > > *High End Dev, System Design, Profit Drinking
> > > *
> > > *:: 904.962.2887*
> > > *:: waffqle@*
> > > *:: NO FAXES*
> > >
> > > *
> > >
> > > *
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
Remove the field, save/close the customization.
Reopen it, recreate the field.
It should work after that. If the UserCodes/ExtendedProps aren't setup when
the control is created, Epicor won't go back and add the magic to make it
all work.

On Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
tvonderhaar@...> wrote:

> **
>
>
> Sad to say, I was looking for the extended properties under the
> customization dialog. Duh.
>
> Anyway, I now have a User Code Type...along with (3) codes, call it
> CommType, and then linked it using the Extended Properties Maintenance to
> the Customer table, variable ShortChar02. I then set the EpiBinding of the
> new field I added on the Customer form to Customer.ShortChar02. After
> saving, closing, reopening and testing, the drop down is grayed out with
> none of the codes. I'm sure I've missed a step or something?
>
>
> --- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
> >
> > System Management > Utilities > Extended Prop Maintenance
> >
> > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > tvonderhaar@...> wrote:
> >
> > > **
> > >
> > >
> > > Sorry for the delay in trying this, but I'm having trouble finding the
> > > "extended properties" you refer too. I have created the User Code for
> the
> > > UltraCombo, but I cannot find a way to connect it under the properties
> tab.
> > >
> > >
> > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > >
> > > > You can use the 'User Codes' they're under 'system management'. They
> > > allow
> > > > you to specify a list of values that you can use for any drop down.
> Just
> > > > make your list, then go to extended properties for the field you want
> and
> > > > set it to use the appropriate 'User Code'. After that, if you bind
> the
> > > > control to the field the rest will happen automatically!
> > > >
> > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Hi Tim,
> > > > >
> > > > > Do you have access to EpicWeb?
> > > > > This is a link to the Epicor tech tip... fairly involved & I've
> never
> > > > > tested it.
> > > > >
> > > > >
> > > > >
> > >
> https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > >
> > > > > You may find another way to set the default if you search this
> forum.
> > > > >
> > > > >
> > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@>
> wrote:
> > > > > >
> > > > > > I have created a new epiUltraCombo to indicate what a customers
> > > desired
> > > > > receipt of an order acknowledgment. I have added Fax, Email and
> Mail to
> > > the
> > > > > ListItems string array. I have also connected the EpiBinding to the
> UD
> > > > > ShorChar02. Everything appears to be working, but I would like to
> have
> > > this
> > > > > default to Fax when a new customer record is created. I can't seem
> to
> > > find
> > > > > any property to let me do this. Do I need to write an event to do
> so?
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > *Waffqle Driggers*
> > >
> > > > *High End Dev, System Design, Profit Drinking
> > > > *
> > > > *:: 904.962.2887*
> > > > *:: waffqle@*
> > > > *:: NO FAXES*
> > > >
> > > > *
> > > >
> > > > *
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > *Waffqle Driggers*
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>



--
*Waffqle Driggers*
*High End Dev, System Design, Profit Drinking
*
*:: 904.962.2887*
*:: waffqle@...*
*:: NO FAXES*

*

*


[Non-text portions of this message have been removed]
Sorry to keep dragging this on, but it's still not working. I even deleted the entire customization, exited Epicor, started from scratch with a new customization but unfortunately had the same results.


--- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
>
> Remove the field, save/close the customization.
> Reopen it, recreate the field.
> It should work after that. If the UserCodes/ExtendedProps aren't setup when
> the control is created, Epicor won't go back and add the magic to make it
> all work.
>
> On Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
> tvonderhaar@...> wrote:
>
> > **
> >
> >
> > Sad to say, I was looking for the extended properties under the
> > customization dialog. Duh.
> >
> > Anyway, I now have a User Code Type...along with (3) codes, call it
> > CommType, and then linked it using the Extended Properties Maintenance to
> > the Customer table, variable ShortChar02. I then set the EpiBinding of the
> > new field I added on the Customer form to Customer.ShortChar02. After
> > saving, closing, reopening and testing, the drop down is grayed out with
> > none of the codes. I'm sure I've missed a step or something?
> >
> >
> > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > >
> > > System Management > Utilities > Extended Prop Maintenance
> > >
> > > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > > tvonderhaar@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Sorry for the delay in trying this, but I'm having trouble finding the
> > > > "extended properties" you refer too. I have created the User Code for
> > the
> > > > UltraCombo, but I cannot find a way to connect it under the properties
> > tab.
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > >
> > > > > You can use the 'User Codes' they're under 'system management'. They
> > > > allow
> > > > > you to specify a list of values that you can use for any drop down.
> > Just
> > > > > make your list, then go to extended properties for the field you want
> > and
> > > > > set it to use the appropriate 'User Code'. After that, if you bind
> > the
> > > > > control to the field the rest will happen automatically!
> > > > >
> > > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Hi Tim,
> > > > > >
> > > > > > Do you have access to EpicWeb?
> > > > > > This is a link to the Epicor tech tip... fairly involved & I've
> > never
> > > > > > tested it.
> > > > > >
> > > > > >
> > > > > >
> > > >
> > https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > > >
> > > > > > You may find another way to set the default if you search this
> > forum.
> > > > > >
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@>
> > wrote:
> > > > > > >
> > > > > > > I have created a new epiUltraCombo to indicate what a customers
> > > > desired
> > > > > > receipt of an order acknowledgment. I have added Fax, Email and
> > Mail to
> > > > the
> > > > > > ListItems string array. I have also connected the EpiBinding to the
> > UD
> > > > > > ShorChar02. Everything appears to be working, but I would like to
> > have
> > > > this
> > > > > > default to Fax when a new customer record is created. I can't seem
> > to
> > > > find
> > > > > > any property to let me do this. Do I need to write an event to do
> > so?
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > *Waffqle Driggers*
> > > >
> > > > > *High End Dev, System Design, Profit Drinking
> > > > > *
> > > > > *:: 904.962.2887*
> > > > > *:: waffqle@*
> > > > > *:: NO FAXES*
> > > > >
> > > > > *
> > > > >
> > > > > *
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > *Waffqle Driggers*
> > > *High End Dev, System Design, Profit Drinking
> > > *
> > > *:: 904.962.2887*
> > > *:: waffqle@*
> > > *:: NO FAXES*
> > >
> > > *
> > >
> > > *
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
>
> --
> *Waffqle Driggers*
> *High End Dev, System Design, Profit Drinking
> *
> *:: 904.962.2887*
> *:: waffqle@...*
> *:: NO FAXES*
>
> *
>
> *
>
>
> [Non-text portions of this message have been removed]
>
What control are ou binding it to? it needs to be an EpiComboBox I believe.

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*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 Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
tvonderhaar@...> wrote:

> **
>
>
> Sad to say, I was looking for the extended properties under the
> customization dialog. Duh.
>
> Anyway, I now have a User Code Type...along with (3) codes, call it
> CommType, and then linked it using the Extended Properties Maintenance to
> the Customer table, variable ShortChar02. I then set the EpiBinding of the
> new field I added on the Customer form to Customer.ShortChar02. After
> saving, closing, reopening and testing, the drop down is grayed out with
> none of the codes. I'm sure I've missed a step or something?
>
>
> --- In vantage@yahoogroups.com, Waffqle <waffqle@...> wrote:
> >
> > System Management > Utilities > Extended Prop Maintenance
> >
> > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > tvonderhaar@...> wrote:
> >
> > > **
> > >
> > >
> > > Sorry for the delay in trying this, but I'm having trouble finding the
> > > "extended properties" you refer too. I have created the User Code for
> the
> > > UltraCombo, but I cannot find a way to connect it under the properties
> tab.
> > >
> > >
> > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > >
> > > > You can use the 'User Codes' they're under 'system management'. They
> > > allow
> > > > you to specify a list of values that you can use for any drop down.
> Just
> > > > make your list, then go to extended properties for the field you want
> and
> > > > set it to use the appropriate 'User Code'. After that, if you bind
> the
> > > > control to the field the rest will happen automatically!
> > > >
> > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Hi Tim,
> > > > >
> > > > > Do you have access to EpicWeb?
> > > > > This is a link to the Epicor tech tip... fairly involved & I've
> never
> > > > > tested it.
> > > > >
> > > > >
> > > > >
> > >
> https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > >
> > > > > You may find another way to set the default if you search this
> forum.
> > > > >
> > > > >
> > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@>
> wrote:
> > > > > >
> > > > > > I have created a new epiUltraCombo to indicate what a customers
> > > desired
> > > > > receipt of an order acknowledgment. I have added Fax, Email and
> Mail to
> > > the
> > > > > ListItems string array. I have also connected the EpiBinding to the
> UD
> > > > > ShorChar02. Everything appears to be working, but I would like to
> have
> > > this
> > > > > default to Fax when a new customer record is created. I can't seem
> to
> > > find
> > > > > any property to let me do this. Do I need to write an event to do
> so?
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > *Waffqle Driggers*
> > >
> > > > *High End Dev, System Design, Profit Drinking
> > > > *
> > > > *:: 904.962.2887*
> > > > *:: waffqle@*
> > > > *:: NO FAXES*
> > > >
> > > > *
> > > >
> > > > *
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > *Waffqle Driggers*
> > *High End Dev, System Design, Profit Drinking
> > *
> > *:: 904.962.2887*
> > *:: waffqle@...*
> > *:: NO FAXES*
> >
> > *
> >
> > *
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>


[Non-text portions of this message have been removed]
I had been using the EpiUltraCombo. Since your email, I have tried the EpiCombo and I can't seem to get that working either. Strange thing, with the EpiUltraCombo, when I click the custom field, I at least get a drop down to appear, but the contents are empty and gray. With the EpiCombo, I don't even get a drop down, the field itself stays gray.

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> What control are ou binding it to? it needs to be an EpiComboBox I believe.
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *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 Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
> tvonderhaar@...> wrote:
>
> > **
> >
> >
> > Sad to say, I was looking for the extended properties under the
> > customization dialog. Duh.
> >
> > Anyway, I now have a User Code Type...along with (3) codes, call it
> > CommType, and then linked it using the Extended Properties Maintenance to
> > the Customer table, variable ShortChar02. I then set the EpiBinding of the
> > new field I added on the Customer form to Customer.ShortChar02. After
> > saving, closing, reopening and testing, the drop down is grayed out with
> > none of the codes. I'm sure I've missed a step or something?
> >
> >
> > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > >
> > > System Management > Utilities > Extended Prop Maintenance
> > >
> > > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > > tvonderhaar@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Sorry for the delay in trying this, but I'm having trouble finding the
> > > > "extended properties" you refer too. I have created the User Code for
> > the
> > > > UltraCombo, but I cannot find a way to connect it under the properties
> > tab.
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > >
> > > > > You can use the 'User Codes' they're under 'system management'. They
> > > > allow
> > > > > you to specify a list of values that you can use for any drop down.
> > Just
> > > > > make your list, then go to extended properties for the field you want
> > and
> > > > > set it to use the appropriate 'User Code'. After that, if you bind
> > the
> > > > > control to the field the rest will happen automatically!
> > > > >
> > > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Hi Tim,
> > > > > >
> > > > > > Do you have access to EpicWeb?
> > > > > > This is a link to the Epicor tech tip... fairly involved & I've
> > never
> > > > > > tested it.
> > > > > >
> > > > > >
> > > > > >
> > > >
> > https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > > >
> > > > > > You may find another way to set the default if you search this
> > forum.
> > > > > >
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@>
> > wrote:
> > > > > > >
> > > > > > > I have created a new epiUltraCombo to indicate what a customers
> > > > desired
> > > > > > receipt of an order acknowledgment. I have added Fax, Email and
> > Mail to
> > > > the
> > > > > > ListItems string array. I have also connected the EpiBinding to the
> > UD
> > > > > > ShorChar02. Everything appears to be working, but I would like to
> > have
> > > > this
> > > > > > default to Fax when a new customer record is created. I can't seem
> > to
> > > > find
> > > > > > any property to let me do this. Do I need to write an event to do
> > so?
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > *Waffqle Driggers*
> > > >
> > > > > *High End Dev, System Design, Profit Drinking
> > > > > *
> > > > > *:: 904.962.2887*
> > > > > *:: waffqle@*
> > > > > *:: NO FAXES*
> > > > >
> > > > > *
> > > > >
> > > > > *
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > *Waffqle Driggers*
> > > *High End Dev, System Design, Profit Drinking
> > > *
> > > *:: 904.962.2887*
> > > *:: waffqle@*
> > > *:: NO FAXES*
> > >
> > > *
> > >
> > > *
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
All right man,

I can't do much better than this, hope it helps!

http://www.youtube.com/watch?v=j4nkgyMiGX8

Thanks!


*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*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 Wed, Sep 14, 2011 at 11:27 AM, Tim Vonderhaar <
tvonderhaar@...> wrote:

> **
>
>
> I had been using the EpiUltraCombo. Since your email, I have tried the
> EpiCombo and I can't seem to get that working either. Strange thing, with
> the EpiUltraCombo, when I click the custom field, I at least get a drop down
> to appear, but the contents are empty and gray. With the EpiCombo, I don't
> even get a drop down, the field itself stays gray.
>
>
> --- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
> >
> > What control are ou binding it to? it needs to be an EpiComboBox I
> believe.
> >
> > *Jose C Gomez*
> > *Software Engineer*
> > *
> > *
> > *checkout my new blog <http://www.usdoingstuff.com> *
> > *
> > *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 Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
> > tvonderhaar@...> wrote:
> >
> > > **
> > >
> > >
> > > Sad to say, I was looking for the extended properties under the
> > > customization dialog. Duh.
> > >
> > > Anyway, I now have a User Code Type...along with (3) codes, call it
> > > CommType, and then linked it using the Extended Properties Maintenance
> to
> > > the Customer table, variable ShortChar02. I then set the EpiBinding of
> the
> > > new field I added on the Customer form to Customer.ShortChar02. After
> > > saving, closing, reopening and testing, the drop down is grayed out
> with
> > > none of the codes. I'm sure I've missed a step or something?
> > >
> > >
> > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > >
> > > > System Management > Utilities > Extended Prop Maintenance
> > > >
> > > > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > > > tvonderhaar@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Sorry for the delay in trying this, but I'm having trouble finding
> the
> > > > > "extended properties" you refer too. I have created the User Code
> for
> > > the
> > > > > UltraCombo, but I cannot find a way to connect it under the
> properties
> > > tab.
> > > > >
> > > > >
> > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > > >
> > > > > > You can use the 'User Codes' they're under 'system management'.
> They
> > > > > allow
> > > > > > you to specify a list of values that you can use for any drop
> down.
> > > Just
> > > > > > make your list, then go to extended properties for the field you
> want
> > > and
> > > > > > set it to use the appropriate 'User Code'. After that, if you
> bind
> > > the
> > > > > > control to the field the rest will happen automatically!
> > > > > >
> > > > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@>
> wrote:
> > > > > >
> > > > > > > **
> > > > > > >
> > > > > > >
> > > > > > > Hi Tim,
> > > > > > >
> > > > > > > Do you have access to EpicWeb?
> > > > > > > This is a link to the Epicor tech tip... fairly involved & I've
> > > never
> > > > > > > tested it.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > >
> > >
> https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > > > >
> > > > > > > You may find another way to set the default if you search this
> > > forum.
> > > > > > >
> > > > > > >
> > > > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@
> >
> > > wrote:
> > > > > > > >
> > > > > > > > I have created a new epiUltraCombo to indicate what a
> customers
> > > > > desired
> > > > > > > receipt of an order acknowledgment. I have added Fax, Email and
> > > Mail to
> > > > > the
> > > > > > > ListItems string array. I have also connected the EpiBinding to
> the
> > > UD
> > > > > > > ShorChar02. Everything appears to be working, but I would like
> to
> > > have
> > > > > this
> > > > > > > default to Fax when a new customer record is created. I can't
> seem
> > > to
> > > > > find
> > > > > > > any property to let me do this. Do I need to write an event to
> do
> > > so?
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > *Waffqle Driggers*
> > > > >
> > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > *
> > > > > > *:: 904.962.2887*
> > > > > > *:: waffqle@*
> > > > > > *:: NO FAXES*
> > > > > >
> > > > > > *
> > > > > >
> > > > > > *
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > *Waffqle Driggers*
> > > > *High End Dev, System Design, Profit Drinking
> > > > *
> > > > *:: 904.962.2887*
> > > > *:: waffqle@*
> > > > *:: NO FAXES*
> > > >
> > > > *
> > > >
> > > > *
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>


[Non-text portions of this message have been removed]
Wow! I am absolutely blown away with the generosity of time here on this group. I can't say thank you enough and I hope I can return the kindness.

I followed your video and it's basically the exact same thing. The only difference is I'm using the customer table rather than the user definable table you used.

I guess to follow up on my initial post, I didn't see a default pop up when you did a 'New'.

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> All right man,
>
> I can't do much better than this, hope it helps!
>
> http://www.youtube.com/watch?v=j4nkgyMiGX8
>
> Thanks!
>
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *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 Wed, Sep 14, 2011 at 11:27 AM, Tim Vonderhaar <
> tvonderhaar@...> wrote:
>
> > **
> >
> >
> > I had been using the EpiUltraCombo. Since your email, I have tried the
> > EpiCombo and I can't seem to get that working either. Strange thing, with
> > the EpiUltraCombo, when I click the custom field, I at least get a drop down
> > to appear, but the contents are empty and gray. With the EpiCombo, I don't
> > even get a drop down, the field itself stays gray.
> >
> >
> > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > >
> > > What control are ou binding it to? it needs to be an EpiComboBox I
> > believe.
> > >
> > > *Jose C Gomez*
> > > *Software Engineer*
> > > *
> > > *
> > > *checkout my new blog <http://www.usdoingstuff.com> *
> > > *
> > > *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 Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
> > > tvonderhaar@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Sad to say, I was looking for the extended properties under the
> > > > customization dialog. Duh.
> > > >
> > > > Anyway, I now have a User Code Type...along with (3) codes, call it
> > > > CommType, and then linked it using the Extended Properties Maintenance
> > to
> > > > the Customer table, variable ShortChar02. I then set the EpiBinding of
> > the
> > > > new field I added on the Customer form to Customer.ShortChar02. After
> > > > saving, closing, reopening and testing, the drop down is grayed out
> > with
> > > > none of the codes. I'm sure I've missed a step or something?
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > >
> > > > > System Management > Utilities > Extended Prop Maintenance
> > > > >
> > > > > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > > > > tvonderhaar@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Sorry for the delay in trying this, but I'm having trouble finding
> > the
> > > > > > "extended properties" you refer too. I have created the User Code
> > for
> > > > the
> > > > > > UltraCombo, but I cannot find a way to connect it under the
> > properties
> > > > tab.
> > > > > >
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > > > >
> > > > > > > You can use the 'User Codes' they're under 'system management'.
> > They
> > > > > > allow
> > > > > > > you to specify a list of values that you can use for any drop
> > down.
> > > > Just
> > > > > > > make your list, then go to extended properties for the field you
> > want
> > > > and
> > > > > > > set it to use the appropriate 'User Code'. After that, if you
> > bind
> > > > the
> > > > > > > control to the field the rest will happen automatically!
> > > > > > >
> > > > > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@>
> > wrote:
> > > > > > >
> > > > > > > > **
> > > > > > > >
> > > > > > > >
> > > > > > > > Hi Tim,
> > > > > > > >
> > > > > > > > Do you have access to EpicWeb?
> > > > > > > > This is a link to the Epicor tech tip... fairly involved & I've
> > > > never
> > > > > > > > tested it.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > > > > >
> > > > > > > > You may find another way to set the default if you search this
> > > > forum.
> > > > > > > >
> > > > > > > >
> > > > > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@
> > >
> > > > wrote:
> > > > > > > > >
> > > > > > > > > I have created a new epiUltraCombo to indicate what a
> > customers
> > > > > > desired
> > > > > > > > receipt of an order acknowledgment. I have added Fax, Email and
> > > > Mail to
> > > > > > the
> > > > > > > > ListItems string array. I have also connected the EpiBinding to
> > the
> > > > UD
> > > > > > > > ShorChar02. Everything appears to be working, but I would like
> > to
> > > > have
> > > > > > this
> > > > > > > > default to Fax when a new customer record is created. I can't
> > seem
> > > > to
> > > > > > find
> > > > > > > > any property to let me do this. Do I need to write an event to
> > do
> > > > so?
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > *Waffqle Driggers*
> > > > > >
> > > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > > *
> > > > > > > *:: 904.962.2887*
> > > > > > > *:: waffqle@*
> > > > > > > *:: NO FAXES*
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > *Waffqle Driggers*
> > > > > *High End Dev, System Design, Profit Drinking
> > > > > *
> > > > > *:: 904.962.2887*
> > > > > *:: waffqle@*
> > > > > *:: NO FAXES*
> > > > >
> > > > > *
> > > > >
> > > > > *
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
Ohhh I thought you just couldn't get the User Codes to populate, if you want
to select a default simply put a BPM on After Get New Customer as shown

FOR EACH ttCustomer:
Assign ttCustomer.ShorChar01='FAX'.

END.


*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*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 Wed, Sep 14, 2011 at 2:24 PM, Tim Vonderhaar <
tvonderhaar@...> wrote:

> **
>
>
> Wow! I am absolutely blown away with the generosity of time here on this
> group. I can't say thank you enough and I hope I can return the kindness.
>
> I followed your video and it's basically the exact same thing. The only
> difference is I'm using the customer table rather than the user definable
> table you used.
>
> I guess to follow up on my initial post, I didn't see a default pop up when
> you did a 'New'.
>
>
> --- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
> >
> > All right man,
> >
> > I can't do much better than this, hope it helps!
> >
> > http://www.youtube.com/watch?v=j4nkgyMiGX8
> >
> > Thanks!
> >
> >
> > *Jose C Gomez*
> > *Software Engineer*
> > *
> > *
> > *checkout my new blog <http://www.usdoingstuff.com> *
> > *
> > *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 Wed, Sep 14, 2011 at 11:27 AM, Tim Vonderhaar <
> > tvonderhaar@...> wrote:
> >
> > > **
> > >
> > >
> > > I had been using the EpiUltraCombo. Since your email, I have tried the
> > > EpiCombo and I can't seem to get that working either. Strange thing,
> with
> > > the EpiUltraCombo, when I click the custom field, I at least get a drop
> down
> > > to appear, but the contents are empty and gray. With the EpiCombo, I
> don't
> > > even get a drop down, the field itself stays gray.
> > >
> > >
> > > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > > >
> > > > What control are ou binding it to? it needs to be an EpiComboBox I
> > > believe.
> > > >
> > > > *Jose C Gomez*
> > > > *Software Engineer*
> > > > *
> > > > *
> > > > *checkout my new blog <http://www.usdoingstuff.com> *
> > > > *
> > > > *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 Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
> > > > tvonderhaar@> wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Sad to say, I was looking for the extended properties under the
> > > > > customization dialog. Duh.
> > > > >
> > > > > Anyway, I now have a User Code Type...along with (3) codes, call it
> > > > > CommType, and then linked it using the Extended Properties
> Maintenance
> > > to
> > > > > the Customer table, variable ShortChar02. I then set the EpiBinding
> of
> > > the
> > > > > new field I added on the Customer form to Customer.ShortChar02.
> After
> > > > > saving, closing, reopening and testing, the drop down is grayed out
> > > with
> > > > > none of the codes. I'm sure I've missed a step or something?
> > > > >
> > > > >
> > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > > >
> > > > > > System Management > Utilities > Extended Prop Maintenance
> > > > > >
> > > > > > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > > > > > tvonderhaar@> wrote:
> > > > > >
> > > > > > > **
> > > > > > >
> > > > > > >
> > > > > > > Sorry for the delay in trying this, but I'm having trouble
> finding
> > > the
> > > > > > > "extended properties" you refer too. I have created the User
> Code
> > > for
> > > > > the
> > > > > > > UltraCombo, but I cannot find a way to connect it under the
> > > properties
> > > > > tab.
> > > > > > >
> > > > > > >
> > > > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > > > > >
> > > > > > > > You can use the 'User Codes' they're under 'system
> management'.
> > > They
> > > > > > > allow
> > > > > > > > you to specify a list of values that you can use for any drop
> > > down.
> > > > > Just
> > > > > > > > make your list, then go to extended properties for the field
> you
> > > want
> > > > > and
> > > > > > > > set it to use the appropriate 'User Code'. After that, if you
> > > bind
> > > > > the
> > > > > > > > control to the field the rest will happen automatically!
> > > > > > > >
> > > > > > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@>
> > > wrote:
> > > > > > > >
> > > > > > > > > **
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Hi Tim,
> > > > > > > > >
> > > > > > > > > Do you have access to EpicWeb?
> > > > > > > > > This is a link to the Epicor tech tip... fairly involved &
> I've
> > > > > never
> > > > > > > > > tested it.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
> https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > > > > > >
> > > > > > > > > You may find another way to set the default if you search
> this
> > > > > forum.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar"
> <tvonderhaar@
> > > >
> > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > I have created a new epiUltraCombo to indicate what a
> > > customers
> > > > > > > desired
> > > > > > > > > receipt of an order acknowledgment. I have added Fax, Email
> and
> > > > > Mail to
> > > > > > > the
> > > > > > > > > ListItems string array. I have also connected the
> EpiBinding to
> > > the
> > > > > UD
> > > > > > > > > ShorChar02. Everything appears to be working, but I would
> like
> > > to
> > > > > have
> > > > > > > this
> > > > > > > > > default to Fax when a new customer record is created. I
> can't
> > > seem
> > > > > to
> > > > > > > find
> > > > > > > > > any property to let me do this. Do I need to write an event
> to
> > > do
> > > > > so?
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > *Waffqle Driggers*
> > > > > > >
> > > > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > > > *
> > > > > > > > *:: 904.962.2887*
> > > > > > > > *:: waffqle@*
> > > > > > > > *:: NO FAXES*
> > > > > > > >
> > > > > > > > *
> > > > > > > >
> > > > > > > > *
> > > > > > > >
> > > > > > > >
> > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > *Waffqle Driggers*
> > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > *
> > > > > > *:: 904.962.2887*
> > > > > > *:: waffqle@*
> > > > > > *:: NO FAXES*
> > > > > >
> > > > > > *
> > > > > >
> > > > > > *
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>


[Non-text portions of this message have been removed]
If that doesn't work you cna try a customization as shown below.

Here is what needs to be done:

1) Declare a module level variable.
Dim lastAdapterMethod as string = ""
2) Add the AfterAdapter event for the Order Head table. In this event we
check for the GetNewOrderDtl method and set the lastAdapterMethod, declared
in step 1, to "GetNewOrderDtl".
3) Add the EpicViewNotification event for the Order Detail table. In this
event we check that the lastAdapterMethod variable has been set to
"GetNewOrderDtl", clear it, and set the default for both the TaxCatId and
the TaxCatDescription. It is important that both the code and the
description be set.



Here is the script code:
'//**************************************************
'// Custom VB.NET code for SalesOrderForm
'// Created: 5/4/2007 6:41:48 AM
'//**************************************************
Imports System
Imports System.Data
Imports System.Diagnostics
Imports System.Windows.Forms
Imports System.ComponentModel
Imports Microsoft.VisualBasic
Imports Epicor.Mfg.UI
Imports Epicor.Mfg.UI.FrameWork
Imports Epicor.Mfg.UI.ExtendedProps
Imports Epicor.Mfg.UI.FormFunctions
Imports Epicor.Mfg.UI.Customization
Imports Epicor.Mfg.UI.Adapters
Imports Epicor.Mfg.UI.Searches
Imports Epicor.Mfg.BO

Module Script

'// ** Wizard Insert Location - Do Not Remove 'Begin/End Wizard Added Module
Level Variables' Comments! **
'// Begin Wizard Added Module Level Variables **
Private WithEvents oTrans_ordAdapter As EpiBaseAdapter
Private WithEvents edvOrderDtl As EpiDataView
'// End Wizard Added Module Level Variables **

'// Add Custom Module Level Variables Here **
Dim lastAdapterMethod as string = ""

Sub InitializeCustomCode()

'// ** Wizard Insert Location - Do not delete 'Begin/End Wizard Added
Variable Intialization' lines **
'// Begin Wizard Added Variable Intialization
oTrans_ordAdapter = csm.TransAdaptersHT("oTrans_ordAdapter")
edvOrderDtl = CType(oTrans.EpiDataViews("OrderDtl"), EpiDataView)
'// End Wizard Added Variable Intialization
'// Begin Custom Method Calls
'// End Custom Method Calls
End Sub

Sub DestroyCustomCode()

'// ** Wizard Insert Location - Do not delete 'Begin/End Wizard Added Object
Disposal' lines **
'// Begin Wizard Added Object Disposal
oTrans_ordAdapter = Nothing
'// End Wizard Added Object Disposal
'// Begin Custom Code Disposal
'// End Custom Code Disposal
End Sub

Private Sub oTrans_ordAdapter_AfterAdapterMethod(ByVal sender As object,
ByVal args As AfterAdapterMethodArgs) Handles
oTrans_ordAdapter.AfterAdapterMethod
'// ** Argument Properties and Uses **
'// args.MethodName
'
'Add Event Handler Code
'
'MessageBox.Show(args.MethodName) ' use this to find method

Select Case args.MethodName
Case "GetNewOrderDtl"
lastAdapterMethod = "GetNewOrderDtl"
Case Else
End Select
End Sub


Private Sub edvOrderDtl_EpiViewNotification(view As EpiDataView, args As
EpiNotifyArgs) Handles edvOrderDtl.EpiViewNotification
'// ** Argument Properties and Uses **
'// view.dataView(args.Row)("[FieldName]")
'// args.Row, args.Column, args.Sender, args.NotifyType
'// NotifyType.Initialize, NotifyType.AddRow, NotifyType.DeleteRow,
NotifyType.InitLastView, NotifyType.InitAndResetTreeNodes
If (args.Row > -1) Then
If (lastAdapterMethod = "GetNewOrderDtl")
lastAdapterMethod = ""
edvOrderDtl.dataView(args.Row)("TaxCatIDDescription") = "Products"
edvOrderDtl.dataView(args.Row)("TaxCatID") = "Prod"
End If
End If
End Sub

End Module



*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*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 Wed, Sep 14, 2011 at 2:49 PM, Jose Gomez <jose@...> wrote:

> Ohhh I thought you just couldn't get the User Codes to populate, if you
> want to select a default simply put a BPM on After Get New Customer as shown
>
> FOR EACH ttCustomer:
> Assign ttCustomer.ShorChar01='FAX'.
>
> END.
>
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *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 Wed, Sep 14, 2011 at 2:24 PM, Tim Vonderhaar <
> tvonderhaar@...> wrote:
>
>> **
>>
>>
>> Wow! I am absolutely blown away with the generosity of time here on this
>> group. I can't say thank you enough and I hope I can return the kindness.
>>
>> I followed your video and it's basically the exact same thing. The only
>> difference is I'm using the customer table rather than the user definable
>> table you used.
>>
>> I guess to follow up on my initial post, I didn't see a default pop up
>> when you did a 'New'.
>>
>>
>> --- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>> >
>> > All right man,
>> >
>> > I can't do much better than this, hope it helps!
>> >
>> > http://www.youtube.com/watch?v=j4nkgyMiGX8
>> >
>> > Thanks!
>> >
>> >
>> > *Jose C Gomez*
>> > *Software Engineer*
>> > *
>> > *
>> > *checkout my new blog <http://www.usdoingstuff.com> *
>> > *
>> > *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 Wed, Sep 14, 2011 at 11:27 AM, Tim Vonderhaar <
>> > tvonderhaar@...> wrote:
>> >
>> > > **
>> > >
>> > >
>> > > I had been using the EpiUltraCombo. Since your email, I have tried the
>> > > EpiCombo and I can't seem to get that working either. Strange thing,
>> with
>> > > the EpiUltraCombo, when I click the custom field, I at least get a
>> drop down
>> > > to appear, but the contents are empty and gray. With the EpiCombo, I
>> don't
>> > > even get a drop down, the field itself stays gray.
>> > >
>> > >
>> > > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
>> > > >
>> > > > What control are ou binding it to? it needs to be an EpiComboBox I
>> > > believe.
>> > > >
>> > > > *Jose C Gomez*
>> > > > *Software Engineer*
>> > > > *
>> > > > *
>> > > > *checkout my new blog <http://www.usdoingstuff.com> *
>> > > > *
>> > > > *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 Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
>> > > > tvonderhaar@> wrote:
>> > > >
>> > > > > **
>> > > > >
>> > > > >
>> > > > > Sad to say, I was looking for the extended properties under the
>> > > > > customization dialog. Duh.
>> > > > >
>> > > > > Anyway, I now have a User Code Type...along with (3) codes, call
>> it
>> > > > > CommType, and then linked it using the Extended Properties
>> Maintenance
>> > > to
>> > > > > the Customer table, variable ShortChar02. I then set the
>> EpiBinding of
>> > > the
>> > > > > new field I added on the Customer form to Customer.ShortChar02.
>> After
>> > > > > saving, closing, reopening and testing, the drop down is grayed
>> out
>> > > with
>> > > > > none of the codes. I'm sure I've missed a step or something?
>> > > > >
>> > > > >
>> > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
>> > > > > >
>> > > > > > System Management > Utilities > Extended Prop Maintenance
>> > > > > >
>> > > > > > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
>> > > > > > tvonderhaar@> wrote:
>> > > > > >
>> > > > > > > **
>> > > > > > >
>> > > > > > >
>> > > > > > > Sorry for the delay in trying this, but I'm having trouble
>> finding
>> > > the
>> > > > > > > "extended properties" you refer too. I have created the User
>> Code
>> > > for
>> > > > > the
>> > > > > > > UltraCombo, but I cannot find a way to connect it under the
>> > > properties
>> > > > > tab.
>> > > > > > >
>> > > > > > >
>> > > > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
>> > > > > > > >
>> > > > > > > > You can use the 'User Codes' they're under 'system
>> management'.
>> > > They
>> > > > > > > allow
>> > > > > > > > you to specify a list of values that you can use for any
>> drop
>> > > down.
>> > > > > Just
>> > > > > > > > make your list, then go to extended properties for the field
>> you
>> > > want
>> > > > > and
>> > > > > > > > set it to use the appropriate 'User Code'. After that, if
>> you
>> > > bind
>> > > > > the
>> > > > > > > > control to the field the rest will happen automatically!
>> > > > > > > >
>> > > > > > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@
>> >
>> > > wrote:
>> > > > > > > >
>> > > > > > > > > **
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > Hi Tim,
>> > > > > > > > >
>> > > > > > > > > Do you have access to EpicWeb?
>> > > > > > > > > This is a link to the Epicor tech tip... fairly involved &
>> I've
>> > > > > never
>> > > > > > > > > tested it.
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > >
>> > > > >
>> > >
>> https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
>> > > > > > > > >
>> > > > > > > > > You may find another way to set the default if you search
>> this
>> > > > > forum.
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar"
>> <tvonderhaar@
>> > > >
>> > > > > wrote:
>> > > > > > > > > >
>> > > > > > > > > > I have created a new epiUltraCombo to indicate what a
>> > > customers
>> > > > > > > desired
>> > > > > > > > > receipt of an order acknowledgment. I have added Fax,
>> Email and
>> > > > > Mail to
>> > > > > > > the
>> > > > > > > > > ListItems string array. I have also connected the
>> EpiBinding to
>> > > the
>> > > > > UD
>> > > > > > > > > ShorChar02. Everything appears to be working, but I would
>> like
>> > > to
>> > > > > have
>> > > > > > > this
>> > > > > > > > > default to Fax when a new customer record is created. I
>> can't
>> > > seem
>> > > > > to
>> > > > > > > find
>> > > > > > > > > any property to let me do this. Do I need to write an
>> event to
>> > > do
>> > > > > so?
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > --
>> > > > > > > > *Waffqle Driggers*
>> > > > > > >
>> > > > > > > > *High End Dev, System Design, Profit Drinking
>> > > > > > > > *
>> > > > > > > > *:: 904.962.2887*
>> > > > > > > > *:: waffqle@*
>> > > > > > > > *:: NO FAXES*
>> > > > > > > >
>> > > > > > > > *
>> > > > > > > >
>> > > > > > > > *
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > [Non-text portions of this message have been removed]
>> > > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > *Waffqle Driggers*
>> > > > > > *High End Dev, System Design, Profit Drinking
>> > > > > > *
>> > > > > > *:: 904.962.2887*
>> > > > > > *:: waffqle@*
>> > > > > > *:: NO FAXES*
>> > > > > >
>> > > > > > *
>> > > > > >
>> > > > > > *
>> > > > > >
>> > > > > >
>> > > > > > [Non-text portions of this message have been removed]
>> > > > > >
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > > > [Non-text portions of this message have been removed]
>> > > >
>> > >
>> > >
>> > >
>> >
>> >
>> > [Non-text portions of this message have been removed]
>> >
>>
>>
>>
>
>


[Non-text portions of this message have been removed]
My initial question was setting the default. During the initial response to that question, it was suggested to use the User Codes to populate the epiCombo instead of doing it with a static list directly on the form thinking that would help with the default handling. Once I started down the User Codes route, I've been stuck in a ditch making the drop down populate at all. I have placed a support call to Epicor. Either I am missing something obvious (I have done exactly as your video shows) or there is something amiss with my environment.

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> Ohhh I thought you just couldn't get the User Codes to populate, if you want
> to select a default simply put a BPM on After Get New Customer as shown
>
> FOR EACH ttCustomer:
> Assign ttCustomer.ShorChar01='FAX'.
>
> END.
>
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *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 Wed, Sep 14, 2011 at 2:24 PM, Tim Vonderhaar <
> tvonderhaar@...> wrote:
>
> > **
> >
> >
> > Wow! I am absolutely blown away with the generosity of time here on this
> > group. I can't say thank you enough and I hope I can return the kindness.
> >
> > I followed your video and it's basically the exact same thing. The only
> > difference is I'm using the customer table rather than the user definable
> > table you used.
> >
> > I guess to follow up on my initial post, I didn't see a default pop up when
> > you did a 'New'.
> >
> >
> > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > >
> > > All right man,
> > >
> > > I can't do much better than this, hope it helps!
> > >
> > > http://www.youtube.com/watch?v=j4nkgyMiGX8
> > >
> > > Thanks!
> > >
> > >
> > > *Jose C Gomez*
> > > *Software Engineer*
> > > *
> > > *
> > > *checkout my new blog <http://www.usdoingstuff.com> *
> > > *
> > > *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 Wed, Sep 14, 2011 at 11:27 AM, Tim Vonderhaar <
> > > tvonderhaar@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > I had been using the EpiUltraCombo. Since your email, I have tried the
> > > > EpiCombo and I can't seem to get that working either. Strange thing,
> > with
> > > > the EpiUltraCombo, when I click the custom field, I at least get a drop
> > down
> > > > to appear, but the contents are empty and gray. With the EpiCombo, I
> > don't
> > > > even get a drop down, the field itself stays gray.
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > > > >
> > > > > What control are ou binding it to? it needs to be an EpiComboBox I
> > > > believe.
> > > > >
> > > > > *Jose C Gomez*
> > > > > *Software Engineer*
> > > > > *
> > > > > *
> > > > > *checkout my new blog <http://www.usdoingstuff.com> *
> > > > > *
> > > > > *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 Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
> > > > > tvonderhaar@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Sad to say, I was looking for the extended properties under the
> > > > > > customization dialog. Duh.
> > > > > >
> > > > > > Anyway, I now have a User Code Type...along with (3) codes, call it
> > > > > > CommType, and then linked it using the Extended Properties
> > Maintenance
> > > > to
> > > > > > the Customer table, variable ShortChar02. I then set the EpiBinding
> > of
> > > > the
> > > > > > new field I added on the Customer form to Customer.ShortChar02.
> > After
> > > > > > saving, closing, reopening and testing, the drop down is grayed out
> > > > with
> > > > > > none of the codes. I'm sure I've missed a step or something?
> > > > > >
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > > > >
> > > > > > > System Management > Utilities > Extended Prop Maintenance
> > > > > > >
> > > > > > > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > > > > > > tvonderhaar@> wrote:
> > > > > > >
> > > > > > > > **
> > > > > > > >
> > > > > > > >
> > > > > > > > Sorry for the delay in trying this, but I'm having trouble
> > finding
> > > > the
> > > > > > > > "extended properties" you refer too. I have created the User
> > Code
> > > > for
> > > > > > the
> > > > > > > > UltraCombo, but I cannot find a way to connect it under the
> > > > properties
> > > > > > tab.
> > > > > > > >
> > > > > > > >
> > > > > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > > > > > >
> > > > > > > > > You can use the 'User Codes' they're under 'system
> > management'.
> > > > They
> > > > > > > > allow
> > > > > > > > > you to specify a list of values that you can use for any drop
> > > > down.
> > > > > > Just
> > > > > > > > > make your list, then go to extended properties for the field
> > you
> > > > want
> > > > > > and
> > > > > > > > > set it to use the appropriate 'User Code'. After that, if you
> > > > bind
> > > > > > the
> > > > > > > > > control to the field the rest will happen automatically!
> > > > > > > > >
> > > > > > > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@>
> > > > wrote:
> > > > > > > > >
> > > > > > > > > > **
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Hi Tim,
> > > > > > > > > >
> > > > > > > > > > Do you have access to EpicWeb?
> > > > > > > > > > This is a link to the Epicor tech tip... fairly involved &
> > I've
> > > > > > never
> > > > > > > > > > tested it.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > > > > > > >
> > > > > > > > > > You may find another way to set the default if you search
> > this
> > > > > > forum.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar"
> > <tvonderhaar@
> > > > >
> > > > > > wrote:
> > > > > > > > > > >
> > > > > > > > > > > I have created a new epiUltraCombo to indicate what a
> > > > customers
> > > > > > > > desired
> > > > > > > > > > receipt of an order acknowledgment. I have added Fax, Email
> > and
> > > > > > Mail to
> > > > > > > > the
> > > > > > > > > > ListItems string array. I have also connected the
> > EpiBinding to
> > > > the
> > > > > > UD
> > > > > > > > > > ShorChar02. Everything appears to be working, but I would
> > like
> > > > to
> > > > > > have
> > > > > > > > this
> > > > > > > > > > default to Fax when a new customer record is created. I
> > can't
> > > > seem
> > > > > > to
> > > > > > > > find
> > > > > > > > > > any property to let me do this. Do I need to write an event
> > to
> > > > do
> > > > > > so?
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > *Waffqle Driggers*
> > > > > > > >
> > > > > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > > > > *
> > > > > > > > > *:: 904.962.2887*
> > > > > > > > > *:: waffqle@*
> > > > > > > > > *:: NO FAXES*
> > > > > > > > >
> > > > > > > > > *
> > > > > > > > >
> > > > > > > > > *
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > [Non-text portions of this message have been removed]
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > *Waffqle Driggers*
> > > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > > *
> > > > > > > *:: 904.962.2887*
> > > > > > > *:: waffqle@*
> > > > > > > *:: NO FAXES*
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
I found the reason why things weren't working on my end. Turns out that 9.05.605, when using SQL, requires the app servers to be restarted after the extended properties step before the magic will be available to the epiCombo. Support says this problem is fixed in 9.05.606.

Tim

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> All right man,
>
> I can't do much better than this, hope it helps!
>
> http://www.youtube.com/watch?v=j4nkgyMiGX8
>
> Thanks!
>
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *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 Wed, Sep 14, 2011 at 11:27 AM, Tim Vonderhaar <
> tvonderhaar@...> wrote:
>
> > **
> >
> >
> > I had been using the EpiUltraCombo. Since your email, I have tried the
> > EpiCombo and I can't seem to get that working either. Strange thing, with
> > the EpiUltraCombo, when I click the custom field, I at least get a drop down
> > to appear, but the contents are empty and gray. With the EpiCombo, I don't
> > even get a drop down, the field itself stays gray.
> >
> >
> > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > >
> > > What control are ou binding it to? it needs to be an EpiComboBox I
> > believe.
> > >
> > > *Jose C Gomez*
> > > *Software Engineer*
> > > *
> > > *
> > > *checkout my new blog <http://www.usdoingstuff.com> *
> > > *
> > > *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 Wed, Sep 14, 2011 at 10:33 AM, Tim Vonderhaar <
> > > tvonderhaar@> wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Sad to say, I was looking for the extended properties under the
> > > > customization dialog. Duh.
> > > >
> > > > Anyway, I now have a User Code Type...along with (3) codes, call it
> > > > CommType, and then linked it using the Extended Properties Maintenance
> > to
> > > > the Customer table, variable ShortChar02. I then set the EpiBinding of
> > the
> > > > new field I added on the Customer form to Customer.ShortChar02. After
> > > > saving, closing, reopening and testing, the drop down is grayed out
> > with
> > > > none of the codes. I'm sure I've missed a step or something?
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > >
> > > > > System Management > Utilities > Extended Prop Maintenance
> > > > >
> > > > > On Wed, Sep 14, 2011 at 8:46 AM, Tim Vonderhaar <
> > > > > tvonderhaar@> wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Sorry for the delay in trying this, but I'm having trouble finding
> > the
> > > > > > "extended properties" you refer too. I have created the User Code
> > for
> > > > the
> > > > > > UltraCombo, but I cannot find a way to connect it under the
> > properties
> > > > tab.
> > > > > >
> > > > > >
> > > > > > --- In vantage@yahoogroups.com, Waffqle <waffqle@> wrote:
> > > > > > >
> > > > > > > You can use the 'User Codes' they're under 'system management'.
> > They
> > > > > > allow
> > > > > > > you to specify a list of values that you can use for any drop
> > down.
> > > > Just
> > > > > > > make your list, then go to extended properties for the field you
> > want
> > > > and
> > > > > > > set it to use the appropriate 'User Code'. After that, if you
> > bind
> > > > the
> > > > > > > control to the field the rest will happen automatically!
> > > > > > >
> > > > > > > On Thu, Sep 8, 2011 at 6:25 PM, cooner_55421 <cooner_55421@>
> > wrote:
> > > > > > >
> > > > > > > > **
> > > > > > > >
> > > > > > > >
> > > > > > > > Hi Tim,
> > > > > > > >
> > > > > > > > Do you have access to EpicWeb?
> > > > > > > > This is a link to the Epicor tech tip... fairly involved & I've
> > > > never
> > > > > > > > tested it.
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > https://epicweb.epicor.com/ReportServer/Pages/ReportViewer.aspx?/ePortal/ABDetail&rs:Command=Render&rc:Toolbar=true&Card_ID=3554ESC&Answerbook=Vantage%2fVista+8.0+-+General+Information+documents
> > > > > > > >
> > > > > > > > You may find another way to set the default if you search this
> > > > forum.
> > > > > > > >
> > > > > > > >
> > > > > > > > --- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@
> > >
> > > > wrote:
> > > > > > > > >
> > > > > > > > > I have created a new epiUltraCombo to indicate what a
> > customers
> > > > > > desired
> > > > > > > > receipt of an order acknowledgment. I have added Fax, Email and
> > > > Mail to
> > > > > > the
> > > > > > > > ListItems string array. I have also connected the EpiBinding to
> > the
> > > > UD
> > > > > > > > ShorChar02. Everything appears to be working, but I would like
> > to
> > > > have
> > > > > > this
> > > > > > > > default to Fax when a new customer record is created. I can't
> > seem
> > > > to
> > > > > > find
> > > > > > > > any property to let me do this. Do I need to write an event to
> > do
> > > > so?
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > *Waffqle Driggers*
> > > > > >
> > > > > > > *High End Dev, System Design, Profit Drinking
> > > > > > > *
> > > > > > > *:: 904.962.2887*
> > > > > > > *:: waffqle@*
> > > > > > > *:: NO FAXES*
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > > *
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > *Waffqle Driggers*
> > > > > *High End Dev, System Design, Profit Drinking
> > > > > *
> > > > > *:: 904.962.2887*
> > > > > *:: waffqle@*
> > > > > *:: NO FAXES*
> > > > >
> > > > > *
> > > > >
> > > > > *
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>