rappen / PluginTraceViewer

Investigate the Microsoft Dataverse Plugin Trace Log with easy filtering and display possibilities
https://JonasR.app/PTV
GNU General Public License v3.0
12 stars 5 forks source link

Finding more records #204

Open rappen opened 3 days ago

rappen commented 3 days ago

See example:


----------quote----------
- opportunityid = (EntityReference) opportunity (09f4fbfa-19c7-45ec-b416-634bd88xxxxx) Kalle Kula
- quoteid = (System.Guid) db969c1e-b684-ef11-ac21-0022489xxxxx
- quotenumber = (System.String) QUO-31391-XXXXX
- statecode = (OptionSetValue) System.Runtime.Serialization.ExtensionDataObject (1)
- statuscode = (OptionSetValue) System.Runtime.Serialization.ExtensionDataObject (2)
- totalamount = (Money) (441000.0000000000)
--------------------------------------

Trace target

----------quote----------
- quoteid = (System.Guid) db969c1e-b684-ef11-ac21-0022489xxxxx
- statecode = (OptionSetValue) System.Runtime.Serialization.ExtensionDataObject (3)
- statuscode = (OptionSetValue) System.Runtime.Serialization.ExtensionDataObject (7)
- modifiedon = (System.DateTime) 11/12/2024 8:42:33 AM
- modifiedby = (EntityReference) systemuser (b3ec966e-6aca-ee11-9079-000d3abXXXXX) Lisa Lus
- modifiedonbehalfby = null;
--------------------------------------

Trace opportunity

----------opportunity----------
- statecode = (OptionSetValue) System.Runtime.Serialization.ExtensionDataObject (0)
- xxx_revenuecalculation = (OptionSetValue) System.Runtime.Serialization.ExtensionDataObject (757550003)
- opportunityid = (System.Guid) 09f4fbfa-19c7-45ec-b416-634bd88xxxxx
--------------------------------------

Exiting XXXXXXXXXX.Crm.PostQuoteUpdate.Execute()

image

Find quoteid and id.


rappen commented 3 days ago

Why can't it find these records?

image