Page 1 of 1

PropertyID GUID

Posted: Thu Dec 29, 2022 3:07 am
by codvisor
Hi,

We want to update the Escrow Legal field of a specific Property through SDK. We already implemented that, but we need to provide the specific PropertyID GUID.
Where do I find the PropertyID GUID in the DB? Where should I search for it and get that data?

Many Thanks!

Re: PropertyID GUID

Posted: Thu Dec 29, 2022 1:27 pm
by BobRichards
I don't think you can get that information from any Select tables. You should use the Select API, open the order and get the guid directly from the property. Not all order information is persisted to SQL. Only that needed to generate some types of reports.