The form data source IndexDefragmentationPrioritizeTable on the SystemParameters form, there are SchemaName and TableIdNumber fields, however these two fields are not on the table level. Where are these two fields coming from?
IndexDefragmentationPrioritizeTable on the SystemParameters form
Hi LB Developer,
Development object IDs like Table IDs were used in the past as reference between Dynamics AX and the SQL database. It was then possible to rename a table where the synchronization took care of renaming the SQL table. It also has some downsides, like not having the same table IDs per environment.
In the current architecture, there is no SQL dependency, but the IDs are still used internally. You can check the Table IDs using the system view SysTableIdView.
The SchemaName is maintained by the application itself. E.g. DBO is used for tables related to the F&O application, MR is used for the Financial reporter.
Martin Dráb230,575Most Valuable Professional
on at
IndexDefragmentationPrioritizeTable on the SystemParameters form
You seem to mean SystemJobParameters form (instead of SystemParameters).
I don't know any more details, but they look like system fields similar to TableId (which isn't stored in database either).
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.