I have a field called Region inside Contact entity.
I want to delete the field,however I cannot do so as the field has dependency,which is a view from Key Contact entity.
The view is called Key Contact Associated View. I have checked the view and the Region field cannot be seen inside the view:
But when I try to open the xml using fetchxml, there is linking of Key Contact and Contact inside Key Contact Associated View :
The attribute ads_region is the field I want to delete inside the view,so that I can delete the field inside Contact entity. However I cannot find the field when I try to edit the view but I can find attribute gendercode inside the view.
When I try to delete the relationship from fetchxml,it says that I cannot change the return attribute:
How can I delete the field from the view (the dependency) so that I can delete the field in Contact entity?