Increase Description length
TIA!
Best Answer
-
Geoff_Ross Cireson Consultant O.G.Sounds interesting. I think the second option sounds better. I expect the attached file is in a nice format for reading which might be better than the description box.
If thats not good, then option 1 could work, but I would probably suggest you write the contents of the attachment to a custom field, eg ChatLog which could be a 10,000+ long string and could easily be placed into a custom tab on the Incident form.
This would be a lot easier to read and more efficient for the portal to load.
1
Answers
This is not possible as the definition of the property is in a sealed management pack - System.WorkItem
Do you want to explain a little more about what you are trying to do as I'm sure the community can come up with a solution.
Geoff
The email itself get's attached to the new incident, so the only possible solution I can see is having a PowerShell script parse through the email object and create Action Log entries for every 4K characters.
OR make our process to include the following condition: If the Description chat transcript is cut off, refer to the attached email for the complete transcript.
If thats not good, then option 1 could work, but I would probably suggest you write the contents of the attachment to a custom field, eg ChatLog which could be a 10,000+ long string and could easily be placed into a custom tab on the Incident form.
This would be a lot easier to read and more efficient for the portal to load.
I easily could see an SCO runbook attached to your Email Incident templates that does this initial data sanitization and then cuts the Description at just enough lines to include "please see related items for more information". You could also go one step further and flip the Source on those Incident's to be a custom enum such as "Chat". This way come reporting time, you have a clear separation of Incident types.
We finally just made the simple policy statement that if you notice the transcript is chopped short, refer to the attached email. The only drawback is your complete transcript isn't 100% searchable.