Maintenance Presentation

  • 21 March 2017
  • 0 replies
  • 12 views

For those interested here is the BPM Data directive I have implemented to correct the missing connection in the maintenance module to allow PMs to be triggered by hours instead of just dates.

Mercer


[cid:image001.png@01D2A21B.E6DF0D40]




/* Update Labor Equip Table with Hours */
for each ttLaborDtl where ttLaborDtl.Rowmod = 'u' no-lock:
for each LaborEquip exclusive-lock where
LaborEquip.Company = ttLaborDtl.Company and
LaborEquip.LaborDtlSeq = ttlaborDtl.LaborDtlSeq and
LaborEquip.LaborHedSeq = ttLaborDtl.LaborHedSeq:
Assign LaborEquip.Hours = ttlabordtl.BurdenHrs.
end.
end.
From: Will Harmon [mailto:WHarmon@cte-inc.com]
Sent: Tuesday, March 21, 2017 8:13 AM
To: A Mercer Sisson
Cc: Ann Pittman Composidie Email
Subject: Maintenance Presentation

Hi Mercer,

Thanks for doing the presentation on the maintenance module last Thursday at EUG. We have been using it for some time, and didn't realize that a piece of it wasn't really working correctly. Just figured that's the way it was. I was surprised to hear that when you added the small customization, it processed much better.

Did you post anything on the EUG Web Page, or are you willing to share your code with folks in the group?

Will Harmon
Director, Corporate ERP Technology
717.767.6636
_____________________________________________________________________________
Composidie, Inc. * 1295 Route 380 * Apollo, PA 15613 * 724.727.3466
CTE, Inc. * 30 Willow Springs Circle * York, PA 17406 * 717.767.6636
Leading Technologies, Inc. * 1153 Industrial Park * Leechburg, PA 15656 * 724.842.3400


0 replies

Be the first to reply!

Reply