Write to Table Using Functions - Help Needed

I am at a loss on how to write to a table with a bpm built in a function. I need to change UD02.Checkbox01 to true when certain criteria are met. In a regular bpm, I would use custom code to write what I need. But in a function, I cannot figure out how to write the simple change. Additionally, I tried using the update by query widget and the call update BO widget, but nothing seems to change.

image

image

Any and all help is appreciated.

I’ve had issues getting UDxx.Update to actually update. I’ve had success with UDxx.UpdateExt though, you could try using that.

1 Like