Skip to main content
Solved

How to Enable Resource Attention Alert in PSO

  • August 25, 2021
  • 1 reply
  • 136 views

Forum|alt.badge.img+8

Hi,

 

How can i Enable Resource Attention Alert in PSO, so that i can get panic alert in gantt.

 

 

Best answer by ishD

As I understand it, Attention Alerts need to be sent to PSO via an external system. Within a dsScheduleData message include the following along with an input_reference:

 

"Schedule_Event": {
"id": "TEST35-A",
"date_time_stamp": "{{current_dttm}}",
"event_type_id": "AO",
"event_date_time": "{{current_dttm}}",
"resource_id": "1000"
}

 

1 reply

ishD
Hero (Partner)
Forum|alt.badge.img+13
  • Hero (Partner)
  • Answer
  • August 25, 2021

As I understand it, Attention Alerts need to be sent to PSO via an external system. Within a dsScheduleData message include the following along with an input_reference:

 

"Schedule_Event": {
"id": "TEST35-A",
"date_time_stamp": "{{current_dttm}}",
"event_type_id": "AO",
"event_date_time": "{{current_dttm}}",
"resource_id": "1000"
}