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.