The errror is actually telling you that your table extension to G/L Entry exist.
If you have delete the tableextension on purpose the you could run the powershell command:
Sync-NAVApp -ServerInstance $ServerIns -Name ''XXX -Mode Clean
The Mode "Clean" delete table on you extension Name XXX.
If you do not want to delete the table extension you should change the GUID for your extension
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
The errror is actually telling you that your table extension to G/L Entry exist.
If you have delete the tableextension on purpose the you could run the powershell command:
Sync-NAVApp -ServerInstance $ServerIns -Name ''XXX -Mode Clean
The Mode "Clean" delete table on you extension Name XXX.
If you do not want to delete the table extension you should change the GUID for your extension
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Answers
If you have delete the tableextension on purpose the you could run the powershell command:
Sync-NAVApp -ServerInstance $ServerIns -Name ''XXX -Mode Clean
The Mode "Clean" delete table on you extension Name XXX.
If you do not want to delete the table extension you should change the GUID for your extension
Remember to verify the answer to help others
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!