I Re-Indexed the object but still I con’t able to synchronize the emplTable.
I’ve added three fields in emplTable and later I deleted the fields. after that I con’t able to add any fields If I add any field the synchronize failed and the following message comes in a form Synchronize database.
"An action you have taken requires that one or more fields be dropped from the Microsoft Dynamics AX database. This can be caused by changes in the data dictionary such as deleting fields or disabling fields through configuration keys.
However, because the fields listed below contain data, you may want to
back up your database before the fields are deleted. This field and all data it contains for all companies will be deleted:
As the message indicates, take backup of the data in EmplTable and complete synchronization.
The underlying problem is - there has been changes made to this table within AX. Due to this, schema mismatch exist between AX and SQL Server. You will have to complete synchronization so that AX can update schema of this table in SQL Server.