Commit f9a9cae0 authored by Ajit Deshmukh's avatar Ajit Deshmukh

Added the condition for the Order Status Update whatsApp Message as per the...

Added the condition for the Order Status Update whatsApp Message as per the requirement, Only for PR006 and PR017 process completion the message will be send to the customer
parent 46288628
......@@ -246,3 +246,10 @@ EXCEPTION
END;
------------18 June--------------
update obj_followup_act set CONDITIONAL_EXPRESSION = 'proc_code == ''PR006''', CONDITIONAL_INPUT = '1:proc_code' where obj_name = 'workorder_feedback' and line_no = 5;
Insert into OBJ_FOLLOWUP_ACT (OBJ_NAME,LINE_NO,ACTION_ID,ACTION_TYPE,ACTION_INFO,CONDITIONAL_EXPRESSION,CONDITIONAL_INPUT,CHG_DATE,CHG_USER,CHG_TERM,MAX_RETRY_COUNT) values
('workorder_feedback',6,'Confirm','E','order_status_update','proc_code == ''PR017''','1:proc_code',null,null,null,5);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment