- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 06:34 AM
Checked most of the project scripts and cant seem to find where the work_start & work_end dates are being set to read-only. Please would someone be able to advise. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-30-2017 12:06 PM
Hi,
Did you got a chance to Test the Solution provided for your query.
If your query is Resolved, Please mark the answer as correct so that the thread can be removed from the Unanswered list.
Regards,
Shloke
Regards,
Shloke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 07:02 AM
Hi Bernardine,
You need to check the ACL's and the script on the ACL for fields work_start and work_end.
Thanks,
Dileep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 07:38 AM
Hi Dileep
Thanks for your response but this didn't seem to work. I inactivated the work_end ACL, but the field remained read-only.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 08:21 AM
It is definitely ACLs that are making these fields read-only:
From the Debug Log:
Unfortunately, the ACL that is causing these to be read-only is the base pm_project.write rule (within the script evaluation, which sets these to read-only if they are roll-up fields).
To force these to be writable, you'll need to create NEW ACLs on pm_project.work_start and pm_project.work_end that reflect when they should be writable.
However, since these are roll-up fields, allowing them to be writable will cause issues (which is why they're set read-only in the script).
-Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2017 02:13 PM
Hi Rob
Thanks very much for all your help. I am confused on a few issues still. I inactivated the work_end ACL, but it was still read-only. I then re-activated it, and removed the script but the field still appeared as read-only. Also, I was wondering, how are these fields set tobe roll-up fields?
Thanks again!