Skip to main content
Question

Blank out a Custom Field via update_event_ejb

  • March 10, 2026
  • 0 replies
  • 6 views

jyork
Sidekick (Customer)
Forum|alt.badge.img+9

Does anyone know how to update a custom field to empty/blank using the update_event_ejb action? Sending nil just makes it ignore any updates, and sending “”, null or [empty] just gives an error. For now I’ve ended up updating the field value to NBSP, which makes it “look” blank, but doesn’t actually make it blank.