cancel
Showing results for 
Search instead for 
Did you mean: 

Campaign By Copying (Campaign Copy Control Configuration)

Former Member
0 Kudos

Hi All,

In CRM Marketing Planner I'm using the "Campaign By Copying" option to create a new campaign from an existing campaign template. The process is working fine and it is copying the relevant data from the template campaign to the newly created campaign. But I need to configure the Copying process so that it doesn't copy the planned start date and planned end date from the template campaign as it these two date values don't have any relevance in the new campaign. So, please let me know where do I need to configure these copy control fields in IMG so that I could allow and/or restrict some fields to be copied in the new campaign document. Also is this copy control field setting configurable like SAP-SD module or need some customization in terms of coding too ?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

While copying campaign you always have option to change validity dates.

As date fields are mandatory in campaign, you might end up with error while copying if you try to keep dates fields as blank and will not be able to proceed with copy.

You can implement enhancement CRM_MKTPL_OL_OBJ methods copy_before, copy_after will allow you to make some adjustments.

Hope this helps!!!