2
votes

I have a scenario where I need to add multiple Address to Account. I am using Dynamics 365 online instance and my current implementation for Account Entity form looks like below, enter image description here

My requirement is I need to put multiple address sections here to enter Regional Office details. I have made some changes in the form to input 2 Regional Address. But for some account, there would be multiple regional addresses which we cant predict. enter image description here

Is there any option in dynamics to add multiple addresses like above, so that we don't need to add more sections rather user can click on (+ Symbol) to add this section to enter address details.

1
CRM has native child address entity relationship which will store multiple address for a parent account.. are you not using it?. in your case, Each address Section is going to have one multi line text box or what?Arun Vinoth - MVP
Thanks for the comments Vinoth. I just started learning CRM 2 months back and not familiar with all out of the box features and functionalities. How to use CRM native child entity relationship in my case. Also, the above Address section contains multiline textbox(Default address section).Cyber
Check the link in my first comment.. that should answer you.. otherwise you can have multiple multi line textbox hidden in the form, show/hide based on some add more address button (+) or something like that..(I don’t recommend this as it’s going to have unnecessary denormalized multi line fields in the same Account record)Arun Vinoth - MVP

1 Answers

1
votes

I would recommend you to use Out of the box Address entity (relationship available only to Account/Contact).

Like explained in this blog, Enable the navigation in Account form editor to see the associated view of Address in Account record.

Open your solution and edit the Account form, Select Navigation and then double click addresses - Then "Save & Publish"

enter image description here

Additionally, you can add subgrid of address view in Account form, but known product bug will not allow users to create new address from subgrid (+) button due to limitations like quick create not available for Address entity and lookup of customer missing in Address form. So you have to train users to use associated view to add new address.