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.
Hi Khushal,
It would help if you can share the screenshot of your AutoMatch expression, and an example of the Resouces and Tasks that are not being matched.
Thanks!
Hi Arpit,
Thank you for helping me out here.I have shared two screenshots. The first one is the code written and the second one shows the retaining walls of the structure that have not been auto matched in the resources. Please feel free to ping me if you need more context.
Thanks
I do have a few questions -
I am trying to copy user field value from task to assigned resources by using copy to associated object function, in this process some resource objects are left unassigned i.e. the Tech_ID field created for resources is not populated for these tasks
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