<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project? in SPM forum</title>
    <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044047#M34648</link>
    <description>&lt;P&gt;Thank you very much Anurag for the explanation. As usual!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Just to be clear:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- what do I have to do once I have created the custom field in pm_project_task which refers to pm_project (what do you mean 'populate it' - should it be a copy of the primary project field)?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- should I create e new relationship between the two tables?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- I ask because I see now two related lists in the project form, but only the one with '-&amp;gt; parent' shows the existing project tasks (should I copy to the other related list the existing tasks by choosing them through Edit button?).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;-should I try the condition acl script after these steps?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I know it is not easy, but I feel I am near the complete solution and with no more doubts about these kind of implementations.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Skender&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Apr 2015 17:11:57 GMT</pubDate>
    <dc:creator>skendy</dc:creator>
    <dc:date>2015-04-16T17:11:57Z</dc:date>
    <item>
      <title>How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044038#M34639</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been thinking how to let users with &lt;EM&gt;project_user&lt;/EM&gt; role to have write acl on the table pm_project_task ONLY if he is the project_manager (field) of the parent project (pm_project).&lt;/P&gt;&lt;P&gt;I grant write to the role with a condition where (dot walking) .u_ref_proj.project_manager is (dynamic) me, but then all project tasks fields become Read Only.&lt;/P&gt;&lt;P&gt;u_ref_proj is a project task field which references to project table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to add the following script (suggested by other in the community) instead of the control but nothing changes:&lt;/P&gt;&lt;P&gt;It is weird because I applied the same script for omitting the New button (thanks to &lt;A __default_attr="28065" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="Anurag" href="https://www.servicenow.com/community?id=community_user_profile&amp;amp;user=c490d22ddb581fc09c9ffb651f961922" modifiedtitle="true" title="Anurag"&gt;Anurag&lt;/A&gt;) from the list and it worked (changing the true/false for the answer)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;var utente=gs.getUserID();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if (parent.project_manager==utente) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //since we have a relationship/related list between the two tables&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; answer=true;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;else &lt;/EM&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; answer=false;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate any comment!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Skender&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2015 10:44:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044038#M34639</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-16T10:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044039#M34640</link>
      <description>&lt;P&gt;I think there is a conflict: &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I see two related lists under project form.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- pm_project_task.parent&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- pm_project_task.u_ref_proj&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The second is the u_ref_proj which refers to the pm_project table.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 12:31:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044039#M34640</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-16T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044040#M34641</link>
      <description>&lt;P&gt;Maybe the real problem is:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;how to pass (a kind of relation so I can retrieve parent's field from dot walking...) from the fields of pm_project_task to the fields of pm_project?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 12:36:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044040#M34641</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-16T12:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044041#M34642</link>
      <description>&lt;P&gt;Hi Skender, I had a customer do this before using the is (dynamic) me operator/value combo on pm_project and pm_project_task. It sounds like it is similar to what you tried but instead of using parent on pm_project_task, they used top_task so that you weren't just restricting the parent. They looked something like this&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;condition on pm_project write rule: project_manager &lt;SPAN style="font-size: 13.3333330154419px;"&gt;is (dynamic) me&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;condition on pm_project_task write rule: top_task.project_manager is (dynamic) me&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Then they had two more acl rules that gave a custom role (project_admin) write access to both tables so that someone could modify all projects and tasks. Let me know if that doesn't work and I can do some testing when I get a minute.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 12:48:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044041#M34642</guid>
      <dc:creator>amullendarby</dc:creator>
      <dc:date>2015-04-16T12:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044042#M34643</link>
      <description>&lt;P&gt;Here the problem is more complicated.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I have several field write access (when project_manager depending from the logged in user) because the two roles:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- project_manager&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- project_user&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;both work on the project form, but they write on different fields (security constraints from the customer).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I tried the second condition on pm_project_task (as a script because I cannot choose from the menu Condition) but when I log-in as a project_user, even if I am the project manager (field) of the project, I still cannot write:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;EM&gt;var utente=gs.getUserID();&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;EM&gt;if (top_task.project_manager==utente) &amp;nbsp; &amp;nbsp; //does top_task refers to pm_project table?&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;EM&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; answer=true;&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;EM&gt;else &lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;EM&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; answer=false;&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Anyway thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Skender&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 13:05:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044042#M34643</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-16T13:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044043#M34644</link>
      <description>&lt;P&gt;top-task is a field of planned_task table&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;in the ACL instead of the condition(&lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px; background-color: #f6f6f6;"&gt; .u_ref_proj.project_manager is (dynamic) me&lt;/SPAN&gt;) use the script part and write the script like this&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 13px; font-family: arial, sans-serif; color: #666666;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;var utente=gs.getUserID();&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 13px; font-family: arial, sans-serif; color: #666666;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;if (current.&lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px; background-color: #f6f6f6;"&gt;u_ref_proj.&lt;/SPAN&gt;project_manager==utente) &amp;nbsp; &amp;nbsp; //does top_task refers to pm_project table?&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 13px; font-family: arial, sans-serif; color: #666666;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; answer=true;&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 13px; font-family: arial, sans-serif; color: #666666;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;else&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 13px; font-family: arial, sans-serif; color: #666666;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; answer=false;&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 15:56:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044043#M34644</guid>
      <dc:creator>Anurag Tripathi</dc:creator>
      <dc:date>2015-04-16T15:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044044#M34645</link>
      <description>&lt;P&gt;There will not be a conflict. this is actually one of the ways to relate 2 tables in service now (creation of reference fields).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Since you created a custom field &lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px;"&gt;u_ref_proj so a new related list is also available for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 15:59:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044044#M34645</guid>
      <dc:creator>Anurag Tripathi</dc:creator>
      <dc:date>2015-04-16T15:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044045#M34646</link>
      <description>&lt;P&gt;Ok I get it, but where do I create project tasks? In which related list?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I do not want to make damage to the system...&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Skender&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 16:02:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044045#M34646</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-16T16:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044046#M34647</link>
      <description>&lt;P style="font-size: 12px; font-family: arial, sans-serif; color: #666666; background-color: #f6f6f6;"&gt;Relationship using parent: - this is oob and this is the one that you should use o the form as it makes logical sense also (parent - child) and many oob code and dependencies also runs on the same relationship .&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: arial, sans-serif; color: #666666; background-color: #f6f6f6;"&gt;Downside of this is when you have to dotwalk on the parent's fields you can only have the fields that are present on the task table as "parent" is a field of task table. This is why you had to create the new custom reference field, to access the project table's fields.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: arial, sans-serif; color: #666666; background-color: #f6f6f6;"&gt;Now you are also seeing another related list present in the system, don't get confused as this is one of the ways by which we create relationships in SN.&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: arial, sans-serif; color: #666666; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: arial, sans-serif; color: #666666; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: arial, sans-serif; color: #666666; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: arial, sans-serif; color: #666666; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P style="font-size: 12px; font-family: arial, sans-serif; color: #666666; background-color: #f6f6f6;"&gt;Use the parent one, related list,a nd write code to populate &lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px; background-color: #f6f6f6;"&gt;u_ref_proj yourself&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 16:11:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044046#M34647</guid>
      <dc:creator>Anurag Tripathi</dc:creator>
      <dc:date>2015-04-16T16:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044047#M34648</link>
      <description>&lt;P&gt;Thank you very much Anurag for the explanation. As usual!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Just to be clear:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- what do I have to do once I have created the custom field in pm_project_task which refers to pm_project (what do you mean 'populate it' - should it be a copy of the primary project field)?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- should I create e new relationship between the two tables?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;- I ask because I see now two related lists in the project form, but only the one with '-&amp;gt; parent' shows the existing project tasks (should I copy to the other related list the existing tasks by choosing them through Edit button?).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;-should I try the condition acl script after these steps?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I know it is not easy, but I feel I am near the complete solution and with no more doubts about these kind of implementations.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Skender&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2015 17:11:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044047#M34648</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-16T17:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044048#M34649</link>
      <description>&lt;P&gt;I am close to the solution.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If I put the referred project in that field i created in each project task (in the new related list), I see the same project task.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;What should I do o have that field (u_ref_proj) autocompleted with the names of the referred projects?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Skender&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 07:41:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044048#M34649</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-17T07:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044049#M34650</link>
      <description>&lt;P&gt;In order to have that field autopopulated,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I created this relationship (I applied the same code as for custom tables in relation with pm_project), but it is NOT working:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="project_task_relation_project.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/104870i5E8FC8E213A207DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="project_task_relation_project.png" alt="project_task_relation_project.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 07:58:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044049#M34650</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-17T07:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044050#M34651</link>
      <description>&lt;P&gt;just write the code that when a new task is added , the project number is filled in &lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px;"&gt;u_ref_proj. &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px;"&gt;And on the projet form use the "-&amp;gt; parent" related list. &lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px;"&gt;This will fix all your troubles.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 08:00:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044050#M34651</guid>
      <dc:creator>Anurag Tripathi</dc:creator>
      <dc:date>2015-04-17T08:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044051#M34652</link>
      <description>&lt;P&gt;Ok that's the related list I'm using, but where do I write the code? In the dictionary of the field (u_ref_proj)?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Sorry, but I do not know exactly what... &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 08:04:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044051#M34652</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-17T08:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044052#M34653</link>
      <description>&lt;P&gt;a before business rule on project task&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;if(current.parent!='')&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;{&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;current.&lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px;"&gt;u_ref_proj=current.parent;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;}&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 08:06:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044052#M34653</guid>
      <dc:creator>Anurag Tripathi</dc:creator>
      <dc:date>2015-04-17T08:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044053#M34654</link>
      <description>&lt;P&gt;It is not working. I see the field empty and it is not filling the current project... When i click new project task, I should write manually the project.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;What could be missing? WHEN and ACTION are empty. I just added the in the advance tab the code.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 08:16:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044053#M34654</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-17T08:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044054#M34655</link>
      <description>&lt;P&gt;When - Before&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Insert/update both&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:46:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044054#M34655</guid>
      <dc:creator>Anurag Tripathi</dc:creator>
      <dc:date>2015-04-17T09:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044055#M34656</link>
      <description>&lt;P&gt;It works. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The BR is right.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;But what can I do for the already created project tasks... I mean, before this rule. It works only in insert || update record, right?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Skender&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:07:20 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044055#M34656</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-17T13:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044056#M34657</link>
      <description>&lt;P&gt;I think the only way is to update them all, one by one...&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 13:13:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044056#M34657</guid>
      <dc:creator>skendy</dc:creator>
      <dc:date>2015-04-17T13:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to give project_user (role) user access to write in projects tasks where he/she is the PM of the parent project?</title>
      <link>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044057#M34658</link>
      <description>&lt;P&gt;Can I open dialogue on this request from a process perspective? &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Are you looking to make it so NOBODY except the PM can create &amp;amp; edit project tasks? &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I know if you have experience with MS Project that you may want to do this in SN because of fear of people 'messing up' the project schedule (I always had my MS Project schedule under lockdown), as that was really easy to happen in MS Project. HOWEVER, I'd like to note that you are eliminating one of the big selling points of using Project in SN - it eliminates the burdensome task of the PM to have to ask everyone for their updates &amp;amp; then manually make the updates, and secondly that the PM has complete history of every change made (and can set up notifications so they know when a team member has marked their task as complete etc), and third that if anything does get out-of-whack because of an 'automatic' style schedule that triggered a domino effect of date changes - that you can trace it back to that one change &amp;amp; set it back. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;On the first point, all of SN works by having people assigned to specific items - Incidents, Service Catalog tasks, project tasks, etc. - and puts the impetus on the individual to keep those things updated. Users can leverage their homepage to keep track of all their tasks &amp;amp; make updates from there, leverages VTB's to organize their tasks &amp;amp; simply drag the task to another column to easily update the state of that task.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Also, if the PM is afraid of the domino effect of marking a task complete early &amp;amp; it updating the dates of all the subsequent tasks - just make a project's schedule type to manual, and this won't happen.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;So personally, I suggest talking w/the requester of this change through the fear of people updating their own tasks. Talk about how the SN setup is different from MS Project &amp;amp; can save a lot of time of the PM. If you need any of us to talk through this with your team, myself and I'm sure others are more than happy to talk through this. But this is something they may not understand in SN's functionality. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Apr 2015 18:55:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/spm-forum/how-to-give-project-user-role-user-access-to-write-in-projects/m-p/1044057#M34658</guid>
      <dc:creator>kellykaufmann</dc:creator>
      <dc:date>2015-04-17T18:55:14Z</dc:date>
    </item>
  </channel>
</rss>

