I am trying to figure out what exactly will be enabled or disabled
for each of the configuration keys.
Without going through all the menu options and checking for each key
what disappears or appears after enabling.
Now I found out that when you look into the SysConfig table, for the
ConfigType = ConfigurationKey one can see the parent keys that are
disabled. Looking into the table UtilIdElements with the
UtilIdElements.id = SysConfig.id and the UtilIdElements.recirdType =
SysConfig.configType you can find the name of the key.
I have been checking it for the Bank Configuration key and want to
know what functionality or tables, fields, table relations, forms,
etc will be enabled or disabled.
If one looks into the Table properties of the Table BankAccountTable
you can see the configuration key Bank is indicated. This means that
the availability of the table depends on the Configuration key bank.
If you want to find all other elements that are related to the
BankAccountTable you can look into the UtilIdElements table and
search for all elements that have parentId = 7 which is the id of
the table. As a result you will find for example the AccountId field
which has id 7.
Where (in what Table) can I find the relation between the
Configuration key and the BankAccountTable. In other words where are
the properties or is the property configurationkey stored.
If somebody has a clue or can shed some lights on this matter please
let me know.
Regards,
Danny Gaethofs
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

