Thank you for your responses. Unfortunately, I have just started learning BPM and do not have a full grasp of it yet.
What I am trying to do is create a print job that will print automatically (without clicking any extra buttons or ticks) when a user claims any quantities when the End Activity. I have it working through a pre-processing BPM for the WIP and Inventory. What I want to do now is to get the Non-conformance Transaction Number when/if the user non-conforms a part. Of course the non-conformance number is not generated until after the End Activity completes, hence the reason I need to use post-processing transaction.
Is it possible for someone to write a small snippet code on how to do this please?
Thank you,
Adam Smith | IT Manager
Lapeer Industries
400 McCormick Dr., Lapeer, MI 48446
Phone: (810) 664-1816
Fax: (810) 664-7182
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Monday, September 14, 2015 3:45 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] End Activity Post-Processing BPM - Vantage 8.03
The temporary tables continue to exist in Post processing, they contain the values that will be returned to the client. What has gone by is the transaction so any changes to the temporary table will only be seen by the client. A classic use of this behavior is on the GetNew methods, you can load default values into the temporary tables that the user will see. Frequently used for a sequence number.
Frequently in post processing BPMs transactions will be preformed on other tables not directly involved in the current transaction. Possibly values will be added/updated to a User Defined Table that has supporting data to the just completed transaction. And less often you can update the records that were just updated.
Not uncommon for a Post processing BPM to need to know something about the Pre-Processing state of things. Such as the update was called due to a ADD or Update. The rowmod field will have been cleared by the time the Post processing phase occurs. You can pass this over in the BPM Call Context data fields as indicated by Brenda.
Jim Kinneman
Encompass Solutions, Inc
This email and/or attachments may contain technical data which may be controlled by the US International Traffic and Arms Regulation (ITAR) 22 CFR part 120-130 or Export Administration Regulation (EAR) 15 CFR part 730-774. If this data is determined to be export controlled, it may not be exported, transmitted, shared, disclosed, or provided to any non US Persons as defined by the ITAR and EAR either verbally or visually without first complying with the export control requirements of the ITAR or EAR. It is the recipient’s responsibility to assure this item can be legally shared with another party.
This is an e-mail from Lapeer Industries, Inc. It is for the intended recipient only and may contain confidential and privileged information.
No one else may read, print, store, copy, forward or act in reliance on it or its attachments.
If you are not the intended recipient, please return this message to the sender and delete the message and any attachments from your computer.