Backflush transaction issue

jgonz116

New Member
I have an issue with a backflush tansaction, it is just for an especific part number, when i fill all of the fields on the 18.22.13 screen it gives me the next message "** No wc_mstr record is available. (91)" can somebody help me to understand why this is happening and how to fix it? Thanks in advance.
 
I know very little about how MGFPro works or it's architecture... but...
the error indicates that the logic in the program is referencing filed(s) from wc_mstr table but the table is not in scope. If you have access to the source code then review the program logic and correct it ( ... using IF AVAILABLE wc_mstr THEN ... is one way to fix the error) .
 
Back
Top