How to create Pop-up alert in automated workflow

vinitaraico
Tera Contributor

Hi Team,

 

Need one help  by workflow we are changing the awaiting vendor incident to active  - automatically after 24 hour ,Need to configure a Popup for support agent to inform them status changes to active  .Via client script it is not achievable do we have any other approach

 

 

2 REPLIES 2

Mani A
Tera Guru

@vinitaraico  yes with business rule you can achieve it

 

conditions : current.state.changesTo('Active') && previous.state == 'Awaiting Vendor'

 

script :

check condition for 24hours using glideDate 

then create  a event to send notification to support agent

gs.eventQueue('eventName',current, current.caller_id.email.toString());

Hi Mani,

 

I configure the Notification in Workflow ,However user need popup they don't want notification to trigger

 

Regards, Vinita