I am trying to use a function to update records in the PartWhse table. I have an Invoke BO Method that uses Erp.PartWhseSearch.GetRows, I have an Update Table by Query widget, and then an Invoke BO Method that uses Erp.PartWhseSearch.Update.
When I don’t set RowMod = “U” in the Update Table by Query widget, nothing gets updated in the PartWhse table.
When I do set RowMod = “U” in the Update Table by Query widget I get an error because there is no API key being sent
I added the following assemblies to my function, but this hasn’t helped. I am not sure how to add get the update to work and send the API key as part of the Invoke BO Method.
@hmwillett You have been extremely helpful in the past, if you have any insight into this issue I would appreciate your help once again.

