Display Info /Error message in Project Workspace on planning Console on update of any field
- 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 :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 07:31 AM
Hello @Khushboo8,
Have you tried by onSubmit() or onChange() Client scripts by using g_form.addErrorMessage() method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 07:45 AM
Yes, none of them are working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 08:12 AM
Strange, have you tried with UI policy with script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2025 11:18 AM
Yes, it is working on form view but not on this view