How to grant user write permission only for branch projects
Branching is a technique in version control for user to have different parts of the software development in parallel. By creating branch you can make the trunk as the stable release of your software, and doing unstable development work on branch. When manage your model project with VP Online or on-premises Teamwork Server you can grant user the access permission on the project. By combine the use of branches you can grant write permission on trunk only for the project manager, and all others only have write permission on the branch they working on. In this article we will show you how this works.
Read more
How to Create Data Dictionary Report
Doc. Composer is a powerful document generator which allows user to output the details of the models using customized templates. In this article we will create customize template to generate a data dictionary for the class models and its attributes in your project.
Create a Radar Chart Using Open API
Radar Charts are mostly used in comparing data flows’ attributes visually. In this article, you will be shown how to create a radar chart using Open API.

The radar chart will be created by the plugin.
Create an Organization Chart Using Open API
Organization chart is a useful tool for showing an organization’s structure, indicating its parts and positions’ relationships and ranks. This article will demonstrate how to create an organizational chart using Open API.

The organization chart will be created by the plugin.
How to bring Visual Paradigm’s Modeling menu back in IntelliJ IDEA 2018.2
Visual Paradigm support integrate the modeling environment into different IDEs, including the latest IntelliJ IDEA 2018.2. But for some reason the Visual Paradigm’s Modeling menu may not able to show in IntelliJ IDEA’s main menu bar.
To bring the Modeling menu back: Read more
Create Data Flow Diagram Using Open API
A Data Flow Diagram displays the flow of data of a system, using rectangles and arrows. This article will demonstrate how to create a data flow diagram using Open API.

The diagram will be created by the plugin