Mitch Milam's Dynamics CRM Discussions
Knowledge found and lost while working with Microsoft Dynamics CRM
-
Changing the Form Layout for an NTEXT Field in Dynamics CRM 3.0
I encountered an interesting issue this morning that required interesting solution.
I had to change an attribute type from NVARCHAR to NTEXT due to some data import issues ( I'm assuming ). When I added the Field back to the Form, it automatically occupied two cells in the Form ( the section was two-column ).
Now personally, I was a bit irritated with CRM taking license with my Form design. Especially when I could only control the number of lines high the Field would be.
So instead of getting mad, I got even, and corrected the issue by doing the following:
- Export the Entity.
- Open in WordPad.
- Find the FormXML section and locate the field in question.
- Change colspan="2" to colspan="1"
( colspan is HTML-speak for: how many table columns does
this cell occupy ) - Save the file
- Import the Entity
- Publish the Entity
And there you have it.
Since the sky didn't open up and start bleeding or anything, I'm assuming this is a supported action. Your mileage my vary.
Customization, Dynamics CRM 1,760 viewsLeave a reply



