Skip to main content
Question

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

  • October 12, 2023
  • 6 replies
  • 183 views

Forum|alt.badge.img+7

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

6 replies

Forum|alt.badge.img+3

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


ashen_malaka_ranasinghe
Hero (Employee)
Forum|alt.badge.img+12

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

 


hamalk
Superhero (Employee)
Forum|alt.badge.img+13
  • Superhero (Employee)
  • October 13, 2023

Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • October 13, 2023

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


ashen_malaka_ranasinghe
Hero (Employee)
Forum|alt.badge.img+12

Hi @jgrace,

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

  1. Component
  2. Connections
  3. ViewsVersions

hamalk
Superhero (Employee)
Forum|alt.badge.img+13
  • Superhero (Employee)
  • October 16, 2023

@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/