New to working in D365 (I'm coming from CRM2011 so I've missed a few versions). I'm trying to figure out an issue I'm having in D365 (on premise v8.2). I've added a quick view form from contact (for addresses) into one of our child entities. This is displaying addresses for the contact on the child record form, as intended (I selected the appropriate lookup to the contact and then contact as the related entity).
However, now when I press the + on my quick view form to add a new address record, it's trying to attach the address to the child record, rather than the contact and thus a business process error throws as "Parent type 10065 not supported for address type 1071!"
10065 is the type for the child entity, although I'm not sure what "address type 1071" is as it's not an option on the Address Type field.
Why is this not mapping the contactid for the address since that is the lookup I have selected for the form? Is this expected behavior from a quick view form? Will I need to code around this with a workflow or plugin when adding an address to go get the contactid? I was hoping to use this quick view form several places in our system so they can add an address to the contact from several places in the system that have contact as their parent record.
*This post is locked for comments