Create a new EpiDataView

Not exactly. ARTrackerTot is the parent with CustomerList and InvcHead as children linked by CustNum. CustomerList and InvcHead are also generated using business objects. Nothing is directly linked to any Vantage tables, just business object calls.
Â
If it makes it any easier. Lets start with the customer form and link the ARTrackerTot to the Customer EpiDataView. This would give me a good starting point.

From: Jose Gomez <jose@...>
To: Steven Gotschall <sgotschall@...>
Cc: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Friday, July 8, 2011 2:37 PM
Subject: Re: [Vantage] Create a new EpiDataView


Â
So to be clear you want ARTrackerTot as a shild EpiView of UD08?

*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 Fri, Jul 8, 2011 at 2:34 PM, Steven Gotschall <sgotschall@...>wrote:

> I'm using the UD08 form, but I am not using the UD08 Table. ARAgingTrackerAdapter
> returns a dataset with a table called ARTrackerTot. The key field in
> ARTrackerTot is CustNum.
>
> *From:* Jose Gomez <jose@...>
> *To:* Steven Gotschall <sgotschall@...>
> *Cc:* "vantage@yahoogroups.com" <vantage@yahoogroups.com>
> *Sent:* Friday, July 8, 2011 2:14 PM
>
> *Subject:* Re: [Vantage] Create a new EpiDataView
>
> Which Form are you doing this on, so that I can generate code which will be
> pertinent, and which Fields are you going to use as Key
> 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 Fri, Jul 8, 2011 at 1:51 PM, Steven Gotschall <sgotschall@...>wrote:
>
> A would appreciate the 9 code. I can't always use a FKV. For example I
> have a form that calls the ARAgingTrackerAdapter (not possible as a FKV) and
> assigns it to an EpiUltraGrid. I would like to create an EpiDataView for
> this and assign it to the form so that other fields on the form can be
> updated as you scroll though the aging data. I do it now through code, but
> its messy.
>
>
> *From:* Jose Gomez <jose@...>
> *To:* vantage@yahoogroups.com
> *Sent:* Friday, July 8, 2011 9:04 AM
>
> *Subject:* Re: [Vantage] Create a new EpiDataView
>
> That is actually a built in feature of Epicor 9.05 in 803 you may be
> better
> off just adding a FKV.
> *
> *
> If you insist in having an EpiDataView then let me know and I'll generate
> 9
> code which youncan then adjust to fit 803
> *
> *
> *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 Fri, Jul 8, 2011 at 8:50 AM, Steven <sgotschall@...> wrote:
>
> > **
> >
> >
> > Vantage 8.03.408A Progress
> >
> > Does anyone know how to create a new EpiDataView from within a
> > Customization? What I want to do is call a BO, assign the returned
> dataset
> > to an UltraGrid and then create an EpiDataview which I can assign to the
> > form. Once recognized by the form I can then create other controls on the
> > form and assign them to fields in the EpiDataView.
> >
> > Thanks in advance.
> >
> > Steven G.
> >
> >
> >
>
>
> [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
>
> http://groups.yahoo.com/group/vantage/
>
>
>
>
>
>
>
>
>

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




[Non-text portions of this message have been removed]
Vantage 8.03.408A Progress

Does anyone know how to create a new EpiDataView from within a Customization? What I want to do is call a BO, assign the returned dataset to an UltraGrid and then create an EpiDataview which I can assign to the form. Once recognized by the form I can then create other controls on the form and assign them to fields in the EpiDataView.

Thanks in advance.

Steven G.
That is actually a built in feature of Epicor 9.05 in 803 you may be better
off just adding a FKV.
*
*
If you insist in having an EpiDataView then let me know and I'll generate 9
code which youncan then adjust to fit 803
*
*
*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 Fri, Jul 8, 2011 at 8:50 AM, Steven <sgotschall@...> wrote:

> **
>
>
> Vantage 8.03.408A Progress
>
> Does anyone know how to create a new EpiDataView from within a
> Customization? What I want to do is call a BO, assign the returned dataset
> to an UltraGrid and then create an EpiDataview which I can assign to the
> form. Once recognized by the form I can then create other controls on the
> form and assign them to fields in the EpiDataView.
>
> Thanks in advance.
>
> Steven G.
>
>
>


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

Is there any documentation on creating a new epidataview in 905?

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Jose Gomez
Sent: Friday, July 08, 2011 9:05 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Create a new EpiDataView

That is actually a built in feature of Epicor 9.05 in 803 you may be better
off just adding a FKV.
*
*
If you insist in having an EpiDataView then let me know and I'll generate 9
code which youncan then adjust to fit 803
*
*
*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 Fri, Jul 8, 2011 at 8:50 AM, Steven <sgotschall@...> wrote:

> **
>
>
> Vantage 8.03.408A Progress
>
> Does anyone know how to create a new EpiDataView from within a
> Customization? What I want to do is call a BO, assign the returned dataset
> to an UltraGrid and then create an EpiDataview which I can assign to the
> form. Once recognized by the form I can then create other controls on the
> form and assign them to fields in the EpiDataView.
>
> Thanks in advance.
>
> Steven G.
>
>
>


[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
No,
Go to Tools -> Wizard -> Add UDF Child
*
*
Select whatever in there (doesn't matter as long as you are tryin to use a
different table)

once you hit finish, it will generate 100+ lines of code
Then replace all UDF references with references to the right tables /
adapters
works like a charm.
*
*
*
*
*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 Fri, Jul 8, 2011 at 11:06 AM, Kevin Simon <ksimon@...> wrote:

> **
>
>
> Jose,
>
> Is there any documentation on creating a new epidataview in 905?
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of
> Jose Gomez
> Sent: Friday, July 08, 2011 9:05 AM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] Create a new EpiDataView
>
>
> That is actually a built in feature of Epicor 9.05 in 803 you may be better
> off just adding a FKV.
> *
> *
> If you insist in having an EpiDataView then let me know and I'll generate 9
> code which youncan then adjust to fit 803
> *
> *
> *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 Fri, Jul 8, 2011 at 8:50 AM, Steven <sgotschall@...> wrote:
>
> > **
> >
> >
> > Vantage 8.03.408A Progress
> >
> > Does anyone know how to create a new EpiDataView from within a
> > Customization? What I want to do is call a BO, assign the returned
> dataset
> > to an UltraGrid and then create an EpiDataview which I can assign to the
> > form. Once recognized by the form I can then create other controls on the
> > form and assign them to fields in the EpiDataView.
> >
> > Thanks in advance.
> >
> > Steven G.
> >
> >
> >
>
> [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]
A would appreciate the 9 code. I can't always use a FKV. For example I have a form that calls the ARAgingTrackerAdapter (not possible as a FKV) and assigns it to an EpiUltraGrid. I would like to create an EpiDataView for this and assign it to the form so that other fields on the form can be updated as you scroll though the aging data. I do it now through code, but its messy.


From: Jose Gomez <jose@...>
To: vantage@yahoogroups.com
Sent: Friday, July 8, 2011 9:04 AM
Subject: Re: [Vantage] Create a new EpiDataView

That is actually a built in feature of Epicor 9.05 in 803 you may be better
off just adding a FKV.
*
*
If you insist in having an EpiDataView then let me know and I'll generate 9
code which youncan then adjust to fit 803
*
*
*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 Fri, Jul 8, 2011 at 8:50 AM, Steven <sgotschall@...> wrote:

> **
>
>
> Vantage 8.03.408A Progress
>
> Does anyone know how to create a new EpiDataView from within a
> Customization? What I want to do is call a BO, assign the returned dataset
> to an UltraGrid and then create an EpiDataview which I can assign to the
> form. Once recognized by the form I can then create other controls on the
> form and assign them to fields in the EpiDataView.
>
> Thanks in advance.
>
> Steven G.
>

>


[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/.%c2%a0
(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]
Which Form are you doing this on, so that I can generate code which will be
pertinent, and which Fields are you going to use as Key
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 Fri, Jul 8, 2011 at 1:51 PM, Steven Gotschall <sgotschall@...>wrote:

> A would appreciate the 9 code. I can't always use a FKV. For example I
> have a form that calls the ARAgingTrackerAdapter (not possible as a FKV) and
> assigns it to an EpiUltraGrid. I would like to create an EpiDataView for
> this and assign it to the form so that other fields on the form can be
> updated as you scroll though the aging data. I do it now through code, but
> its messy.
>
>
> *From:* Jose Gomez <jose@...>
> *To:* vantage@yahoogroups.com
> *Sent:* Friday, July 8, 2011 9:04 AM
>
> *Subject:* Re: [Vantage] Create a new EpiDataView
>
> That is actually a built in feature of Epicor 9.05 in 803 you may be
> better
> off just adding a FKV.
> *
> *
> If you insist in having an EpiDataView then let me know and I'll generate
> 9
> code which youncan then adjust to fit 803
> *
> *
> *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 Fri, Jul 8, 2011 at 8:50 AM, Steven <sgotschall@...> wrote:
>
> > **
> >
> >
> > Vantage 8.03.408A Progress
> >
> > Does anyone know how to create a new EpiDataView from within a
> > Customization? What I want to do is call a BO, assign the returned
> dataset
> > to an UltraGrid and then create an EpiDataview which I can assign to the
> > form. Once recognized by the form I can then create other controls on the
> > form and assign them to fields in the EpiDataView.
> >
> > Thanks in advance.
> >
> > Steven G.
> >
> >
> >
>
>
> [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
>
> http://groups.yahoo.com/group/vantage/
>
>
>
>
>
>


[Non-text portions of this message have been removed]
I'm using the UD08 form, but I am not using the UD08 Table. ARAgingTrackerAdapter returns a dataset with a table called ARTrackerTot. The key field in ARTrackerTot is CustNum.


From: Jose Gomez <jose@...>
To: Steven Gotschall <sgotschall@...>
Cc: "vantage@yahoogroups.com" <vantage@yahoogroups.com>
Sent: Friday, July 8, 2011 2:14 PM
Subject: Re: [Vantage] Create a new EpiDataView


Which Form are you doing this on, so that I can generate code which will be pertinent, and which Fields are you going to use as Key

Thanks!

Jose C Gomez
Software Engineer

checkout my new blogÂ

T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
     Â

Quis custodiet ipsos custodes?



On Fri, Jul 8, 2011 at 1:51 PM, Steven Gotschall <sgotschall@...> wrote:

A would appreciate the 9 code. I can't always use a FKV. For example I have a form that calls the ARAgingTrackerAdapter (not possible as a FKV) and assigns it to an EpiUltraGrid. I would like to create an EpiDataView for this and assign it to the form so that other fields on the form can be updated as you scroll though the aging data. I do it now through code, but its messy.
>
>
>
>
>From: Jose Gomez <jose@...>
>To: vantage@yahoogroups.com
>Sent: Friday, July 8, 2011 9:04 AM
>
>Subject: Re: [Vantage] Create a new EpiDataView
>
>
>That is actually a built in feature of Epicor 9.05 in 803 you may be better
>off just adding a FKV.
>*
>*
>If you insist in having an EpiDataView then let me know and I'll generate 9
>code which youncan then adjust to fit 803
>*
>*
>*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 Fri, Jul 8, 2011 at 8:50 AM, Steven <sgotschall@...> wrote:
>
>> **
>>
>>
>> Vantage 8.03.408A Progress
>>
>> Does anyone know how to create a new EpiDataView from within a
>> Customization? What I want to do is call a BO, assign the returned dataset
>> to an UltraGrid and then create an EpiDataview which I can assign to the
>> form. Once recognized by the form I can then create other controls on the
>> form and assign them to fields in the EpiDataView.
>>
>> Thanks in advance.
>>
>> Steven G.
>>
>>Â
>>
>
>
>
>[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/.%c2%a0
>(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
>
>Â Â http://groups.yahoo.com/group/vantage/
>
>
>
>
>
>

[Non-text portions of this message have been removed]
So to be clear you want ARTrackerTot as a shild EpiView of UD08?

*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 Fri, Jul 8, 2011 at 2:34 PM, Steven Gotschall <sgotschall@...>wrote:

> I'm using the UD08 form, but I am not using the UD08 Table. ARAgingTrackerAdapter
> returns a dataset with a table called ARTrackerTot. The key field in
> ARTrackerTot is CustNum.
>
> *From:* Jose Gomez <jose@...>
> *To:* Steven Gotschall <sgotschall@...>
> *Cc:* "vantage@yahoogroups.com" <vantage@yahoogroups.com>
> *Sent:* Friday, July 8, 2011 2:14 PM
>
> *Subject:* Re: [Vantage] Create a new EpiDataView
>
> Which Form are you doing this on, so that I can generate code which will be
> pertinent, and which Fields are you going to use as Key
> 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 Fri, Jul 8, 2011 at 1:51 PM, Steven Gotschall <sgotschall@...>wrote:
>
> A would appreciate the 9 code. I can't always use a FKV. For example I
> have a form that calls the ARAgingTrackerAdapter (not possible as a FKV) and
> assigns it to an EpiUltraGrid. I would like to create an EpiDataView for
> this and assign it to the form so that other fields on the form can be
> updated as you scroll though the aging data. I do it now through code, but
> its messy.
>
>
> *From:* Jose Gomez <jose@...>
> *To:* vantage@yahoogroups.com
> *Sent:* Friday, July 8, 2011 9:04 AM
>
> *Subject:* Re: [Vantage] Create a new EpiDataView
>
> That is actually a built in feature of Epicor 9.05 in 803 you may be
> better
> off just adding a FKV.
> *
> *
> If you insist in having an EpiDataView then let me know and I'll generate
> 9
> code which youncan then adjust to fit 803
> *
> *
> *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 Fri, Jul 8, 2011 at 8:50 AM, Steven <sgotschall@...> wrote:
>
> > **
> >
> >
> > Vantage 8.03.408A Progress
> >
> > Does anyone know how to create a new EpiDataView from within a
> > Customization? What I want to do is call a BO, assign the returned
> dataset
> > to an UltraGrid and then create an EpiDataview which I can assign to the
> > form. Once recognized by the form I can then create other controls on the
> > form and assign them to fields in the EpiDataView.
> >
> > Thanks in advance.
> >
> > Steven G.
> >
> >
> >
>
>
> [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
>
> http://groups.yahoo.com/group/vantage/
>
>
>
>
>
>
>
>
>


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