Edit Alert Settings for User

Certified Senior Developer

Hi,

In Edit Alert Settiings for user plugin , What should be the input for alert(integer)?

 

Thanks in advance

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Dharsana
    Appian doesn't publish these values in their API** as far as I can tell, but you can view the available numerical values by extracting the list from appian-plugin.xml file in the plugin package (download from the Shared Components site). See the key for <enumeration key="alert-setting-to-edit" type="1">

    **Bear in mind that underlying services for these plugins are deprecated and may be removed in the future. So, taking a step back, can you describe what you want to do specifically (i.e. which alerts are you trying to adjust, and are you doing this for all users or certain users)? There might be other, non-deprecated ways to achieve what you want to do depending on your specific use case.
Children