Hey Kids!
I'm trying to write a Data Directive to check to make sure that all revisions are approved during a Get Details call. So I want to start small and create a Data Directive on JobMtl that echos the PartNumber to the log. I'm doing an In-Transaction directive whose condition is "there is at least one added row in the ttJobMtl table" and the action is synchronously execute ABL: Message("Part: " + ttJobMtl.PartNumber) record nothing.
The log has a message for each part in the job but each line is an error that says:
I'm trying to write a Data Directive to check to make sure that all revisions are approved during a Get Details call. So I want to start small and create a Data Directive on JobMtl that echos the PartNumber to the log. I'm doing an In-Transaction directive whose condition is "there is at least one added row in the ttJobMtl table" and the action is synchronously execute ABL: Message("Part: " + ttJobMtl.PartNumber) record nothing.
The log has a message for each part in the job but each line is an error that says:
[14/08/01@11:42:44.629-0400] P-021520 T-025740 1 AS -- (Procedure: 'UpdateBase4_A2 db/object/JobMtl.p' Line:4876) ** No ttJobMtl record is available. (91)
I logged a call to Epicor on Friday and haven’t heard back, so I thought I see if anyone else has seen this.
9.04.507A
Thanks!!!
Mark W.