I hope somebody else already encountered similar issue.
I have created a solution using the latest version of CRM Online 2016 (8.0.0.2086) and tried to import it into CRM On Premise 2016 (8.0.0.1088). I exported it as an unmanaged solution and during the import I get:
The import file is invalid. XSD validation failed with the following error: 'The 'unmodified' attribute is not declared.'. The validation failed at: '...ewPicker>false</EnableViewPicker><ViewIds>{00000000-0000-0000-00AA-000010001004},{00000000-0000-0000-00AA-000010001003}</ViewIds><EnableJumpBar>false</EnableJumpBar>
I looked into the customizations.xml of the exported solution, and I could find that CRMcomplains because of this:
<savedquery unmodified="1">
The unmodified attribute is present in every savedquery field and apparently this does not get through the XSD validation.
Is this something really new that is present in Online and not in OnPremise versions?
What should I do to be able to import the solution? Should I remove manually the attribute?
Thanks.