I think the InitializeRow event for the grid fires when a row is added to the grid. When pulling in existing data into the grid this will fire for each row.
I had tried the AfterRowInsert event but it did not get triggered when doing a paste insert.
________________________________
From: John Driggers <
waffqle@...>
To:
vantage@yahoogroups.com
Sent: Wednesday, December 19, 2012 11:21 AM
Subject: Re: [Vantage] Trigger Event If Job Material is added
If the dataview isn't working out, you could just latch onto the grid
directly. I THINK the event you want is 'row.initialize'. Then you can just
look at the field that has the URL as row gets passed to the event
handler. It should be pretty straight forward from there.
*John Driggers*
**
*Chief Data Wrangler*
*
*
*I have an Epicor blog <
http://usdoingstuff.com/>. How useful is that?*
*
*:: 904.404.9233
::
waffqle@...
::
http://www.usdoingstuff.com <
http://www.usdoingstuff.com/>
*
*
On Wed, Dec 19, 2012 at 10:06 AM, Ted Koch <tkoch77@...> wrote:
> **
>
>
> Users are going to be adding material from an excel file using the paste
> insert feature. One of the columns contains a path where files associated
> with that material are stored on the network. I want to automatically pull
> the files in as attachments when the new material is added and there is a
> valid path in that column. I can get it to work using the BPM Server, just
> trying to explore other options.
>
>
> ________________________________
> From: Jose Gomez <jose@...>
> To: Vantage <vantage@yahoogroups.com>
> Sent: Wednesday, December 19, 2012 9:55 AM
>
> Subject: Re: [Vantage] Trigger Event If Job Material is added
>
> If you give more deatail as to what you are trying to do we may have other
> ideas.
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *
> *T: 904.469.1524 mobile
> E: jose@...
> http://www.josecgomez.com
> <http://www.linkedin.com/in/josecgomez>Â <
> http://www.facebook.com/josegomez>
>Â <http://www.google.com/profiles/jose.gomez> <
> http://www.twitter.com/joc85>
>Â <http://www.josecgomez.com/professional-resume/>
> <http://www.josecgomez.com/feed/>
>Â <http://www.usdoingstuff.com>
>
> *Quis custodiet ipsos custodes?*
>
> On Wed, Dec 19, 2012 at 9:55 AM, Jose Gomez <jose@...> wrote:
>
> > It may or may not you may have to play with the different notify types.
> > Perhaps you can do Initialize Type and then set a flag of some sort. that
> > should get triuggered every time.
> >
> >
> > *Jose C Gomez*
> > *Software Engineer*
> > *
> > *
> > *
> > *T: 904.469.1524 mobile
> > E: jose@...
> > http://www.josecgomez.com
> >Â <http://www.linkedin.com/in/josecgomez> <
> http://www.facebook.com/josegomez>
> >Â <http://www.google.com/profiles/jose.gomez> <
> http://www.twitter.com/joc85>
> >Â <http://www.josecgomez.com/professional-resume/> <
> http://www.josecgomez.com/feed/>
> >Â <http://www.usdoingstuff.com>
> >
> > *Quis custodiet ipsos custodes?*
> >
> >
> >
> > On Wed, Dec 19, 2012 at 9:33 AM, Ted Koch <tkoch77@...> wrote:
> >
> >> **
> >>
> >>
> >> Should this get triggered if you are doing a paste insert on the list
> >> view? I'm finding its not.
> >>
> >>
> >> ________________________________
> >> From: Jose Gomez <jose@...>
> >> To: Vantage <vantage@yahoogroups.com>
> >> Sent: Wednesday, December 19, 2012 9:04 AM
> >>
> >> Subject: Re: [Vantage] Trigger Event If Job Material is added
> >>
> >> Sorry Ted my Phone Is stupid
> >>
> >> Like John replied, there is a RowAdded NotifyType on DataView
> Notification
> >> Event.
> >>
> >> *Jose C Gomez*
> >> *Software Engineer*
> >> *
> >> *
> >> *
> >> *T: 904.469.1524 mobile
> >> E: jose@...
> >> http://www.josecgomez.com
> >> <http://www.linkedin.com/in/josecgomez> <
> >> http://www.facebook.com/josegomez>
> >>Â <http://www.google.com/profiles/jose.gomez> <
> >> http://www.twitter.com/joc85>
> >>Â <http://www.josecgomez.com/professional-resume/>
> >> <http://www.josecgomez.com/feed/>
> >>Â <http://www.usdoingstuff.com>
> >>
> >> *Quis custodiet ipsos custodes?*
> >>
> >>
> >> On Wed, Dec 19, 2012 at 8:59 AM, John Driggers <waffqle@...>
> wrote:
> >>
> >> > Dataview Notification. You can specifically look at RowAdded
> >> notifications.
> >> > When you generate the event handler using the wizard, it should
> default
> >> to
> >> > this.
> >> >
> >> > *John Driggers*
> >> > **
> >> > *Chief Data Wrangler*
> >> > *
> >> > *
> >> > *I have an Epicor blog <http://usdoingstuff.com/>. How useful is
> that?*
> >> > *
> >> > *:: 904.404.9233
> >> > :: waffqle@...
> >> > :: http://www.usdoingstuff.com <http://www.usdoingstuff.com/>
> >> >
> >> > *
> >> >
> >> > *
> >> >
> >> >
> >> >
> >> > On Tue, Dec 18, 2012 at 6:43 PM, Ted Koch <tkoch77@...> wrote:
> >> >
> >> > > **
> >> > >
> >> > >
> >> > > Sorry Jose, what event are you suggesting I try?
> >> > >
> >> > > ________________________________
> >> > > From: Jose Gomez <jose@...>
> >> > > To: Vantage <vantage@yahoogroups.com>
> >> > > Sent: Tuesday, December 18, 2012 6:22 PM
> >> > > Subject: Re: [Vantage] Trigger Event If Job Material is added
> >> > >
> >> > >
> >> > > The is s route added even t on the data views notify.
> NotifyType.added
> >> > that
> >> > > may help
> >> > > On Dec 18, 2012 5:29 PM, "tkoch77" <tkoch77@...> wrote:
> >> > >
> >> > > > **
> >> > > >
> >> > > >
> >> > > > Is there a way in a customization I could trigger some code to
> >> execute
> >> > if
> >> > > > material is added to a job. I want to do this in a customization
> and
> >> > not
> >> > > > BPM so I can add attachments to the new material using .NET code.
> >> > > >
> >> > > > Thanks for any input,
> >> > > > -Ted
> >> > > >
> >> > > >
> >> > > >
> >> > >
> >> > > [Non-text portions of this message have been removed]
> >> > >
> >> > > ------------------------------------
> >> > >
> >> > > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You
> must
> >> > > have already linked your email address to a yahoo id to enable
> >> access. )
> >> > > (1) To access the Files Section of our Yahoo!Group for Report
> Builder
> >> and
> >> > > Crystal Reports and other 'goodies', please goto:
> >> > > http://groups.yahoo.com/group/vantage/files/.
> >> > > (2) To search through old msg's goto:
> >> > > http://groups.yahoo.com/group/vantage/messages
> >> > > (3) To view links to Vendors that provide Vantage services goto:
> >> > > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >> > >
> >> > > [Non-text portions of this message have been removed]
> >> > >
> >> > >
> >> > >
> >> >
> >> >
> >> > [Non-text portions of this message have been removed]
> >> >
> >> >
> >> >
> >> > ------------------------------------
> >> >
> >> > Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> >> > have already linked your email address to a yahoo id to enable
> access. )
> >> > (1) To access the Files Section of our Yahoo!Group for Report Builder
> >> and
> >> > Crystal Reports and other 'goodies', please goto:
> >> > http://groups.yahoo.com/group/vantage/files/.
> >> > (2) To search through old msg's goto:
> >> > http://groups.yahoo.com/group/vantage/messages
> >> > (3) To view links to Vendors that provide Vantage services goto:
> >> > http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >> >
> >> >
> >> >
> >> >
> >>
> >> [Non-text portions of this message have been removed]
> >>
> >> ------------------------------------
> >>
> >> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> >> have already linked your email address to a yahoo id to enable access. )
> >> (1) To access the Files Section of our Yahoo!Group for Report Builder
> and
> >> Crystal Reports and other 'goodies', please goto:
> >> http://groups.yahoo.com/group/vantage/files/.
> >> (2) To search through old msg's goto:
> >> http://groups.yahoo.com/group/vantage/messages
> >> (3) To view links to Vendors that provide Vantage services goto:
> >> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
> >>
> >> [Non-text portions of this message have been removed]
> >>
> >>
> >>
> >
> >
>
> [Non-text portions of this message have been removed]
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note:Â You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
> [Non-text portions of this message have been removed]
>
>Â
>
[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]