-
As the saying goes…
from my part of the world:
"I may not be right, but I'm sure."
[if you don't get it, leave me a comment and I'll explain it.]
Meanderings 713 views -
RSS Feed for this blog
I am going to switch over my main RSS feed for this blog over to Feedburner later today so I can get a better handle on usage, etc.
So, for those of you using RSS, you'll need to resync your aggregator tonight or tomorrow.
Thanks, Mitch
Misc 834 views -
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,497 views



