I'm fixing issues that we are seeing while moving to on-prem CRM9 UCI application. We used to pass HTML code to the message in (<any>window).Xrm.Page.ui.setFormNotification() and formContext.ui.setFormNotification() but looks like HTML tags are not supported in Unified interface (UCI)
I tried to use the following way to achieve this but it didn't work - https://www.itaintboring.com/dynamics-crm/how-to-turn-this-poor-one-liner-into-a-nice-multi-line-notification/
Is there an alternate way to achieve this? I want to provide URL in notification to navigate to a record in an entity (clicking on the library hold in the above picture helped us navigate to a record in a different entity)
Is this a MS CRM limitation?