How to trigger BPM manually

I was looking at this as well and couldn't figure out a way. In the
end I cheated. I wanted to run a BPM across a range of Sales Orders,
so I took an unused UD table and customised the screen to accept two
numbers.

I setup a BPM on the UD.Update BO and added a 4GL code action. When
the user enters two numbers and saves, the code runs. This code runs
through every SO between the two numbers entered and makes the
changes needed.

You could do something similar where the user enters a VendorID.

Alternatively, you could just add a CheckBox to the Vendor screen
and, if ticked, action the BPM. Wouldn't work from a Dashboard though.

Nigel.


--- In vantage@yahoogroups.com, Steven Gotschall <sgotschall@...>
wrote:
>
> I'd be interested in being able to do this also, but unless someone
has a solution, I am guessing it's not possible. The reason is that
BPMs are run in context of a buisness object method. So I am
guessing to run a BPM in this maner, you would have to figure out how
to trigger a method from code.
>
>
>
>
> ________________________________
> From: tomojmail <phoenix_@...>
> To: vantage@yahoogroups.com
> Sent: Monday, January 5, 2009 4:43:23 AM
> Subject: [Vantage] How to trigger BPM manually
>
>
> I would like to run a BPM manually. Is it possible?
> i.e I have a BPM for BO.Vendor..Update, It launching a 4GL code for
> each updated vendor, but from time to time I would like to launch it
> manually by pressing a button on Dashboard.
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
I would like to run a BPM manually. Is it possible?
i.e I have a BPM for BO.Vendor.Update, It launching a 4GL code for
each updated vendor, but from time to time I would like to launch it
manually by pressing a button on Dashboard.
I'd be interested in being able to do this also, but unless someone has a solution, I am guessing it's not possible. The reason is that BPMs are run in context of a buisness object method. So I am guessing to run a BPM in this maner, you would have to figure out how to trigger a method from code.




________________________________
From: tomojmail <phoenix_@...>
To: vantage@yahoogroups.com
Sent: Monday, January 5, 2009 4:43:23 AM
Subject: [Vantage] How to trigger BPM manually


I would like to run a BPM manually. Is it possible?
i.e I have a BPM for BO.Vendor..Update, It launching a 4GL code for
each updated vendor, but from time to time I would like to launch it
manually by pressing a button on Dashboard.






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