Unable to make expense type field in pm_project_task table in workspace list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Unable to make expense type field in pm_project_task table in workspace list view.
The requirement is whenever user try to change the expense type field from some value to none, we should not allow them in workspace list view also.We have configured a client script to make the expense type as mandatory and also configured a oncelledit client script to make expense type as mandatory in list view.However that client script is working on normal project task table list view not in workspace list view.Kindly find the attached screen for reference.
Please anyone suggest some way to make expense type field as mandatory in workspace list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Saw lots of post where it was already reported "OnCellEdit is not working in Workspace"
Refer this: https://www.servicenow.com/community/upgrades-and-patching-forum/oncelledit-is-not-working-in-worksp....
Probable Solution:
You can use before update business rule on pm_project_task table where you can check if expense type field is empty or not & then if empty-> abort the action by displaying error message.
