IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
The custom module uses OA Code First. Once you have setup your module to use OA with the project template wizard, you can add another or change an existing content type, while developing. Thunder creates all the new CRUD operations in the manager and the data provider. It adds all the new OA mappings and creates the new Master-detail views as Sitefinity CMS backend pages.
For Sitefinity CMS to know that your module has changed, you must refresh its cache. To do this perform the following:
SELECT * FROM sf_schema_vrsns
WHERE module_name = 'CustomModule1.Data.OpenAccess.CustomModule1OpenAccessDataProvider'
IMPORTANT: Make sure that there is only one result from that query.
DELETE sf_schema_vrsns
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important