showDiscussion
Opens the discussion sidebar with the chat/discussion for the current record.
Parameters
show - open(true = default) or closes(false) the discussion sidebar. You don't have to worry if it is opend or closed before, but show will also refresh an open discussion.
Example Usages
app.showDiscussion(); //open the sidebar
app.showDiscussion(true); //open the sidebar
app.showDiscussion(false); //closes the sidebar
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?