Turning off Auto Receive Function on Jobs

i am kindly asking if anyone can help on how to turn off the auto receive function on jobs, right now its set to true

If you are using methods, check if they have the flag checked and run an update to turn them off if they are.

1 Like

the flag is checked, how do i run an update to turn them off?

Do you have DMT? You could pull a BAQ to get the records and then DMT the changes in.

yes i have DMT, was about to try that but my question is does dmt turn off for future jobs or turns off only exisiting jobs

Hi Joel

No you need to set that at part setup level, against the relevant operation.

If you look at the part revision, you should see the setting.

Thank you but i cant seem to find the setting, sorry to keep on asking. Kindly help

If you are editing the methods in Engineering Workbench, it will turn it off for all future jobs. If you want to do the current jobs, you would have to do a DMT against the Job Operations.

1 Like

Go to Part Tracker, enter a part number, go to the revisions tab.

Right click on an approved revision and Open With Method Tracker.

Under the Operations/Details Sheet you will see the Auto Receive into Inventory box.

2 Likes

To turn it off on EXISTING jobs, create a BAQ on the JobAsmbl table, displaying the Company, Plant, JobNum, AssemblySeq, PartNum, and AutoRecOpr fields for any OPEN jobs. Use this as your DMT upload template for “Job Assembly” in the DMT.

For FUTURE jobs, create a BAQ on the PartRev table, displaying Company, Plant, PartNum, RevisionNum, and AutoRecOpr. From that output, create a template for the Bill of Operations DMT by adding an ECOGroupID field and changing the AutoRecOpr column heading to OprSeq. (you may have to add the OpCode and some PartOpDtl data, but try just selecting “Update” first).

AND make sure you tell your Engineering group to REMOVE that step from their process!

2 Likes

Thank you so much


error i am getting on exisiting jobs

That means you have the Engineered checkbox still enabled on the Job header. That checkbox must be cleared to make changes to open jobs.

There is a setting in Company Configuration that allows you to override this, but I wouldn’t recommend changing that setting without discussion with your Engineering department.

1 Like

Thank you