This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Hi Team, I have tried to auto match the tasks ( for a highway project) to their corresponding resources by using the WBS path of the tasks as the connecting property. However, some elements have been left out. Please help.

I have tried to use the script-

PARENT.PARENT  STRING_PROPERTY("Name")+" " + PARENT  
STRING_PROPERTY("Name")+" "+ STRING_PROPERTY("Name")

I had created a user field of my own which got the WBS path there & I recalculated user field values and then I copy these values over to the corresponding resources of the tasks. 

Parents Reply
  • Hi Kushal, 

    Try using the following script - 
    RESOURCE(SELECTED) ASSIGN_UF("Tech_ID", STRING, TASK.UFV("Tech_ID"))

    You can access the above by going to Project Controls ribbon > Synchro Script > right-click to Add > Preview (make sure it's giving the desired results) > Run

    You can remove the (SELECTED) part if you want to run it for all the Resources.

    Answer Verified By: Thomas Schimpf 

Children
No Data