RE: Is there a method to increase Knowledgebase views count for knowledge article viewed on portal?
Hi Dyn365,
In my thought, Portal would be a simple CMS system with Dynamics 365 as a backend,
So in most of situations, portal clients could only retrieve data from CRM with their Web role privileges.
The only situation as far as I had found is that an account whose web role has been granted with specific entity permission, then he/she can create/update/delete a record or item in OOB rendered Entity List, however, Portal still requires an entity form/web page to do update or save data function, we couldn't make the grid item be editable. (I've tried POST ajax request to Odata url, it will give access denied error)
A best approach to achieve your requirement would be by creating an .aspx site and hosts it on Azure, we could get access token at backend then do update action with Web API request.
Or if you just want to make CSS or layout customization to knowledge article page, you could create a global js to achieve it.
Regards,
Leo