Question

IFS Developer Studio 23.2E.9588 (Build 2023-09-08 08:58)

  • 12 October 2023
  • 6 replies
  • 140 views

Userlevel 1
Badge +5
  • Do Gooder (Customer)
  • 15 replies

I am new to Developer Studio. Could you please provide a step by step on how to create View using the tools?


6 replies

Badge +2

Not a step by step, but I would recommend start by reading the Development Guide that is available in IFS Docs.

Development Guide - Technical Documentation For IFS Cloud

Userlevel 3
Badge +10

Hi @jgrace,

You can follow the steps below:

  1. First, you must create a component for this.
Creating a component
  1. Then a new component is shown in the Projects pane and can be used immediately to create model files in. RMB on the newly created component and select the option of Entity Model
Creating an entity model
  1. After that RMB on that newly created entity file & now you can create a view for that.
Creating the view for the entity

 

Userlevel 5
Badge +13

@jgrace

In TechDoc Development Guide, following links will be useful for u.

  1. Developer studio : https://docs.ifs.com/techdocs/23r1/060_development/050_development_tools/002_developer_studio/
  2. Modeling using Developer Studio:  https://docs.ifs.com/techdocs/23r1/060_development/027_base_server_dev/010_model/
  3. Coding concepts: https://docs.ifs.com/techdocs/23r1/060_development/027_base_server_dev/007_concepts/
  4. ViewFiles: https://docs.ifs.com/techdocs/23r1/060_development/027_base_server_dev/007_concepts/090_source_code_file/views_files/

 /H

Userlevel 1
Badge +5

I am trying to create a simple view and deploy it. Not sure what I am doing wrong here.

Userlevel 3
Badge +10

Hi @jgrace,

Please check that the deploy.ini file contains the following sections:

  1. Component
  2. Connections
  3. ViewsVersions
Userlevel 5
Badge +13

@jgrace 

Use a meaningful name for the folder, you should have the correct folder structure when creating the workspace. Files should reside in a component

 

Refer to this link on how to create a component, and then create a new entity. for that newly created entity you can attach a view file by using RMB menu options

https://docs.ifs.com/techdocs/23r1/060_development/050_development_tools/002_developer_studio/020_project_setup/100_new_component/

 

 

For more information on deploy.ini refer to : https://docs.ifs.com/techdocs/23r1/060_development/027_base_server_dev/007_concepts/150_deploy_ini/

Reply