Solved

Deploy a new Entity via delivery APPS10

  • 12 November 2019
  • 2 replies
  • 353 views

Userlevel 7
Badge +20
  • Superhero (Partner)
  • 663 replies

Hi All,

 

A rookie question :)

When creating a new entity in Developer Studio, it will automatically generate the .cre file but when creating the delivery, the build script will not add the cre file to the install.tem

What should we do to deploy the new Entity table creation from the delivery?

 

Cheers!

 

icon

Best answer by Sampath Sitinamaluwa 13 November 2019, 07:27

View original

2 replies

Userlevel 5
Badge +10

You have to manually add the contents of the *.cre file to the *.cdb file. You may need to maintain a separate *.cdb file per component per each customization. When the CDB file is created it should automatically be added to the install.tem. This manual step is needed so that we could manage new changes as CDB’s in the existing track, and graduate the changes to UPG files for the next track.

I am going to leave the relevant link on CDB’s for completeness: https://docs.ifs.com/techdocs/Foundation1/050_development/040_core_server/027_base_server_dev/007_concepts/200_upgrade_scripts/default.htm#CDB_Files

 

*Admin Update: Replaced wit links with docs links. (April 2020)

Userlevel 7
Badge +20

You have to manually add the contents of the *.cre file to the *.cdb file. You may need to maintain a separate *.cdb file per component per each customization. When the CDB file is created it should automatically be added to the install.tem. This manual step is needed so that we could manage new changes as CDB’s in the existing track, and graduate the changes to UPG files for the next track.

I am going to leave the relevant link on CDB’s for completeness: https://wit.ifsworld.com/f1docs/apps10/foundation1/050_development/040_core_server/027_base_server_dev/007_concepts/200_upgrade_scripts/020_cdb_files/

Hi @sampathsris Thanks for the answer.Just wanted to clarify whether cdb is needed when adding a new entity as well. 

Reply