Hi,
a beginner here, but I couldn’t find an answer anywhere… Dynamics 365 Business Central
I’ve created a new table “MyTable” with two fields: “Id” Code[5] and “Description” Text[30].
Then I added this “Id” field to the Customer table with a tableextension, but unfortunately I mistaken the data type (Text instead of Code[5] as in the" MyTable" source table)
Now I’m trying to change the data type from Text to Code[5], but once I try to compile I get the error
The field ‘Id’ has changed its data type from ‘NavText’ to ‘NavCode’. Changing the data type of fields is not allowed.
I tried to unpublish the extension on the Extension Management, but it didn’t work. Is there a way to do so? Thanks in advance!