If you want to change tableid of particular table then you can try below code. This is sample to Change tableid of of table by code in Axapta
ReleaseUpdateDB::changeTableId(104924, 205001,'Table1');
Comments