Decision.config file

The Decision.config file is located in the \ProgramData\Infor\CPM\Decision directory. When you make changes to this file, the changes are not reflected in the interface until IIS is restarted.

Note: Parameter names in the Decision.config file are case sensitive.

The exportToExcelOffGridVertical, exportToExcelTimeout, and enforceCSRFToken parameter values must be placed in the Decision section.

For example:

<Decision 
	defaultViewsDatabaseAlias="DecisionViews" 
	exportToExcelOffGridVertical="false"
 exportToExcelTimeout="3000" 
	enforceCSRFToken="false"
	/>