cancel
Showing results for 
Search instead for 
Did you mean: 

CRM_MKTPL BADI

Former Member
0 Kudos

We have couple of custom fields (added by EEWB) at Marketing Plan and Campaign level.

Few custom fields on Marketing Plan level need to be inherited and greyed out at Campaign level.

I am not able to figure out which method in CRM_MKTPL badi should be used (for inherit and grey out).

Which method will have details about Marketing plan (parent) as well as Campaign (child) custom field data?

Thanks

Message was edited by: Jitendra dagur

Accepted Solutions (0)

Answers (1)

Answers (1)

KaushalShah
Active Contributor
0 Kudos

You should be able to use Check_Attribute & Set_Attribute. Check attribute is called each time information is fetched of a particular marketing plan object. Set attribute is called whenever you try to save something for a marketing plan object.

You should be able to fetch all info about child & parent objects even if they are not available directly.

Hope this helps.

Regards,

Kaushal