Hi,
Is it possible to add comments using ZAF client? Tried to use:
client.invoke('comment.appendText', 'some text')
client.set('comment.text', 'some text')
They both just add a text to the texfield but do not publish it.
They both just add a text to the texfield but do not publish it.
You'll want to use the client.request method to make an api call to accomplish this.
Hope this helps!