You would not want to do a Base method as it would stop the normal processing. Pre-Processing is before the write happens and Post is after.
A method directive is a set of conditions and actions associated with a specific business object method. If the specified conditions are met, the actions are executed. Actions can be executed at three times:
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.
Once you have your condition you need an action. Sometimes it is easier to put in the action, so you know it happens, then put the conditions on it.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Rick
Sent: Friday, December 09, 2011 4:07 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BPM
I am trying to create a BPM Base on a Condition of:
OrderDate = Today - 2
At this time i am using"
number of rows in the '' quary is not less than 1
'' = for each orderhed no-lock where orderhed.orderdate = today - 2
This is not working. Any help would be greatly appriciated.
Thanks,
Rick
________________________________
No virus found in this message.
Checked by AVG - www.avg.com<http://www.avg.com>
Version: 2012.0.1873 / Virus Database: 2102/4669 - Release Date: 12/09/11
________________________________
CONFIDENTIALITY NOTICE
The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at (727) 578-6258 and immediately delete the communication.
"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."
[Non-text portions of this message have been removed]
A method directive is a set of conditions and actions associated with a specific business object method. If the specified conditions are met, the actions are executed. Actions can be executed at three times:
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.
Once you have your condition you need an action. Sometimes it is easier to put in the action, so you know it happens, then put the conditions on it.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Rick
Sent: Friday, December 09, 2011 4:07 PM
To: vantage@yahoogroups.com
Subject: [Vantage] BPM
I am trying to create a BPM Base on a Condition of:
OrderDate = Today - 2
At this time i am using"
number of rows in the '' quary is not less than 1
'' = for each orderhed no-lock where orderhed.orderdate = today - 2
This is not working. Any help would be greatly appriciated.
Thanks,
Rick
________________________________
No virus found in this message.
Checked by AVG - www.avg.com<http://www.avg.com>
Version: 2012.0.1873 / Virus Database: 2102/4669 - Release Date: 12/09/11
________________________________
CONFIDENTIALITY NOTICE
The information contained in this communication, including attachments, is privileged and confidential. It is intended only for the exclusive use of the addressee. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us at (727) 578-6258 and immediately delete the communication.
"This (document/presentation) may contain technical data as defined in the International Traffic In Arms Regulations (ITAR) 22 CFR 120.10. Export of this material is restricted by the Arms Export Control Act (22 U.S.C. 2751 et seq.) and may not be exported to foreign persons without prior approval form the U.S. Department of State."
[Non-text portions of this message have been removed]