cancel
Showing results for 
Search instead for 
Did you mean: 

I Want my Activity Template to Use the Start Date/Time of my Campaign

Former Member
0 Kudos

Hi Gurus

I have a custom activity type and activity template, I would like the start time of the template to be the same as the campaign that it gets attached to.

At the moment the start time and date is being calculated as the day i create the template.

Is it possible for this to be accomplished ?


If so how ?


Many Thanks

Vikas Kumar 

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member196553
Active Contributor
0 Kudos

Hello,

in standard the start and and date and time are taken from the activity template while creating the activity. There are 2 different ways of generating the activities with reference to a marketing campaign:

  • if the activity is created while campaign execution you need to implement BAdI CRM_MKT_MODIFY_ORDER method MODIFY_ACTIVITY_OBJ to change the design
  • if the campaign is added to the activity retroactively so the activity is generated from the activity template and then the campaign is determined for the activity you can use BAdI CRM_CAMPAIGN_DET method COPY_CAMPAIGN_DATA to influence the data

I hope this answers your questions.

best regards,

Johannes