cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to add contact person's marketing attributes to the account contact view set?

0 Likes
488

Dear expert,

I'm new to CRM and WebClient. I've received a request to add marketing attributes to the account contact view set(navigate from corp customer). I was able to add marketing attributes to it but values in marketing attributes belong to Corporate not account contact itself.

Steps that I've done:

In runtime repository editor of component BP_DATA

  • Create component usage for component BP_DATA, View BP_DATA/MarketingAttributesEOVPList
  • Create view area marketing attributes within ViewSet BP_DATA/AccountContactViewSet

In component controller, method WD_USAGE_INITIALIZE

call method iv_usage->bind_context_node with params
iv_controller_type  = cl_bsp_wd_controller=>co_type_component
iv_name             = iv_usage->usage_name
iv_target_node_name = 'PARTNER'
iv_node_2_bind      = 'PARTNER'.

I've tried to change iv_target_node_name = 'BUILCONTACTPERSON' but nothing is showed.

Accepted Solutions (0)

Answers (0)