Catch new part from duplication form

Thanks again! Yes, I know that just the part number and description changes. But I need to do some code to check tables and send a .xls file out to specific folders. I did create the .dll file and place it in the Actions folder, but I'm having a tough time getting the .NET Action Proxy Builder to see it. I keep just getting a variety of errors. Some of the instructions they have on this are pretty vague.

Kurt

--- In vantage@yahoogroups.com, "deleoye" <deleoye@...> wrote:
>
> I assume you know that the only difference between the old part and the duplicated part would be the part numbers and descriptions which you have access to in the BPM. You can also call predefined Service Connect Workflows using BPM actions or by writing custom 4GL code.
>
> Dele
>
> --- In vantage@yahoogroups.com, "Kurt" <iusevantage@> wrote:
> >
> > Thanks for your suggestion Dele!
> >
> > I'm not sure how that would work. I need to run a fair amount of code to check tables and then maybe send out a Service Connect. I'm not that up on the BPM portion and I don't see how I could do that there. That's why I want to be able to jump in during the part dupe process. Unless you might have an idea how that would work?
> >
> > Again, I do very much appreciate your help. Please let me know if you have other suggestions!!
> >
> > Regards,
> >
> > Kurt
> >
> > --- In vantage@yahoogroups.com, "deleoye" <deleoye@> wrote:
> > >
> > > Have you tried using a BPM? I currently use a Pre-processing directive on the Part.DuplicatePart Business Object.
> > >
> > > Dele
> > >
> > > --- In vantage@yahoogroups.com, "Kurt" <iusevantage@> wrote:
> > > >
> > > > Again, greetings all,
> > > >
> > > > I think I bombed out on trying to use the Part Duplication form on my customization, so I'm going to go another route (I hope).
> > > >
> > > > I would like to see if I can catch the new part once it has been created in the Part Dupe form. I pretty much went through everything in the event wizard already. I'll explain what I'm trying to do. Basically, say I have part 001 set up as a template. I want to duplicate this part and have it as part 002. Fine so far. But, what I want to do is take some of the information from the new 002 part and send it off in a service connect and I want to see if I can have this happen automatically when I click Ok on the duplicate form to duplicate the part. I can't see any way to trigger my service connect code because it all looks to happen in the duplication form(which I can't seem to be able to customize). If I explained this well enough, does anyone have any suggestions?
> > > >
> > > > Thanks again for any help you can give!!
> > > >
> > > > Kurt
> > > >
> > >
> >
>
Again, greetings all,

I think I bombed out on trying to use the Part Duplication form on my customization, so I'm going to go another route (I hope).

I would like to see if I can catch the new part once it has been created in the Part Dupe form. I pretty much went through everything in the event wizard already. I'll explain what I'm trying to do. Basically, say I have part 001 set up as a template. I want to duplicate this part and have it as part 002. Fine so far. But, what I want to do is take some of the information from the new 002 part and send it off in a service connect and I want to see if I can have this happen automatically when I click Ok on the duplicate form to duplicate the part. I can't see any way to trigger my service connect code because it all looks to happen in the duplication form(which I can't seem to be able to customize). If I explained this well enough, does anyone have any suggestions?

Thanks again for any help you can give!!

Kurt
Have you tried using a BPM? I currently use a Pre-processing directive on the Part.DuplicatePart Business Object.

Dele

--- In vantage@yahoogroups.com, "Kurt" <iusevantage@...> wrote:
>
> Again, greetings all,
>
> I think I bombed out on trying to use the Part Duplication form on my customization, so I'm going to go another route (I hope).
>
> I would like to see if I can catch the new part once it has been created in the Part Dupe form. I pretty much went through everything in the event wizard already. I'll explain what I'm trying to do. Basically, say I have part 001 set up as a template. I want to duplicate this part and have it as part 002. Fine so far. But, what I want to do is take some of the information from the new 002 part and send it off in a service connect and I want to see if I can have this happen automatically when I click Ok on the duplicate form to duplicate the part. I can't see any way to trigger my service connect code because it all looks to happen in the duplication form(which I can't seem to be able to customize). If I explained this well enough, does anyone have any suggestions?
>
> Thanks again for any help you can give!!
>
> Kurt
>
Thanks for your suggestion Dele!

I'm not sure how that would work. I need to run a fair amount of code to check tables and then maybe send out a Service Connect. I'm not that up on the BPM portion and I don't see how I could do that there. That's why I want to be able to jump in during the part dupe process. Unless you might have an idea how that would work?

Again, I do very much appreciate your help. Please let me know if you have other suggestions!!

Regards,

Kurt

--- In vantage@yahoogroups.com, "deleoye" <deleoye@...> wrote:
>
> Have you tried using a BPM? I currently use a Pre-processing directive on the Part.DuplicatePart Business Object.
>
> Dele
>
> --- In vantage@yahoogroups.com, "Kurt" <iusevantage@> wrote:
> >
> > Again, greetings all,
> >
> > I think I bombed out on trying to use the Part Duplication form on my customization, so I'm going to go another route (I hope).
> >
> > I would like to see if I can catch the new part once it has been created in the Part Dupe form. I pretty much went through everything in the event wizard already. I'll explain what I'm trying to do. Basically, say I have part 001 set up as a template. I want to duplicate this part and have it as part 002. Fine so far. But, what I want to do is take some of the information from the new 002 part and send it off in a service connect and I want to see if I can have this happen automatically when I click Ok on the duplicate form to duplicate the part. I can't see any way to trigger my service connect code because it all looks to happen in the duplication form(which I can't seem to be able to customize). If I explained this well enough, does anyone have any suggestions?
> >
> > Thanks again for any help you can give!!
> >
> > Kurt
> >
>
I assume you know that the only difference between the old part and the duplicated part would be the part numbers and descriptions which you have access to in the BPM. You can also call predefined Service Connect Workflows using BPM actions or by writing custom 4GL code.

Dele

--- In vantage@yahoogroups.com, "Kurt" <iusevantage@...> wrote:
>
> Thanks for your suggestion Dele!
>
> I'm not sure how that would work. I need to run a fair amount of code to check tables and then maybe send out a Service Connect. I'm not that up on the BPM portion and I don't see how I could do that there. That's why I want to be able to jump in during the part dupe process. Unless you might have an idea how that would work?
>
> Again, I do very much appreciate your help. Please let me know if you have other suggestions!!
>
> Regards,
>
> Kurt
>
> --- In vantage@yahoogroups.com, "deleoye" <deleoye@> wrote:
> >
> > Have you tried using a BPM? I currently use a Pre-processing directive on the Part.DuplicatePart Business Object.
> >
> > Dele
> >
> > --- In vantage@yahoogroups.com, "Kurt" <iusevantage@> wrote:
> > >
> > > Again, greetings all,
> > >
> > > I think I bombed out on trying to use the Part Duplication form on my customization, so I'm going to go another route (I hope).
> > >
> > > I would like to see if I can catch the new part once it has been created in the Part Dupe form. I pretty much went through everything in the event wizard already. I'll explain what I'm trying to do. Basically, say I have part 001 set up as a template. I want to duplicate this part and have it as part 002. Fine so far. But, what I want to do is take some of the information from the new 002 part and send it off in a service connect and I want to see if I can have this happen automatically when I click Ok on the duplicate form to duplicate the part. I can't see any way to trigger my service connect code because it all looks to happen in the duplication form(which I can't seem to be able to customize). If I explained this well enough, does anyone have any suggestions?
> > >
> > > Thanks again for any help you can give!!
> > >
> > > Kurt
> > >
> >
>