From b08405a56117ad7466f626c5ebb73fd5b54fd0c5 Mon Sep 17 00:00:00 2001 From: Shari Carlson <43869072+sharicarlson13@users.noreply.github.com> Date: Sat, 28 Sep 2024 11:33:10 -0500 Subject: [PATCH] Update index.md --- docs/Issues/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.