Updateable BAQ error

Trying to recreate an updateable BAQ using the LaborDtl table. So it’s a business object of LaborDtl with an Update Method of UpdateExt. I only have one table selected to update which is LaborDtl. The next step is where I get errors within the analyze message
Expression for LaborDtl.LaborHedSeq contains non existent result column
Expression for LaborDtl.LaborDtlSeq contains non existent result column.

I will appreciate any suggestions.

Do you have those fields in your query?

I do not have those two fields selected in the query

You will need to add those to the query display fields. It’s just to help identify the rows. It will make those errors go away.

4 Likes

Brandon, you are correct. Thanks for the assistance. However, I’m getting the following error message when I make my change to value within the TimeStatus field and proceed to save the update:
“BO is obsolete, please use Labor service Query.”

Maybe someone else can jump in here. I’ve never seen that error before, and my expertise in Updateables is very limited.

Select Labor BO instead of LaborDtl under BPM Update Processing- Business Object

3 Likes

That was the correct answer. I made that switch, along with a couple of other things, and the baq worked. Thanks