Closed Varun-Sharma-1981 closed 7 years ago
This is the error I am getting in the logs:
Required fields are missing: [Expires_c]. I've realized that there is a custom field on the Content object with this name. How can we workaround this if we need to keep the field?
Hi @Varun-Sharma-1981,
Thanks for using my conversion tool. Hrm, custom required fields can be a problem for data migrations.
Here are some options to consider:
Expires__c
requiredbefore insert
trigger on ContentVersion
object to default the valueConvertNotesToContentNotesService
apex class as neededThanks,
Doug
I'm trying to do a test convert and have also enabled the trigger. Neither is working for me at the moment. Please help!