cancel
Showing results for 
Search instead for 
Did you mean: 

Adding 'Private Addresses' tab in BP_CONT/Contact_Details view

Former Member
0 Kudos

Hi Experts,

I am new to CRM 7.0 Web UI Development. I need your help for the below mentioned problem.

I need to enhance BP_CONT/Contact_Details tab with tab Private Addresses (Component: BP_ADDR, View: CorpAccountAddresses) in it. As of now, Contact_Details tab shows General Data and Work tabs. Now I need to add Private Addresses tab (all the fields in it).

Could anyone please help me in solving the same.

Thanks and Regards,

Harish

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I think private address for Contact Person is already there in standard, go to Contact Person Overview page and check the Personalize link for the private address in available Assignment Block, you need to move it to displayed assignment block and save.

Regards,

Shobhit

sumit_mittal2
Active Contributor
0 Kudos

Hi Harish,

To achieve this req. first find out the details of UI comp/view for private address.

Once you know the component/view name you need to create component usage of 'private address comp/view' in contact component.

For data transfer, do binding in contact's component controller wd-usage-inilialize method.

Add the view to ov page in the run tme repository.

Cheers,

Sumit mittal