cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Marketting Atrributs in Contact Person Creation Screen of IC Agent Web UI

Former Member
0 Kudos

Hi Experts,

We had a requirement in which we had to add a functionality in which we can add marketting attributes to a contact person duing its creation in IC Agent WEB UI screen in CRM 6.0.

We used this by synchronising the component controller of both the components and using the BOL objects underneath the context nodes.

However, during upgrade to CRM 7.x, the model nodes were replaced by Value nodes as a result we are facing issues in synchronizing both the components.

Can anyone please provide a solution for this. Also please convey us the way by which without changing the properties of Valune node we can bind it with model node.

The components which we used are:

Contact Person Creation: ICCMP_BP_CP

Marketting Attributes: BP_DATA

Regards,

Chinmaya Mandavgane

Accepted Solutions (1)

Accepted Solutions (1)

former_member188098
Active Contributor
0 Kudos

Hi,

During upgrade we have added  attributes to IC Agent WEB UI from component ICCMP_BP_CP having view ICCMP_BP_CP/BuPaContactPersonCreate having  value node CONTPERSADDRESSVALNODE .

we bind the value node and model node in the DO_INIT_CONTEXT method of view.And it is working fine.

Regards,

Harish Kumar

Former Member
0 Kudos

Hello Harish,

Thanks for the reply. The method you said is working fine. But now the problem is the Model node is already bind with BOL contents of previous contact person related to whom we want to create new Conatct Person. As a result, the details of previous contact person comes in to the create screen. But this is not the issue.

Since the previous contact person is bound to the model node of component controller ICCMP_BP_CP and this node of component controller is bound to model node of component controller of BP_DATA through WD_USAGE_INITIALIZE. Due to this, when the create contact screen opens the mkt attributes of previous contact still remains as it is, instead of blank attributes screen.

Clearing the entity also doesn't help since by doing this, the screen doesn't get refrshed, and the mkt attributes of previous contact remains as it is.

Any help will be appreciated.

Regards,

Chinmaya Mandavgane.

Answers (0)