Announcements
No record found.
HiI'm having an issue that some times the trace log will not be completed and missing the beginning partis there any limitation for the length of it
*This post is locked for comments
Hi,
In the TraceLog entity the field Message BLock is string type TextArea format.
In CRM Text Area fields have a maximum length of 4000 characters.
Any idea how can i edit it
I check the metadeta and the length is 1073741823 so i don't think the issue like this
Yes, you're right about the max length but according with metadata that field cannot be updated.
My problem is
i made a method that will write a trace for an entity but each time an error will be thrown the trace will be different
The method expected output is
============= Entity Logical Name: msdyn_workorder Entity ID : bc17fb0d-4e11-e711-813d-5065f38b6482 Entity Attributes : Attribute: msdyn_workorderid ,Type: System.Guid, Value:bc17fb0d-4e11-e711-813d-5065f38b6482 Attribute: ets_affidavit ,Type: null, Value:null Attribute: ets_affidavitorder ,Type: null, Value:null <XmlData> <msdyn_workorder> <Id>System.Guid|bc17fb0d-4e11-e711-813d-5065f38b6482</Id> <msdyn_workorderid>System.Guid|bc17fb0d-4e11-e711-813d-5065f38b6482</msdyn_workorderid> <ets_affidavit>null</ets_affidavit> <ets_affidavitorder>null</ets_affidavitorder> </msdyn_workorder> </XmlData> =============
but if i got an error first time the output will be
s : Attribute: msdyn_workorderid ,Type: System.Guid, Value:bc17fb0d-4e11-e711-813d-5065f38b6482 Attribute: ets_affidavit ,Type: null, Value:null Attribute: ets_affidavitorder ,Type: null, Value:null <XmlData> <msdyn_workorder> <Id>System.Guid|bc17fb0d-4e11-e711-813d-5065f38b6482</Id> <msdyn_workorderid>System.Guid|bc17fb0d-4e11-e711-813d-5065f38b6482</msdyn_workorderid> <ets_affidavit>null</ets_affidavit> <ets_affidavitorder>null</ets_affidavitorder> </msdyn_workorder> </XmlData> =============
second time it will be
_workorderid ,Type: System.Guid, Value:bc17fb0d-4e11-e711-813d-5065f38b6482 Attribute: ets_affidavit ,Type: null, Value:null Attribute: ets_affidavitorder ,Type: null, Value:null <XmlData> <msdyn_workorder> <Id>System.Guid|bc17fb0d-4e11-e711-813d-5065f38b6482</Id> <msdyn_workorderid>System.Guid|bc17fb0d-4e11-e711-813d-5065f38b6482</msdyn_workorderid> <ets_affidavit>null</ets_affidavit> <ets_affidavitorder>null</ets_affidavitorder> </msdyn_workorder> </XmlData> =============
not all the time the cutting is equal
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
JS-09031509-0 3
AS-17030037-0 2
Mark Eckert 2