I’m currently working on an updatable grid for a Kinetic Dashboard that displays labor transactions. The grid is populated using a UBAQ, where the fields being updated are apart of the LaborDtl table.
The UBAQ updates correctly in the classic version of the BAQ Query Designer, but when I try to perform the update in the preview of my dashboard, I get this error:
I checked and my employee ID is accurate in the Constants table, and reviewed to see if we had any BPMs that might be causing it. I have used the tutorial for other UBAQs that use the LaborDtl table, but for some reason this one isn’t too happy.
Does anyone have any advice for what the issue could be or methods to troubleshoot?
I was able to solve this error! I wasn’t including the EmployeeNum in the LaborHead in the UBAQ. I’m not sure why this caused an issue in App Sudio but not BAQ Designer though?