Hi everyone, I'm having problems using these two vehicle APIs. Setting vehicle.IsStolen = true does not seem to affect LSPDFR. If I request a record check on the vehicle, it does not return the text "reported as stolen". Does LSPDFR read Vehicle.IsStolen at all, or does it maintain its own internal stolen status independently? And if so, Is there any way to get it or modify it? I tried a workaround, to display it manually with: Functions.SetVehicleAdvisoryText(vehicle, "STOLEN") but it does not seem to have any effect, the advisory text never appears during a records check. Am I missing something about how this function works, or are there specific conditions that need to be met for the advisory text to be displayed? Thanks in advance.