Click or drag to resize

IFindFirstMatch Method

find list of field values using another field as the key - poor mans SQL query Example: Find.Field("contact","contact_id","number1", "SUPER") returns the first contact where CODE = 'SUPER'

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
Object FirstMatch(
	string Table,
	string ResultField,
	string SearchField,
	Object KeyValue
)

Parameters

Table
Type: SystemString
ResultField
Type: SystemString
SearchField
Type: SystemString
KeyValue
Type: SystemObject

Return Value

Type: Object
See Also