Forum Discussion
Chris McNulty
Jun 15, 2017Silver Contributor
Custom markup in SharePoint calculated columns
Earlier this week, we published an update on Message Center to advise selected tenants about a change in the operation of SharePoint. To sum up, we removed an undocumented, unsupported behavior tha...
- Jun 16, 2017It is great to get the explanation for these things that impact so many.
mgable_presidio
Aug 16, 2017Copper Contributor
Here is the official fix, at least for on-premise:
# NOTE: =$False NOT ="$False" # In SharePoint 2016 Management Shell, run... $Web = Get-SPWebApplication http://weburl $Val=$Web.CustomMarkupInCalculatedFieldDisabled=$False $web.update() # To confirm it is now false... $Web.CustomMarkupInCalculatedFieldDisabled