- ZohoHCAsap.kbArticles.view( );
This method seems to accept either an article ID or a permalink.
=> What is the recommended way to identify an article ? Moreover, how can we find an article's ID ?
This method opens the article in the assistant.
=> Is there a way to (pre)load the article without opening the assistant, so that it is the default article when the user clicks on the launcher to open the assistant ?
Opening the articles in a category is OK with this javascript code:
ZohoHCAsap.kbArticles.list( { categoryId : categoryId } )
=> How can we find a category's ID ?
Regards,
Ronan