SCSM 2010 - How to increase size restriction in the Description field
-
mardi 17 avril 2012 21:57
We have SCSM 2010 and we somehow reach the character limit input in the description field in an incident. How do you increase the size restriction/limit?
Toutes les réponses
-
mercredi 18 avril 2012 07:00
Perhaps the below will be of help.
F.
As long as you learn something new every day, the day is not wasted.
-
mercredi 18 avril 2012 12:33
I don't believe the character limit on the incident's description property can be increased (for reference, it's only 4000 characters long). However, if you need a larger field, you can extend the Incident class and add your own description property (string data types can go up to 65536 characters, but I've never personally tried a string property of that size in Service Manager).
Next you can extend the out-of-the-box incident form to add a control for your new custom property
And if you want to hide the Incident form's old Description textbox control, simply set the "Visibility" property to "Hidden" while customizing the Incident form. I personally wouldn't hide the control, though..other Service Manager features (such as the Portal) may use it.
Hope that helps a little :)
- Modifié Aaron Croasmun mercredi 18 avril 2012 12:47
- Proposé comme réponse Anton Gritsenko - FreemanRUMVP, Moderator mercredi 18 avril 2012 13:04
- Marqué comme réponse Andreas BaumgartenMVP, Moderator vendredi 5 octobre 2012 18:35
-
dimanche 22 avril 2012 21:00Modérateur
As Aaron writes, the limit of the description field is within the property itself. And if you take a closer look at the different (string) fields/properties inside SCSM you will notice that none of them really accepts more than 4000 characters. The reason for this is that properties larger than that won't be copied to the DW by default. If you want to copy data from properties larger than 4000 characters, you can do so by defining you own dimensions, facts and outriggers, see http://blogs.technet.com/b/servicemanager/archive/2010/03/30/deep-dive-into-the-data-warehouse-custom-fact-tables-dimensions-and-outriggers.aspx.
And as Aaron, I wouldn't recommend not using the out of the box description property.
Regards
//AndersAnders Asp | Lumagate | www.lumagate.com | Sweden | My blog: www.scsm.se

