BPM not firing Blank Title 75584

Figuring it slowly...I'm using the Update Business Object; however, the Update BO is not called when using the drag/drop feature because my message does not pop up. I'm now looking for the correct BO and trying to figure how to access the tt tables.
Thank you for your help.

--- In vantage@yahoogroups.com, "Dale Schuerman" <dale.schuerman@...> wrote:
>
> The BPM is tied to the Business Object. Method.
>
>
>
> From Epicor Help
>
> Pre-Processing -The actions are executed before the base method is
> executed. After the actions are finished, the system executes the base
> method.
>
> Base Processing -The actions are executed in place of the base method.
> The base method is never executed.
>
> Post-Processing -The actions are executed after the base method has
> executed completely.
>
> I have never messed with the Base Processing.
>
>
>
> When starting a trace.
>
> * Click on Clear Log Button
>
> * Get to where you want to trace and get all set up.
>
> * Just before the process you are looking to trace go back to
> the Tracing Options Form
>
> o In the Mark Text field enter something like
> "---------------------------- Start Process
> -----------------------------"
>
> o Click the Write button
>
> * Perform the process you want to trace
>
> * Just after the process you are looking to trace go back to the
> Tracing Options Form
>
> o In the Mark Text field enter something like
> "---------------------------- End Process -----------------------------"
>
> o Click the Write button
>
> * Click on the view button and look for your "Marked Text" you
> entered.
>
> * This helps narrow down the search
>
>
>
> Hope this helps
>
>
>
> Dale
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of mustardbuzzards
> Sent: Friday, October 22, 2010 8:42 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: BPM not firing
>
>
>
>
>
> I am not very familiar with reading trace files, but it does look like
> it using the same business object. Question: Does the BPM reside at the
> database level or with the business object? Or I have no clue what I'm
> talking about!
>
> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
> "Dale Schuerman" <dale.schuerman@> wrote:
> >
> > Run a trace and see if the drag and drop is using a different business
> > object.
> >
> >
> >
> > From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> [mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
> Behalf
> > Of mustardbuzzards
> > Sent: Thursday, October 21, 2010 3:29 PM
> > To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> > Subject: [Vantage] BPM not firing
> >
> >
> >
> >
> >
> > Vantage 8.03
> >
> > I have a PBM that fires on update and add at the job assembly level.
> It
> > works. It does not work when using the Job Entry - Engineering -
> Methods
> > - Job and dragging/dropping assemblies to create assemblies from
> another
> > job.
> >
> > I do not know the reason why? Any hints, ideas???
> > Thanks
> > Clinton
> > Trinity Yachts
> >
> >
> >
> >
> >
> ########################################################################
> > Attention:
> > This email message is privileged and confidential. If you are not the
> > intended recipient please delete the message and notify the sender.
> > Any views or opinions presented are solely those of the author.
> >
> > This email message has been scanned for Viruses and Content and
> cleared
> > by MailMarshal SMTP
> >
> > For more information go to http://www.ramsys.com
> >
> ########################################################################
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
in the job closing form i am trying to get a bpm to fire. i have run trace and it shows the jobclosing.closejob method firing everytime i hit save (this is the method from which i created the BPM). I created an action show information message only (no conditions) just to see if i could get something to happen. I did this in both pre and post process. Nothing happens. The bpm is enabled. Any thoughts?
I just had a similar issue.

There was a customized BPM in the mfgsys803\custom\bo directory. I renamed
this with an "_" in front of it and my bpm started firing.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
rob.bucek
Sent: Tuesday, March 17, 2009 5:16 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BPM not firing



in the job closing form i am trying to get a bpm to fire. i have run trace
and it shows the jobclosing.closejob method firing everytime i hit save
(this is the method from which i created the BPM). I created an action show
information message only (no conditions) just to see if i could get
something to happen. I did this in both pre and post process. Nothing
happens. The bpm is enabled. Any thoughts?





[Non-text portions of this message have been removed]
interesting. I did some more investigation it seems that the condition was limited to the informational msg only. when i simply switched it to raise an excetion bang...shtuff started happening.
--- In vantage@yahoogroups.com, "Sean McDaniel" <smcdanie@...> wrote:
>
> I just had a similar issue.
>
> There was a customized BPM in the mfgsys803\custom\bo directory. I renamed
> this with an "_" in front of it and my bpm started firing.
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> rob.bucek
> Sent: Tuesday, March 17, 2009 5:16 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] BPM not firing
>
>
>
> in the job closing form i am trying to get a bpm to fire. i have run trace
> and it shows the jobclosing.closejob method firing everytime i hit save
> (this is the method from which i created the BPM). I created an action show
> information message only (no conditions) just to see if i could get
> something to happen. I did this in both pre and post process. Nothing
> happens. The bpm is enabled. Any thoughts?
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
Vantage 8.03

I have a PBM that fires on update and add at the job assembly level. It works. It does not work when using the Job Entry - Engineering - Methods - Job and dragging/dropping assemblies to create assemblies from another job.

I do not know the reason why? Any hints, ideas???
Thanks
Clinton
Trinity Yachts
Run a trace and see if the drag and drop is using a different business
object.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of mustardbuzzards
Sent: Thursday, October 21, 2010 3:29 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BPM not firing





Vantage 8.03

I have a PBM that fires on update and add at the job assembly level. It
works. It does not work when using the Job Entry - Engineering - Methods
- Job and dragging/dropping assemblies to create assemblies from another
job.

I do not know the reason why? Any hints, ideas???
Thanks
Clinton
Trinity Yachts




########################################################################
Attention:
This email message is privileged and confidential. If you are not the
intended recipient please delete the message and notify the sender.
Any views or opinions presented are solely those of the author.

This email message has been scanned for Viruses and Content and cleared
by MailMarshal SMTP

For more information go to http://www.ramsys.com
########################################################################


[Non-text portions of this message have been removed]
I am not very familiar with reading trace files, but it does look like it using the same business object. Question: Does the BPM reside at the database level or with the business object? Or I have no clue what I'm talking about!


--- In vantage@yahoogroups.com, "Dale Schuerman" <dale.schuerman@...> wrote:
>
> Run a trace and see if the drag and drop is using a different business
> object.
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of mustardbuzzards
> Sent: Thursday, October 21, 2010 3:29 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] BPM not firing
>
>
>
>
>
> Vantage 8.03
>
> I have a PBM that fires on update and add at the job assembly level. It
> works. It does not work when using the Job Entry - Engineering - Methods
> - Job and dragging/dropping assemblies to create assemblies from another
> job.
>
> I do not know the reason why? Any hints, ideas???
> Thanks
> Clinton
> Trinity Yachts
>
>
>
>
> ########################################################################
> Attention:
> This email message is privileged and confidential. If you are not the
> intended recipient please delete the message and notify the sender.
> Any views or opinions presented are solely those of the author.
>
> This email message has been scanned for Viruses and Content and cleared
> by MailMarshal SMTP
>
> For more information go to http://www.ramsys.com
> ########################################################################
>
>
> [Non-text portions of this message have been removed]
>
The BPM is tied to the Business Object. Method.



From Epicor Help

Pre-Processing -The actions are executed before the base method is
executed. After the actions are finished, the system executes the base
method.

Base Processing -The actions are executed in place of the base method.
The base method is never executed.

Post-Processing -The actions are executed after the base method has
executed completely.

I have never messed with the Base Processing.



When starting a trace.

* Click on Clear Log Button

* Get to where you want to trace and get all set up.

* Just before the process you are looking to trace go back to
the Tracing Options Form

o In the Mark Text field enter something like
"---------------------------- Start Process
-----------------------------"

o Click the Write button

* Perform the process you want to trace

* Just after the process you are looking to trace go back to the
Tracing Options Form

o In the Mark Text field enter something like
"---------------------------- End Process -----------------------------"

o Click the Write button

* Click on the view button and look for your "Marked Text" you
entered.

* This helps narrow down the search



Hope this helps



Dale



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of mustardbuzzards
Sent: Friday, October 22, 2010 8:42 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: BPM not firing





I am not very familiar with reading trace files, but it does look like
it using the same business object. Question: Does the BPM reside at the
database level or with the business object? Or I have no clue what I'm
talking about!

--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"Dale Schuerman" <dale.schuerman@...> wrote:
>
> Run a trace and see if the drag and drop is using a different business
> object.
>
>
>
> From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf
> Of mustardbuzzards
> Sent: Thursday, October 21, 2010 3:29 PM
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> Subject: [Vantage] BPM not firing
>
>
>
>
>
> Vantage 8.03
>
> I have a PBM that fires on update and add at the job assembly level.
It
> works. It does not work when using the Job Entry - Engineering -
Methods
> - Job and dragging/dropping assemblies to create assemblies from
another
> job.
>
> I do not know the reason why? Any hints, ideas???
> Thanks
> Clinton
> Trinity Yachts
>
>
>
>
>
########################################################################
> Attention:
> This email message is privileged and confidential. If you are not the
> intended recipient please delete the message and notify the sender.
> Any views or opinions presented are solely those of the author.
>
> This email message has been scanned for Viruses and Content and
cleared
> by MailMarshal SMTP
>
> For more information go to http://www.ramsys.com
>
########################################################################
>
>
> [Non-text portions of this message have been removed]
>





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