This feature adds support to trigger an event when the user enters a pre or post comment when logging time for a plus work order or a special operation through Bill of Material Processor-> Processing-> Work Order Production. The entry of pre and post comments for operations used during the production of a plus work order is enabled for an operation via Bill of Material Processor->Maintenance-> Product Routing File-> fields Prompt Pre Comment and Prompt Post Cmt.
This can also be changed on a work order by work order basis by modifying the settings once the routing is copied to the work order.
The entry of pre and post comments for special operations is enabled for an operation via Bill of Material Processor->Maintenance-> Special Operation File-> fields 5. Prompt For Pre-Comment and 6. Prompt For Post-Comment.
If either flag is set to Y, the user will be prompted to enter a comment when either starting or ending production or work on a special operation. Events are now triggered when the comments are entered.
Events triggered at time of reporting production
The following event will be triggered when entering a pre comment for a plus production work order.
File Name: SYOPRFIL
Event Type: BMWOCOMP
Event Description: Production Pre Comment
Event Program: BMWOPROD
- Operator ID
- Work Order Number
- Operation# & Desc
- Item Number (parent item number)
- Item Description (parent item description)
- Pre Comment
- Pre Comment Length
The following event will be triggered when entering a post comment for a plus production work order.
File Name: SYOPRFIL
Event Type: BMWOCOMB
Event Description: Production Post Comment
Event Program: BMWOPROD
- Operator ID
- Work Order Number
- Operation# & Desc
- Item Number (parent item number)
- Item Description (parent item description)
- Pre Comment
- Pre Comment Length
- Post Comment
- Post Comment Length
Events triggered when reporting time for special operation
The following event will be triggered when entering a pre comment for a special operation.
File Name: SYOPRFIL
Event Type: BMSPCOMP
Event Description: Special Operation Pre Comment
Event Program: BMWOPROD
- Operator ID
- Operation# & Desc
- Pre Comment
- Pre Comment Length
The following event will be triggered when entering a post comment for a special operation.
File Name: SYOPRFIL
Event Type: BMSPCOMB
Event Description: Special Operation Post Comment
Event Program: BMWOPROD
- Operator ID
- Operation# & Desc
- Pre Comment
- Pre Comment Length
- Post Comment
- Post Comment Length
Programs Modified: BMWOPROD.CBL, BMWPUTIL.WS, BM1803CP.CBL, BM18P3.CBL, BMDPTIME.CBL, BMEXCHDL.CBL, BMWCOPER.CBL, BMWCTIME.CBL, SYTIMCLK.CBL, BM19P3.CBL
Programs Added: BMCOMEVT.WS, BMCOMEVT.PL