Question

Configured Notify ME Notification

  • 7 March 2022
  • 5 replies
  • 104 views

Userlevel 2
Badge +4
  • Do Gooder (Employee)
  • 17 replies

Hi,

I'm setting up a new Notify ME configured notification with 3 actions buttons.

IFS version 10 UPD 14.

The problem is just 2 of them are enabled.

Here is the main select with the fields action set:

 

SELECT 'PlgAprovadores' AS item_type,
       '' AS type_description,
       'AP^' || b.proposta_id AS ifs_id,
       SYSDATE AS notification_date,
       b.status_proposta AS status,
       1 action_1,
       1 action_2,
       1 action_3
FROM   &AO.plg_aprovadores_app a

 

As you can see below, 1 botton is disabled.

A want all of them enabled.

Any ideas what to do?

 

 

Many thanks,

Alexandre Bicalho.


This topic has been closed for comments

5 replies

Userlevel 6
Badge +16

As defined in Create Configured Notification (ifs.com) only the first two Actions can be conditionally enabled/disabled. Could you restructure the notification to only have 2 conditional actions?

Cheers

James

Userlevel 2
Badge +4

Hi James,

Thanks for your answer.

I did it, but the result is the same, just 2 of them is enabled.

 

I just want the third action always enabled, how to?

BR/

Alexandre Bicalho.

 

Userlevel 2
Badge +4

Hi James,

 

Additionaly, in documentation was written:

 

Implicit support for first and second actions to be enabled/disabled on the fly.

  • More than two Actions can be defined, but only the first and second can be enabled/disabled conditionally.

So, I just want the third one enabled.

I tried dozens of options, none of them enable de third action button.

 

BR/

Alexandre Bicalho

Userlevel 6
Badge +16

Have you tried debugging to see if any errors are reported? The process is documented here: Create Configured Notification (ifs.com)

 

If you don’t have any luck then perhaps raise a support ticket to get additional help in this set-up

Cheers

James

Userlevel 2
Badge +4

Hi James,

Thanks again.

 

I followed the documentation and I never seen any custom notification with more than 2 actions working as described.

 

I'll raise a support ticket for that.

 

BR/

Alexandre Bicalho.