Forum Post: RE: AWP Forms
Hi Arpit, I´m trying to implement the AWP mothdology in our Project. We decided to use Synchro plataform to help us in this challeange. After hard work with the Synchro Control, I´ve figured out that...
View ArticleForum Post: Modify user field name by script
Hi, Are there a way to modify the USER FIELDS name by Script? I´ve read in the help command like ASSIGN_UF(MODIFY_UF_NAME, "UF Name", UF_TYPE, Value) I´m asking it because when I import the IFC file to...
View ArticleForum Post: RE: Modify user field name by script
hi Wagner, I am not sure if it is a good idea to change the User Field Name in SYNCHRO. Because later when you do SYNC from again from IFC file, I believe the UserField Name will come back again. What...
View ArticleWiki Page: SYNCHRO 4D Releases
Disclaimer Statement Release plans and timelines are forward-looking estimates and projections only. There can be no assurance that Bentley will be able to meet such estimates or projections by the...
View ArticleComment on SYNCHRO SCRIPT
Hello Sir, This question also possible to done on Auto Matching Option please follow below steps. 1) Once Conform your Task Name & Resource Group Name in same 2) Then Select All Task & Resource...
View ArticleForum Post: RE: Modify user field name by script
Much thanks Indrawan. This advice worked flawless!
View ArticleForum Post: Script tab Resourse Group
Hi, I would like to fill the property " Package/SystemType" with "IWP - Installation Work Package". I´ve tried to run this script to run and it did not work. What am I doing wrong? GROUP...
View ArticleForum Post: RE: Script tab Resourse Group
Hi Wagner, Please use this - GROUP (NAME>="IWP") SET_PROPERTY(STRING_PROPERTY("Package / System Type"),"IWP - Installation Work Package")
View ArticleForum Post: synchro script "incorrect value" status
Hi Dears, while i am working on a synchro script for the physical quantity i faced a problem it is already read the argument, but made an "incorrect value" status, so it didn't run correctly can anyone...
View ArticleForum Post: RE: synchro script "incorrect value" status
Hi Rana, First, ensure the 3D User Field is not String, but Number /Float type. Then lower the case for m in meter - TASK(SELECTED) SET_PROPERTY(PHYSICALVOL_SH, "Sq metre", SUM(3D.UFV("Area Number"))
View ArticleForum Post: RE: synchro script "incorrect value" status
yes it worked thank you so much it was because i took it copy and paste from script help window, it had been written like "Sq Metre"
View ArticleForum Post: Calculating man hours for 4D Planning
Hi, I am working on transforming our business into 4D planning. I would like to know if there are any pointers that could help me estimate the man hours for using Synchro 4D in projects? Thank you...
View ArticleForum Post: RE: Calculating man hours for 4D Planning
Any redirection to existing links in the forum would be appreciated. Thanks
View ArticleForum Post: XER File supporting in synchro? For Importing
Currently I'm Excel add-in to Extract the WBS data then importing to Synchro. Any alternative option available for XER File importing
View ArticleForum Post: RE: XER File supporting in synchro? For Importing
Hi Ashwin, We have pretty good interoperability with Primavera through XML format. Please review the help documentation (I nteroperability: Planning Systems > Working with Primavera P6 ), or this...
View ArticleForum Post: Calculate Resource Group volume
How to create task UF about resource group volume? I've tried script below but it didn't work. Thankyou
View ArticleForum Post: RE: Calculate Resource Group volume
hi Feodora, I think your Task link is : Task ==> Group ==> Resource ==> 3D ? If yes, please try this script: TASK ASSIGN_UF ("V", NUMBER , SUM (GROUP.RESOURCE.3D.CALCULATE_VOLUME)) Regards,...
View Article