Some background:
I implemented MES for time and expense against jobs on the shop floor. The accounting team tested my results against an identical job that had manual time and expense entry. It seems the only issue was my job didn’t log “production credits”. It is my understanding from the small bits of info I had to pry away from my coworkers that production credits is the assumed time based on the BOM and reported qty. I have yet to get them to tell me what table/field that number pulls from on their crystal report.
I looked for any relevant data/method directives and found nothing.
I looked at the T&E form customization. First, I see no code doing anything special. I do see where they’ve added some fields. For example they access a DataView called LRS_3_Test (to display a part from job). What the heck is that? Where does it come from?
What suggestions do you guys have for sleuthing this mystery?