Cannot write thread entry in Browser UI
Summary
Cannot write a simple string as a thread entry in Browser UI workspace using the BUI Extensibility FrameworkContent
I'm trying to write a single string as a private note in the incident (triggered when the incident is saving) with the Browser UI Extensibility Framework. Looking at the documentation and sample code, this appears to be quite straight forward. However, i'm not seeing anything written to the thread. I haven't been able to figure out what I'm doing wrong. Has anyone else done this successfully?
I can confirm the event is triggered as expected and all console.log debug lines are printed when run. The workspaceRecord objects printed to console are both identical.
2