Hello D365 community,
I am quite new to Dynamics 365 Business Central. I have upgraded one of our extension with extra functionality in it. I have added 2 extra fields in the existing table using table extension. I have also done some work on install and upgrade code unit. Now I don't know whether its schema conflicting error or what. This is what error looks like
Error Details:
Deployment failed. Errors: App ID : XXXX-XXXX-XXXX-XXXX Message : { Could not upgrade the extension ' XXXX' by 'XYZ' from version '1.0.0.26' to '17.5.1.50'
for tenant 'Tenant-XYZ' and company 'Company ABC' due to the following error: 'The record in table Report Selections already exists.
Identification fields and values: Usage='Reminder',Sequence='1'' and AL stack trace:
"Upgrade Standard Reports"(CodeUnit XXXXX).InitReportSelection - Standard Reports by XXXX
"Upgrade Standard Reports"(CodeUnit XXXXX).InatilizeDefaultReports - Standard Reports by XXXX
"Upgrade Standard Reports"(CodeUnit XXXXX).OnUpgradePerCompany - Standard Reports by XXXX
""Upgrade Triggers""(CodeUnit 2000000008).OnUpgradePerCompany line 2
} - Job Id : XXXX-XXXX-XXXX-XXXX
Can someone please help me with this?
Thanks in Advance.