Solved

Smart client notifications

  • 19 July 2022
  • 2 replies
  • 124 views

Userlevel 5
Badge +13

Hi experts,

 

Is there a way to set the notifications in smart client as same as Azure push notifications in mobile?

 

Thanks and regards,

Hasara

icon

Best answer by Saranga Amaraweera 20 July 2022, 05:44

View original

2 replies

Userlevel 6
Badge +23

Hi Hasara,

to my understanding push messaging via Azure Notification Hub is only available for FSM Mobile Apps.

Best regards

Roman

Userlevel 7
Badge +22

@Hasara Dinu ,

As per fsm guide there is no straight forward way to setup notifications similar to ANH. Server side/smart client is merely there to manage the backend activities and would not necessarily require to behave dynamically. The best way to achieve this requirement (at least up to a certain level) would be by configuring activity feeds on smart client for the chosen tables according to the business requirement so that the system admins, contract admins etc. will be able view the notifications and what is being processed by the others in near real-time(behaviors like refresh rate, maximum no of records can be handled via app params). Also, email notifications are supposed to be sent (if you enable to send notifications) to the relevant users if valid email accounts are provided under the person ids.

Otherwise, OOTB you may require custom tables or could utilize notification_log, interrelated fsm tables and prepare some views, to get a comprehensive output (you can add separate tabs, buttons to view the personal notifications) plus might require a bit of client/server customizations as well.

Reply