New field in custom tile view not displaying in UImodel

I need to add a new field (Alumni Relation Manger) to a custom constituent tile. I have added the new field to the view, but it is not included in the UImodel. How do I get the new field to show up in the UImodel?

Comments

  • @Meg Puffer

    The easiest way would be to use the Refresh UI Model tool in Visual Studio. This can be found under the Tools → RefreshUIModel. I occasionally have had issues with the tool and if it does not work you can manually add the field to the UI Model by looking at how other fields are implemented.