Click or drag to resize

IFindContactsWithNumSalesNotCompletedTotal Method

Returns list of contacts with matching sale counters. Search by total number of sales.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IContacts ContactsWithNumSalesNotCompletedTotal(
	EnSaleStatus Status,
	IListTextItem amountclass,
	EnFindOperator op,
	int Value
)

Parameters

Status
Type: SuperOffice.COM.ApplicationEnSaleStatus
amountclass
Type: SuperOffice.COM.ApplicationIListTextItem
op
Type: SuperOffice.COM.ApplicationEnFindOperator
Value
Type: SystemInt32

Return Value

Type: IContacts
See Also