Page 1 of 1

Field Code for Property Address selector checkbox

Posted: Fri Feb 19, 2021 7:03 pm
by arunman
Can someone please tell me what the field code is for the attached "Property Address" selector checkbox on the Deeds screen? I attempted to use the Field Code Browser, but the field could not be found there. Thanks!

Re: Field Code for Property Address selector checkbox

Posted: Wed Feb 24, 2021 2:33 pm
by BobRichards
There are no field codes associated with the selected properties on Deed objects. The Select client application uses check boxes in its user interface to make it easy for humans to add and remove existing properties. In the order using the API, you must add or remove items from the Deed's "Properties" collection. This is what the Select UI is actually doing when you check and uncheck a line.

If there are a total of three properties entered in the order and only the second properties is in the Deed.Properties collection then Select will indictate that by only checking that item in the Legal description(s) list.