diff --git a/docs/Issues/index.md b/docs/Issues/index.md index b99a74b..4f00877 100644 --- a/docs/Issues/index.md +++ b/docs/Issues/index.md @@ -269,7 +269,8 @@ You can confirm this by checking out the record's Attachments related list on a - Classic: Edit, View, Del for Attachments; Preview, Download, Del for Files - Lightning Experience: Delete, Download for Attachments; Download, Share, Public Link, View File Details, Upload New Version, Edit File Details, Delete, Remove from Record for Files -## I'd like to create a roll up with a Campaign Member, but when I try to deploy the trigger I get the following error: dlrs_CampaignMemberTest.testTrigger System.DmlException: Insert failed. First exception on row 0; first error: MALFORMED_ID, Invalid campaign id: null: [CampaignId] Class.dlrs.RollupService.testHandler: line 277, column 1 Class.dlrs_CampaignMemberTest.testTrigger: line 11, column 1 +## I'd like to create a roll up with a Campaign Member, but when I try to deploy the trigger I get the following error: +**dlrs_CampaignMemberTest.testTrigger System.DmlException: Insert failed. First exception on row 0; first error: MALFORMED_ID, Invalid campaign id: null: [CampaignId] Class.dlrs.RollupService.testHandler: line 277, column 1 Class.dlrs_CampaignMemberTest.testTrigger: line 11, column 1** Apex Text Classes run through what the code should be doing to "test" and make sure everything in the code is working as expected. They have other purposes as well, but that's enough to give context to what you need to do to resolve the issue.