PropertyID GUID

Questions about and code samples for custom order rules and validation within Select.
Post Reply
codvisor
Posts: 6
Joined: Wed Nov 09, 2022 12:52 pm

PropertyID GUID

Post 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!
BobRichards
Posts: 1376
Joined: Wed Jan 15, 2014 3:50 pm
Location: Raleigh, NC
Contact:

Re: PropertyID GUID

Post 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.
Bob Richards, Senior Software Developer, SoftPro
Post Reply