Skip to main content

Create a New Project

In the development interface; A new project can be created by clicking "New Empty Project" in the menu, under the File heading, on the toolbar, on the Start page, and in the Solution Explorer panel.

When the New Empty Project option is clicked, the project to be created; A screen opens with Folder fields to enter the Project Type, Name, Title, Project Language and the directory in the system where the file for the project will be kept.

<div style={{textAlign: 'center'}}>

Create a New Project

</div>

Project Type : Workflow project or dashboard project can be created in the system. The project structure to be created is determined from the "Project Type" field and a project format is created in the system with a structure specific to the selected project type.

Name / Title : ASCII characters, space characters and Turkish characters cannot be used in the project name field. The text typed in the Name field is the name of the project that will be used in the system.

In the Title field, a value can be entered as a description of the project name, which can contain ASCII characters, spaces, and Turkish characters. By clicking on the multi-language support icon next to the title field, the text written in the title section can be entered in other languages defined in the system.

Folder : The directory where the project to be created will be stored in the system is selected from this field. Clicking on the browse (...) section in the folder header will open the Document Management structure of the system. In Document Management, a previously created folder or repository is selected so that the new project is created in the selected directory.

In the system, projects can be created under a solution or as a solution-independent project. If multiple projects are intended to be gathered under a single solution, new projects can be added by right-clicking the currently open solution in the Solution Explorer panel. The project added in this way is created under the corresponding solution.

Language : The design language of the project to be created is determined by selecting from the Language field, where the languages defined in the system are listed.

<div style={{textAlign: 'center'}}>

Create a New Project

</div>

When the required fields to create a new project are filled in and the OK button is pressed, a new project is created in the system and added to the Solution Explorer panel.

Create a New Project

Project;

  • Files used by the system
  • Design screens of form and flow parts
  • Code editor screens where C#, Css and TypeScript codes can be written on the frontend and backend sides of the form
  • It is created with a structure that hosts the code editor screen components where C# codes can be written on the backend side of the flow.

Create a New Project

Development operations can now be performed on the created project.