E9 - Serialize at Operation

Thanks Greg. I was focusing on the operation itself and didn't think to look at it while in the Engineering Workbench. Thanks for the sanity check!

--- In vantage@yahoogroups.com, Greg Payne <gpayne@...> wrote:
>
> Tim:
>
> Serial Numbers Required from this operation checkbox is on the operation in engineering workbench.
>
> Serial Numbers Required From This Operation
> Triggers a prompt in the End Labor Activity and Labor Entry programs for the serial numbers produced from this operation when you select this check box. Selecting this option also automatically selects the Serial Number Required when Shipping option in the Subcontract Detail sheet of the Engineering Workbench.
>
>
>
> if that does set it then I would use a data directive on JobOper.
>
> For Each ttJobOper fields (Company JobNum OpCode)
> where ((ttJobOper.RowMod = "U" or ttJobOper.RowMod = "A") and ttJobOper.OpCode = "xyz" ),
> Each JobHead fields( PartNum)
> where JobHead.JobNum = ttJobOper.Jobnum and JobHead.Company = ttJobOper.Company and JobHead.PartNum = 'ABC'.
>
> Assign SNRequiredOpr = true.
>
>
> End.
>
>
>
> Greg Payne
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Tim Vonderhaar
> Sent: Saturday, December 29, 2012 1:48 PM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Re: E9 - Serialize at Operation
>
>
>
> Anyone?
>
> --- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "Tim Vonderhaar" <tvonderhaar@<mailto:tvonderhaar@>> wrote:
> >
> > We are looking into serializing a few of our products at an operation. I see that we can check the "serial Numbers Required From This Operation" checkbox on the job, but I can't find a global way to set this for a given operation. It looks like we will have to manually check this each time a job is created. That said, I figured I could write a BPM to check this when an operation is added / updated and the conditions are correct (part # = abc and operation = xyz), but I cannot find what method to attach to such that the code runs no matter how the job gets created (job entry, Sales Order quick job, etc.). Any thoughts?
> >
> > Thanks,
> > Tim
> >
>
>
> ________________________________
> 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-6280 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]
>
We are looking into serializing a few of our products at an operation. I see that we can check the "serial Numbers Required From This Operation" checkbox on the job, but I can't find a global way to set this for a given operation. It looks like we will have to manually check this each time a job is created. That said, I figured I could write a BPM to check this when an operation is added / updated and the conditions are correct (part # = abc and operation = xyz), but I cannot find what method to attach to such that the code runs no matter how the job gets created (job entry, Sales Order quick job, etc.). Any thoughts?

Thanks,
Tim
Anyone?

--- In vantage@yahoogroups.com, "Tim Vonderhaar" <tvonderhaar@...> wrote:
>
> We are looking into serializing a few of our products at an operation. I see that we can check the "serial Numbers Required From This Operation" checkbox on the job, but I can't find a global way to set this for a given operation. It looks like we will have to manually check this each time a job is created. That said, I figured I could write a BPM to check this when an operation is added / updated and the conditions are correct (part # = abc and operation = xyz), but I cannot find what method to attach to such that the code runs no matter how the job gets created (job entry, Sales Order quick job, etc.). Any thoughts?
>
> Thanks,
> Tim
>
Tim:

Serial Numbers Required from this operation checkbox is on the operation in engineering workbench.

Serial Numbers Required From This Operation
Triggers a prompt in the End Labor Activity and Labor Entry programs for the serial numbers produced from this operation when you select this check box. Selecting this option also automatically selects the Serial Number Required when Shipping option in the Subcontract Detail sheet of the Engineering Workbench.



if that does set it then I would use a data directive on JobOper.

For Each ttJobOper fields (Company JobNum OpCode)
where ((ttJobOper.RowMod = "U" or ttJobOper.RowMod = "A") and ttJobOper.OpCode = "xyz" ),
Each JobHead fields( PartNum)
where JobHead.JobNum = ttJobOper.Jobnum and JobHead.Company = ttJobOper.Company and JobHead.PartNum = 'ABC'.

Assign SNRequiredOpr = true.


End.



Greg Payne



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Tim Vonderhaar
Sent: Saturday, December 29, 2012 1:48 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: E9 - Serialize at Operation



Anyone?

--- In vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>, "Tim Vonderhaar" <tvonderhaar@...<mailto:tvonderhaar@...>> wrote:
>
> We are looking into serializing a few of our products at an operation. I see that we can check the "serial Numbers Required From This Operation" checkbox on the job, but I can't find a global way to set this for a given operation. It looks like we will have to manually check this each time a job is created. That said, I figured I could write a BPM to check this when an operation is added / updated and the conditions are correct (part # = abc and operation = xyz), but I cannot find what method to attach to such that the code runs no matter how the job gets created (job entry, Sales Order quick job, etc.). Any thoughts?
>
> Thanks,
> Tim
>


________________________________
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-6280 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]