Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Display Info /Error message in Project Workspace on planning Console on update of any field

Khushboo8
Tera Contributor

Hi All,

 

I am trying to display a error message on change of any field on project task in below Planning View on Project Workspace but it is not coming  using a Business Rule . It works fine in native end though. Please find the below screenshot:

Khushboo8_0-1748864141957.png


Business Rule Script : On update --Table Name : Pm_project_task

Script : 

(function executeRule(current, previous /*null when async*/) {

    // Add your code here

    gs.addInfoMessage('Test Message');

})(current, previous);

 

15 REPLIES 15

ShaidaC
Mega Sage

Hi @Khushboo8 ,
Were you able to figure this out? I have a similar requirement