- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 11:05 AM
Hi,
I have a record producer that is creating a project task (pm_project_task), but I see a 'Name field can not be empty' red pop-up after submission. The project task it self looks okay, but I would like to make the red pop-up go away. I do not see any client scripts or business rules triggering this on the pm_project task table. Do you have any idea what might be causing this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2020 07:46 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 12:23 PM
Hi,
It could be a Data Policy, it enforces data consistency by setting mandatory and read-only fields.
Data Policy is kind of an UI Policy that works on the server, so when you insert/update a record, Data Policy will check if you have any restriction. (In this case would be that the name is mandatory).
Hope it helps,
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 12:59 PM
Hmm I tried deactivating the only UI Policy that looked like it might be causing the issue but that still didn't work. Is there a way to just skip business rules and policy upon record producer creation? I tried current.setWorkFlow(false), but that didn't seem to work either. I appreciate your help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 01:02 PM
Did you check the Data Policies ?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2020 01:06 PM
Yeah we do not have any on the pm_project_task table.