in job entry there is sub process that the user runs called material status. does anyone know what query gets run on that. I would like to copy and add few columns to that query and update the sub process with new query. Thanks
Devin.
in job entry there is sub process that the user runs called material status. does anyone know what query gets run on that. I would like to copy and add few columns to that query and update the sub process with new query. Thanks
Devin.
Can you take a screenshot of the material status being selected on the job entry screen?
It’s not a query but the GetJMtlStat method in the JobEntry BO. You can do a Pre-Proc or Post-Proc BPM to run your own logic and overwrite or display new info.
would I be able to add a columns to that grid view?