Display Info /Error message in Project Workspace on planning Console on update of any field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 04:38 AM
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:
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Khushboo8 ,
Were you able to figure this out? I have a similar requirement
