I'm having an issue with the Portal displaying Portal Comments with an '&' in them.
My Portal Comment object in dynamics 365 has a description like so:
http://contoso.com/username=Jonah&password=HelloWorld&Location=USA
But when this description is displayed in the Portal it is displayed like this:
http://contoso.com/username=Jonah&password=HelloWorld&Location=USA
I know that '&' is used to display the '&' in HTML but the portal isn't displaying it as such and thus breaks the links in the comments.
How do I go about preventing this from happening or at least parsing out the 'amp;'?