Hi Everyone,
I have a field named view count and it should be updated numerically when ever a user open a record in the list view of a power pages page, when user opens a record first time of click of view details action button in the list view then the view count should update with 1 and if user opens same record for the 2nd time then the view count should update with 2 this is the scenario and it is working fine in the dynamics 365 on the on form load event of the form, you can find the dynamics 365 code below and I need it to work on the power pages portals page so can any one provide a solution to achieve this.
Thanks in advance..