CRM and CX Blogs by Members
Find insights on SAP customer relationship management and customer experience products in blog posts from community members. Post your own perspective today!
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member249896
Participant
0 Kudos
This is just a short post as I stumbled over this in the past:

Problem


You want to define an action for a business partner object (Customer, Contact Person, Employee) but this is not possible because they are not ESF2 nodes - and only those support adding actions.

Solution


SAP provides the largely undocumented business object BusinessPartnerSolutionExtensions, which is ESF2. This business object is in sync with the default BusinessPartner business object - so for every UUID in BusinessPartner there's an identical UUID in BusinessPartnerSolutionExtensions.

So just create your action in BusinessPartnerSolutionExtensions and you will be able to link to the default BusinessParter using the UUID.

Note


This was tested using C4C release 1708.
4 Comments