Forum Post: RE: MS Project XML user field import issue
Hi Jacqueline, good to learn the issue is being worked on. For now we will be using the workaround suggested. Thanks.
View ArticleForum Post: Merging two synchro file
Hi, I am working on large project, and I have multi synchro files depend on the discipline ( one file for civil and the other for electrical and the other for ELV and so on ) I want to merging all...
View ArticleForum Post: RE: MS Project XML user field import issue
Hello Michiel- Some investigation feedback from our dev team: The workaround is to assign aliases to the default UFs in MS Project (i.e. rename the column "Text1" somehow, etc). See the attached...
View ArticleForum Post: RE: MS Project XML user field import issue
Thank you very much Jacqueline and development team, that works!! Problem solved.
View ArticleForum Post: Changing Rules units
Hi all, I am wondering about the productivity norms/Rules; is it possible to change from Unit/Hour to Unit/Day?
View ArticleForum Post: RE: Changing Rules units
Hello - It is not possible to change from Unit/Hour to Unit/Day at the moment.
View ArticleForum Post: script for assignment
Hello, I would like to assign the ressource at the parent's task to all child's tasks. Can you please tell me if we can create a cript to do that? I've tried this one : TASK(SELECTED)...
View ArticleForum Post: RE: script for assignment
Hello Rose - I am not sure about the exact use case for this script. TASK(SELECTED) ASSIGN_OBJECT(PARENT.RESOURCE) The above script should work for you.
View ArticleForum Post: RE: script for assignment
Thank Jacqueline, It works well! I created a planning from the 3D model. For each column or Wall, i will have a task associated. Nevertheless i need to detail this task into 3 or 4 tasks representing...
View ArticleForum Post: RE: script for assignment
That's good to know and I am glad it worked for you! I imagine you may use some script to associate Appearance Profile as well. Or you can manually assign the Appearance Profiles. This example allows...
View ArticleForum Post: RE: script for assignment
Yes i know this script but i use a specific apprearance profile like a neutral profile because the right profile to show the column installation should be in the parent task.
View ArticleForum Post: RE: Changing Rules units
Thanks Also, if I may ask, is it possible to automatically link rules to tasks? Instead of assigning rules to tasks separately, I tried to link them using scripts but I couldn't find the right Syntax...
View ArticleForum Post: Quantities in tasks from resources tied in resource groups
Hello, I have assigned a group of resources to a task, and now I would like to automatically populate the corresponding sum of resource quantities (included in the resources as UF) to several task user...
View ArticleForum Post: RE: Quantities in tasks from resources tied in resource groups
Hello Maria- From the screenshot I was not able to tell which Resource UF are you trying to sum? I understand the target is the Task UF: UF_Vol (m3) Would you please let me know?
View ArticleForum Post: RE: Changing Rules units
Hello Mohammad- you are correct, it is not possible at the moment. As a workaround you will need to Filter the tasks with the keyword, then select the filtered tasks, go to Task Properties then apply...
View ArticleForum Post: RE: Merging two synchro file
Hello- I saw a similar request submitted in Zendesk. Please let us know if you have received a response as my guess is that you might have been helped by our support team.
View ArticleForum Post: RE: Quantities in tasks from resources tied in resource groups
Hi Jacqueline, You are right, the targer is a Task UF called "UF_Vol (m3). And the expression I am using is: EXIST( RESOURCE.UFV("Volumen") ) SUM(RESOURCE.UFV("Volumen") ) And the Resources UF, with...
View ArticleForum Post: RE: Quantities in tasks from resources tied in resource groups
Hello- Can you please try with the 3D UF then? I wonder if this would work already: SUM(3D.UFV("Volumen") ) If this does not work, please share the SP file.
View ArticleForum Post: RE: Quantities in tasks from resources tied in resource groups
Hello Jacqueline, The formula with 3D.UFV doesn't work. But I found the solution, and it was very easy. As I wanted to use the resources (or 3D objects) grouped, I added GROUP to the formula and it did...
View ArticleForum Post: RE: Quantities in tasks from resources tied in resource groups
Great - I am glad this worked out for you, thanks for sharing this.
View Article