Want to add columns to WorkQueue.
Dig alittle.
Find it calls
Erp.BO.WorkQueueSvc/GetOpsInResourceGroupWithBaq
So easy, I copy BAQ, add fields, override event - it calls supposedly my BAQ, but the results dont have my fields.
Decompile BO to find that it has hardcoded field mappings.
So what is the purpose of it being BAQ driven? 
Is there any easier way?
I don’t think I’ve ever added a field to work queue but it does have dummy fields like ShortCharXX and NumberXX you can use for different purposes.
1 Like
Yeah I saw Number, Character, etc in the mapping so I just hijacked one of those fields with calc field
2 Likes
d_inman
(David Inman)
4
I added some UD columns to JobOper table and they automagically appeared in the WorkQueue datatable/view.
1 Like