Assessor type Contact

Discussions related to custom development with Select.
Post Reply
sanjay.mittal
Posts: 94
Joined: Mon Dec 28, 2009 3:43 pm

Assessor type Contact

Post by sanjay.mittal »

Does the SPS API has the contact type "Assessor" ? I couldn't find it in the API. Also does SPS allow us to add the new contact type?

Thanks
Sanjay
804-762-4076
Mark McKenna

Re: Assessor type Contact

Post by Mark McKenna »

There is no built-in contact type for Assessor, so it would be set up as an "Other" type of contact. These additional types you define are stored in the Other Contact - Contact Type lookup table, which you can access through the Lookups API.

Further, Other Contacts are accessible through the IOrder.OtherContact collection of IOther objects. The contact type (e.g. Assessor) is exposed by the ContactType property on IOther.
Post Reply