BPM to prevent Purchase Orders from being deleted

Thank you so much. I am using Vantage 8 how do I trigger the message using 4GL?

--- In vantage@yahoogroups.com, Marco Vissuet <mvissuet@...> wrote:
>
> IN The Business Object: PO, Method Name: Update-- add a new Pre-Processing BPM.
>
> Leave the conditions blank
> Add a new synchronously execute ABL action
>
> Enter this as your code:
>
> For each ttPOHeader where
> ttPOHeader.RowMod = "D" no-lock:
>
> {lib\PublishEx.i &ExMsg = "Cannot Delete This PO... or whatever you need.'"}.
>
> end.
>
>
>
> Note that there is a " and a ' before and after the error message.
>
>
>
> Marco Vissuet
> Systems Engineering
> Pacific Contours Corporation
> Office (619) 670-3900
> Fax (619) 670-1643
> marcov@...<mailto:marcov@...>
> http://www.pacificcontours.com/
>
> "The information contained herein may be subject to the International Traffic in Arms Regulations (ITAR) Warning: - This document contains data whose export is restricted by the Arms Export Control Act (Title 22, U.S.C., Sec 2751, et seq.) as amended, or the Export Administration Act (Title 50, U.S.C., App 2401 et seq.) as amended. Violations of these export laws are subject to severe criminal and civil penalties. Disseminate in accordance with provisions of DoD Directive 5230.25.
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of vacortes21
> Sent: Wednesday, March 07, 2012 2:53 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: BPM to prevent Purchase Orders from being deleted
>
>
>
> The Business Object being called is Epicor.Mfg.BO.PO and Method Name: Update Parameter Name: ds Type:Epicor.Mfg.BO.PODataSet
>
> --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Jose Gomez <jose@<mailto:jose@>> wrote:
> >
> > Actually depending on your version of epicor they may call update wirh a
> > "D" row mod. Do a trace
> > On Mar 7, 2012 3:53 PM, "vacortes21" <vcortes@<mailto:vcortes@>> wrote:
> >
> > > **
> > >
> > >
> > > I created the BPM with no condition on the PO.DeleteByID Method but it is
> > > not working for me? Can you tell me if I am calling the wrong Method?
> > >
> > > thanks again.
> > >
> > > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "vacortes21" <vcortes@> wrote:
> > > >
> > > > Thanks everyone.
> > > >
> > > > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Jose Gomez <jose@> wrote:
> > > > >
> > > > > Yes... since post processing would happen after....
> > > > >
> > > > > *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 Wed, Mar 7, 2012 at 10:44 AM, vacortes21 <vcortes@>wrote:
> > > > >
> > > > > > **
> > > > > >
> > > > > >
> > > > > > Thanks. would this be Pre-Processing?
> > > > > >
> > > > > >
> > > > > > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "Vic Drecchio" <vic.drecchio@>
> > > wrote:
> > > > > > >
> > > > > > > No condition..... you want it to fire every time, right?
> > > > > > >
> > > > > > > From: vacortes21
> > > > > > > Sent: Wednesday, March 07, 2012 10:19 AM
> > > > > > > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> > > > > > > Subject: [Vantage] BPM to prevent Purchase Orders from being
> > > deleted
> > > > > > >
> > > > > > >
> > > > > > > Hi I need a BPM to prevent users from delteing a Purchase Order?
> > > the
> > > > > > Method called is PO.DeleteByID.
> > > > > > > what condition would be the best choice?
> > > > > > >
> > > > > > > Thanks for your help.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > No virus found in this message.
> > > > > > > Checked by AVG - www.avg.com<http://www.avg.com>
> > > > > > > Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date:
> > > 03/07/12
> > > > > > >
> > > > > > >
> > > > > > > [Non-text portions of this message have been removed]
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
> [Non-text portions of this message have been removed]
>
Do you want to NEVER delete? If that's the case then don' put any condition.

*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 Wed, Mar 7, 2012 at 10:19 AM, vacortes21 <vcortes@...>wrote:

> **
>
>
> Hi I need a BPM to prevent users from delteing a Purchase Order? the
> Method called is PO.DeleteByID.
> what condition would be the best choice?
>
> Thanks for your help.
>
>
>


[Non-text portions of this message have been removed]
No condition..... you want it to fire every time, right?

From: vacortes21
Sent: Wednesday, March 07, 2012 10:19 AM
To: vantage@yahoogroups.com
Subject: [Vantage] BPM to prevent Purchase Orders from being deleted


Hi I need a BPM to prevent users from delteing a Purchase Order? the Method called is PO.DeleteByID.
what condition would be the best choice?

Thanks for your help.




No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date: 03/07/12


[Non-text portions of this message have been removed]
Thanks. would this be Pre-Processing?

--- In vantage@yahoogroups.com, "Vic Drecchio" <vic.drecchio@...> wrote:
>
> No condition..... you want it to fire every time, right?
>
> From: vacortes21
> Sent: Wednesday, March 07, 2012 10:19 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] BPM to prevent Purchase Orders from being deleted
>
>
> Hi I need a BPM to prevent users from delteing a Purchase Order? the Method called is PO.DeleteByID.
> what condition would be the best choice?
>
> Thanks for your help.
>
>
>
>
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date: 03/07/12
>
>
> [Non-text portions of this message have been removed]
>
Yes. Before it commits the data.

From: vacortes21
Sent: Wednesday, March 07, 2012 10:44 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: BPM to prevent Purchase Orders from being deleted


Thanks. would this be Pre-Processing?

--- In mailto:vantage%40yahoogroups.com, "Vic Drecchio" <vic.drecchio@...> wrote:
>
> No condition..... you want it to fire every time, right?
>
> From: vacortes21
> Sent: Wednesday, March 07, 2012 10:19 AM
> To: mailto:vantage%40yahoogroups.com
> Subject: [Vantage] BPM to prevent Purchase Orders from being deleted
>
>
> Hi I need a BPM to prevent users from delteing a Purchase Order? the Method called is PO.DeleteByID.
> what condition would be the best choice?
>
> Thanks for your help.
>
>
>
>
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date: 03/07/12
>
>
> [Non-text portions of this message have been removed]
>




No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date: 03/07/12


[Non-text portions of this message have been removed]
Yes... since post processing would happen after....

*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 Wed, Mar 7, 2012 at 10:44 AM, vacortes21 <vcortes@...>wrote:

> **
>
>
> Thanks. would this be Pre-Processing?
>
>
> --- In vantage@yahoogroups.com, "Vic Drecchio" <vic.drecchio@...> wrote:
> >
> > No condition..... you want it to fire every time, right?
> >
> > From: vacortes21
> > Sent: Wednesday, March 07, 2012 10:19 AM
> > To: vantage@yahoogroups.com
> > Subject: [Vantage] BPM to prevent Purchase Orders from being deleted
> >
> >
> > Hi I need a BPM to prevent users from delteing a Purchase Order? the
> Method called is PO.DeleteByID.
> > what condition would be the best choice?
> >
> > Thanks for your help.
> >
> >
> >
> >
> > No virus found in this message.
> > Checked by AVG - www.avg.com
> > Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date: 03/07/12
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>


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

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> Yes... since post processing would happen after....
>
> *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 Wed, Mar 7, 2012 at 10:44 AM, vacortes21 <vcortes@...>wrote:
>
> > **
> >
> >
> > Thanks. would this be Pre-Processing?
> >
> >
> > --- In vantage@yahoogroups.com, "Vic Drecchio" <vic.drecchio@> wrote:
> > >
> > > No condition..... you want it to fire every time, right?
> > >
> > > From: vacortes21
> > > Sent: Wednesday, March 07, 2012 10:19 AM
> > > To: vantage@yahoogroups.com
> > > Subject: [Vantage] BPM to prevent Purchase Orders from being deleted
> > >
> > >
> > > Hi I need a BPM to prevent users from delteing a Purchase Order? the
> > Method called is PO.DeleteByID.
> > > what condition would be the best choice?
> > >
> > > Thanks for your help.
> > >
> > >
> > >
> > >
> > > No virus found in this message.
> > > Checked by AVG - www.avg.com
> > > Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date: 03/07/12
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
I created the BPM with no condition on the PO.DeleteByID Method but it is not working for me? Can you tell me if I am calling the wrong Method?

thanks again.

--- In vantage@yahoogroups.com, "vacortes21" <vcortes@...> wrote:
>
> Thanks everyone.
>
> --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> >
> > Yes... since post processing would happen after....
> >
> > *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 Wed, Mar 7, 2012 at 10:44 AM, vacortes21 <vcortes@>wrote:
> >
> > > **
> > >
> > >
> > > Thanks. would this be Pre-Processing?
> > >
> > >
> > > --- In vantage@yahoogroups.com, "Vic Drecchio" <vic.drecchio@> wrote:
> > > >
> > > > No condition..... you want it to fire every time, right?
> > > >
> > > > From: vacortes21
> > > > Sent: Wednesday, March 07, 2012 10:19 AM
> > > > To: vantage@yahoogroups.com
> > > > Subject: [Vantage] BPM to prevent Purchase Orders from being deleted
> > > >
> > > >
> > > > Hi I need a BPM to prevent users from delteing a Purchase Order? the
> > > Method called is PO.DeleteByID.
> > > > what condition would be the best choice?
> > > >
> > > > Thanks for your help.
> > > >
> > > >
> > > >
> > > >
> > > > No virus found in this message.
> > > > Checked by AVG - www.avg.com
> > > > Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date: 03/07/12
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
Actually depending on your version of epicor they may call update wirh a
"D" row mod. Do a trace
On Mar 7, 2012 3:53 PM, "vacortes21" <vcortes@...> wrote:

> **
>
>
> I created the BPM with no condition on the PO.DeleteByID Method but it is
> not working for me? Can you tell me if I am calling the wrong Method?
>
> thanks again.
>
> --- In vantage@yahoogroups.com, "vacortes21" <vcortes@...> wrote:
> >
> > Thanks everyone.
> >
> > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > >
> > > Yes... since post processing would happen after....
> > >
> > > *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 Wed, Mar 7, 2012 at 10:44 AM, vacortes21 <vcortes@>wrote:
> > >
> > > > **
> > > >
> > > >
> > > > Thanks. would this be Pre-Processing?
> > > >
> > > >
> > > > --- In vantage@yahoogroups.com, "Vic Drecchio" <vic.drecchio@>
> wrote:
> > > > >
> > > > > No condition..... you want it to fire every time, right?
> > > > >
> > > > > From: vacortes21
> > > > > Sent: Wednesday, March 07, 2012 10:19 AM
> > > > > To: vantage@yahoogroups.com
> > > > > Subject: [Vantage] BPM to prevent Purchase Orders from being
> deleted
> > > > >
> > > > >
> > > > > Hi I need a BPM to prevent users from delteing a Purchase Order?
> the
> > > > Method called is PO.DeleteByID.
> > > > > what condition would be the best choice?
> > > > >
> > > > > Thanks for your help.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > No virus found in this message.
> > > > > Checked by AVG - www.avg.com
> > > > > Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date:
> 03/07/12
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
>
>
>


[Non-text portions of this message have been removed]
The Business Object being called is Epicor.Mfg.BO.PO and Method Name: Update Parameter Name: ds Type:Epicor.Mfg.BO.PODataSet

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> Actually depending on your version of epicor they may call update wirh a
> "D" row mod. Do a trace
> On Mar 7, 2012 3:53 PM, "vacortes21" <vcortes@...> wrote:
>
> > **
> >
> >
> > I created the BPM with no condition on the PO.DeleteByID Method but it is
> > not working for me? Can you tell me if I am calling the wrong Method?
> >
> > thanks again.
> >
> > --- In vantage@yahoogroups.com, "vacortes21" <vcortes@> wrote:
> > >
> > > Thanks everyone.
> > >
> > > --- In vantage@yahoogroups.com, Jose Gomez <jose@> wrote:
> > > >
> > > > Yes... since post processing would happen after....
> > > >
> > > > *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 Wed, Mar 7, 2012 at 10:44 AM, vacortes21 <vcortes@>wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Thanks. would this be Pre-Processing?
> > > > >
> > > > >
> > > > > --- In vantage@yahoogroups.com, "Vic Drecchio" <vic.drecchio@>
> > wrote:
> > > > > >
> > > > > > No condition..... you want it to fire every time, right?
> > > > > >
> > > > > > From: vacortes21
> > > > > > Sent: Wednesday, March 07, 2012 10:19 AM
> > > > > > To: vantage@yahoogroups.com
> > > > > > Subject: [Vantage] BPM to prevent Purchase Orders from being
> > deleted
> > > > > >
> > > > > >
> > > > > > Hi I need a BPM to prevent users from delteing a Purchase Order?
> > the
> > > > > Method called is PO.DeleteByID.
> > > > > > what condition would be the best choice?
> > > > > >
> > > > > > Thanks for your help.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > No virus found in this message.
> > > > > > Checked by AVG - www.avg.com
> > > > > > Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date:
> > 03/07/12
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
IN The Business Object: PO, Method Name: Update-- add a new Pre-Processing BPM.

Leave the conditions blank
Add a new synchronously execute ABL action

Enter this as your code:

For each ttPOHeader where
ttPOHeader.RowMod = "D" no-lock:

{lib\PublishEx.i &ExMsg = "Cannot Delete This PO... or whatever you need.'"}.

end.



Note that there is a " and a ' before and after the error message.



Marco Vissuet
Systems Engineering
Pacific Contours Corporation
Office (619) 670-3900
Fax (619) 670-1643
marcov@...<mailto:marcov@...>
http://www.pacificcontours.com/

"The information contained herein may be subject to the International Traffic in Arms Regulations (ITAR) Warning: - This document contains data whose export is restricted by the Arms Export Control Act (Title 22, U.S.C., Sec 2751, et seq.) as amended, or the Export Administration Act (Title 50, U.S.C., App 2401 et seq.) as amended. Violations of these export laws are subject to severe criminal and civil penalties. Disseminate in accordance with provisions of DoD Directive 5230.25.

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of vacortes21
Sent: Wednesday, March 07, 2012 2:53 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: BPM to prevent Purchase Orders from being deleted



The Business Object being called is Epicor.Mfg.BO.PO and Method Name: Update Parameter Name: ds Type:Epicor.Mfg.BO.PODataSet

--- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Jose Gomez <jose@...<mailto:jose@...>> wrote:
>
> Actually depending on your version of epicor they may call update wirh a
> "D" row mod. Do a trace
> On Mar 7, 2012 3:53 PM, "vacortes21" <vcortes@...<mailto:vcortes@...>> wrote:
>
> > **
> >
> >
> > I created the BPM with no condition on the PO.DeleteByID Method but it is
> > not working for me? Can you tell me if I am calling the wrong Method?
> >
> > thanks again.
> >
> > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "vacortes21" <vcortes@> wrote:
> > >
> > > Thanks everyone.
> > >
> > > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, Jose Gomez <jose@> wrote:
> > > >
> > > > Yes... since post processing would happen after....
> > > >
> > > > *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 Wed, Mar 7, 2012 at 10:44 AM, vacortes21 <vcortes@>wrote:
> > > >
> > > > > **
> > > > >
> > > > >
> > > > > Thanks. would this be Pre-Processing?
> > > > >
> > > > >
> > > > > --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "Vic Drecchio" <vic.drecchio@>
> > wrote:
> > > > > >
> > > > > > No condition..... you want it to fire every time, right?
> > > > > >
> > > > > > From: vacortes21
> > > > > > Sent: Wednesday, March 07, 2012 10:19 AM
> > > > > > To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
> > > > > > Subject: [Vantage] BPM to prevent Purchase Orders from being
> > deleted
> > > > > >
> > > > > >
> > > > > > Hi I need a BPM to prevent users from delteing a Purchase Order?
> > the
> > > > > Method called is PO.DeleteByID.
> > > > > > what condition would be the best choice?
> > > > > >
> > > > > > Thanks for your help.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > No virus found in this message.
> > > > > > Checked by AVG - www.avg.com<http://www.avg.com>
> > > > > > Version: 2012.0.1913 / Virus Database: 2114/4856 - Release Date:
> > 03/07/12
> > > > > >
> > > > > >
> > > > > > [Non-text portions of this message have been removed]
> > > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>



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