Notifications
Clear all

Global Search Reports Configuration

2 Posts
2 Users
0 Reactions
1,395 Views
0
Topic starter

Which configuration file is used to configure Global Search Reports ?
Once changes made in the configuration file, what is the action to be taken to reflect those changes ?

1 Answer
0
Topic starter

Configuration file ModuleInstanceConfig.xml.template under Transportation is used to configure Global Search Reports. The entire content of this file is getting stored/updated in DB in INSTANCE_CONFIG.CONFIG column once you build your application from root e.g C:Viewsln_11_0>ant build

Once you update this configuration file, in the development phase there are 2 ways by which you can reflect those changes -

  1. Update configuration file and update the same in DB - INSTANCE_CONFIG.CONFIG
  2. Update configuration file and call ant create-instance-config
Alexey Ulyanov 2013-10-14 01:10:00

To do not spend time for whole build you can just invoke from root of spec

ant create-instance-config