equivalent class for NotificationService in 17.3 API.

Hi,

 

What is the equivalent class/implementation for "NotificationService.saveNotificationRuleForUser(java.lang.String user_, int type_, int[] media_, java.lang.String[] conditions_, java.lang.String[] settings_)" in Appian API 17.3  since it was deprecated.

  Discussion posts and replies are publicly visible

Parents
  • Hi Carlos,

    Thanks for your reply.

    Actually we are using a custom smart service in 7.6 version, now the system has been upgraded to 17.2 version.
    The smart service will take an excel file as an input and it will create users and add them in to the specified groups in the excel sheet.
    And It will disable all notifications ( localAppianUserDao.disableAllNotifications(localUser)) and again it will enable below notifications.
    localAppianUserDao.enableAllNotifications(localUser, new Integer[] { Integer.valueOf(33), Integer.valueOf(37), Integer.valueOf(50) } new In).
    But in the latest version of appian 17.3 Appian API the enableAllNotifications has been depecated.

    While running the process model it is throwing an error.

    Please suggest me an alternate approach to resolve this issue.
  • The enableAllNotifications method refers to Portal functionality, for which Appian's recommended approach is to move to Tempo.
Reply Children
No Data