Display error/info message on Project Workspace Planning tab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hello Community,
I would like to display an error/info message on the new Project Workspace Planning tab, whenever a certain field is changed.
Example: Whe a user tries to change an Open task into Closed Complete, I would like to display a message on the screen.
I've tried with many different ways: business rules, clients scripts, etc, and none of them seems to work on the Planning tab view. I can display messages within the new project workspace on FORM views via gs.addInfoMessage / gs.addErrorMessage, but nothing works on the planning tab.
However I've seen OOTB error messages implemented there, and I'm wondering how are those configured. E.g: clicking on the start/end date cell of a parent task immediately gives this error messsage. I would like to replicate this functionality.
Do you know how it is done?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Check on the events that are configured on the components when you make a change to the start/end date field to check on this.
However: this is a change on the workspace itself, so it's showing a message on that view. This same functionality should work if you close the task from there, but if you do it from the form, you won't see it on the workspace.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Thanks Mark,
I tried to find the corresponding event which displays the message when the start/end date is edited, but so far no luck in the UI builder.
Do you maybe know where to look?
thanks!