Full ApplicationSettings File
Full mooApplicationSettings.xml file
The following file would enable all menu items of FinanceHub within Microsoft Excel.
Notes
See: Restricting access to users and User Settings to further lock down the menu items.
XML
<?xml version="1.0" standalone="yes"?>
<NewDataSet>
<Settings>
<Key>ALLOW_MOOSERVER</Key>
<Value>TRUE</Value>
</Settings>
<Settings>
<Key>ALLOW_MOOUSER</Key>
<Value>TRUE</Value>
</Settings>
<Settings>
<Key>ALLOW_ESCENDO</Key>
<Value>TRUE</Value>
</Settings>
<Settings>
<Key>ACTIVED_AUTHENTICATION</Key>
<Value>FALSE</Value>
</Settings>
<Settings>
<Key>FETCH_SIZE</Key>
<Value>1000</Value>
</Settings>
<Settings>
<Key>MAX_GROUP_SIZE</Key>
<Value>5000</Value>
</Settings>
<Settings>
<Key>MOOURL</Key>
<Value>http://ora4.el0.me:33003/mooweb_pm_temp.html</Value>
</Settings>
<Settings>
<Key>PWREGEX</Key>
<Value>(?!^[0-9]*$)(?!^[a-zA-Z]*$)^([a-zA-Z0-9]{8,15})$</Value>
</Settings>
<Settings>
<Key>PWMESSAGEXXX</Key>
<Value>Your New password must meet the following requirement :
Minimum 8 characters ****
Contain a mix of alpha And numeric characters
Contain a mix of upper And lowercase characters
</Value>
</Settings>
<Settings>
<Key>USELEGACYRE</Key>
<Value>N</Value>
</Settings>
</NewDataSet>