Forum Post: Apply existing resource assignments to another schedule
Hello, I have a project with a 4D created using an MS Project Gantt as schedule and Revit models as 3D objects. Now, I am receiving P6 schedules (without 4D) from the contractors and would like to test...
View ArticleWiki Page: How can I select all the 3D Objects that are assigned to a...
You can change the selection in the 3D View, to either select individual 3D Objects, or all the Objects assigned to the selected Resource -
View ArticleWiki Page: Is there a way to automatically subdivide 3D Objects based on...
There is no automatic way of subdividing objects based on grids or level in SYNCHRO Pro. While subdividing objects, you can select the gridlines or other 3D Objects for visually referencing the cuts....
View ArticleWiki Page: How do I import Grids and Level lines into SYNCHRO Pro?
To display Grid lines, Levels and 3D Text export them as a separate DWFx file from the original modelling software. Also make sure to enable Lines in 3D View Properties > General tab -
View ArticleWiki Page: When I try selecting a 3D Objects through mouse left-click, it...
The model is geolocated and is very far from the project base coordinate (0,0,0). You can check this by selecting an object and click on Get Bounding Box from under 3D Properties - If it's a large...
View ArticleWiki Page: 3D View
How can I change the font size and title of the Legend? How can I select all the 3D Objects that are assigned to a selected Resource? Is there a way to automatically subdivide 3D Objects based on Grids...
View ArticleForum Post: RE: Apply existing resource assignments to another schedule
Hi Jorge, You are actually on the right track! Here's my recommendation - Create a Resource UF with the formula - CONCAT_SLASH(TASK. PROPERTY("ID") ) This will copy the existing ID's from the MS...
View ArticleForum Post: RE: Apply existing resource assignments to another schedule
Hi Arpit, Thank you very much for this great help!. It works perfectly except for some resources which are assigned not as a resource but as a resource group. Consequently, the formula...
View ArticleBlog Post: Link and escalate forms for richer context
SYNCHRO is all about rich project context and information linking. Now users can create links to related forms in addition to the previously released project document links and map/model locations....
View ArticleForum Post: Write script to assign cost amount and cost type
Hi When I Look at the help file, I could not find commands that can assign cost amount to resources. Whether it is possible write a script to assign cost and type to the red box below with an formula...
View ArticleForum Post: RE: Apply existing resource assignments to another schedule
Hi Jorge, The exact same process can be replicated for Resource Groups as well. You can create the same User Field and formula, but for Resource Group category and AutoMatch ( Resource Groups to Tasks...
View ArticleForum Post: RE: Write script to assign cost amount and cost type
Hi Edgar, You can use the following scripts to update the Type and Cost of Resources - RESOURCE(SELECTED) SET_PROPERTY(PROPERTY("Cost Type"),1) RESOURCE(SELECTED) SET_PROPERTY(PROPERTY("Cost"), 100) In...
View ArticleForum Post: How to connect synchro with P6 Cloud using API ?
Hi, Can we connect P6 EPPM Cloud through API for Synchro ? Regards
View ArticleForum Post: RE: How to connect synchro with P6 Cloud using API ?
Hi Suresh, The API should work with P6 EPPM Cloud as well unless they are using SQLite for offline access. Since Oracle designed the plugin, I would recommend reaching out to their support for updated...
View ArticleWiki Page: SYNCHRO Construction Solution Wiki
SYNCHRO is a complete portfolio of integrated software and services for digital construction management. Together, they enable construction firms to win projects, deliver them more efficiently, and get...
View ArticleForum Post: RE: Write script to assign cost amount and cost type
Hi Arpit Got it! However, to access formula editor we can only access from user field bar, formula field, is there a way to access formula editor with synchro script?
View ArticleForum Post: RE: Write script to assign cost amount and cost type
Edgar, I mentioned the User Field Formula Editor as a source of reference. It may give you some ideas about proper properties syntax to be used with SYNCHRO Scripts, which may not be mentioned in the...
View ArticleForum Post: RE: Write script to assign cost amount and cost type
Hi Arpit When the script auto create cost type and cost amount, the cost name field could not be found in formula editor. What could the cost name field would be?
View Article