Ice.BO.SecColumn Update via REST

I have tried every combination of fields that I can think of and cannot get records updated using the REST Helper. I have traced and mirrored the trace, I’ve tried only sending the bare minimum, I’m out of ideas.

I get a 200 returned but it is not actually working. Is there something about Ice schema that I am missing?

Haven’t tried it, but my go to answer will be to encapsulate the BO call in a function and call the function via REST. Func that.

soul train episode 212 GIF

That would have been a lot of work and I didn’t want to take that step yet.

I used UpdateExt and that worked.

If it’s one at a time, that works. Depending on the integration, the function can reduce the number of calls, be flexible about error handling, be little more resilient when the BO signature changes, and shape the data for a client so it is easier to handle.

Yes, I’m in proof of concept right now and did not want to take the time to build it out yet. I agree that I need to build something if I move forward, but just need to prove it out first.