Greetings all, I know there has been a lot of discussion of injecting data into columns on grids already. I have found out how to do it via Post-Processing BPMs. However, I have hit a bit of a wall. I am going through our MES screens now, and doing some customizations of the grids in there. I was able to find that the BO.Laborsvc.GetRows is the main service that is being called upon for the main MES screen and successfully injected data into the customized columns there. Now i am in the Work Queue screen and the ONLY GetRows Service being called is the EmpBasicSvc. Does anyone have any incite on where/what/how this grid is being filled? I would have thought it would have pulled from the laborsvc from the main screen as well however, it appears i am wrong. As always any help is much appreciated!
I got it by injecting it into the WorkQueueSvc.GetOpsInResourceGroupWithBaq. I am sure that the correct way to do this would be to copy the BAQ it is calling, then add the fields you would like to add then point that grid to your custom BAQ. I will work on doing this at a later date.
Thanks!
1 Like