IFind Interface |
Namespace: SuperOffice.COM.Application
The IFind type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllMatches | find list of field values using another field as the key - poor mans SQL query Example: Find.Field("contact","contact_id","number1", "SUPER") returns an array with the contact ids where CODE = 'SUPER' |
![]() | Appointments | Find collection of Appointments for a particular associate between two dates |
![]() | ContactsByEmail | find collection of Contacts using e-mail addresses |
![]() | ContactsByName | Find collection of Contacts. If name ends in % then a begins with search is done. |
![]() | ContactsByPhone | find collection of Contacts using phone numbers |
![]() | ContactsLike | Find collection of Contacts using soundex. |
![]() | ContactsWithActiveStatusMonitor | Returns list of contacts with matching status monitors. Search by status monitor name or the status monitor id. |
![]() | ContactsWithLastCompletedActivity | Returns list of contacts with matching appointment/document counters. Search by date. |
![]() | ContactsWithLastCompletedSale | Returns list of contacts with matching sale counters. Search by date. |
![]() | ContactsWithLastCreatedActivity | Returns list of contacts with matching appointment/document counters. Search by date. |
![]() | ContactsWithLastCreatedSale | Returns list of contacts with matching sale counters. Search by date. |
![]() | ContactsWithLastDoByActivity | Returns list of contacts with matching appointment/document counters. Search by date. |
![]() | ContactsWithNumActivitiesCreatedPeriod | Returns list of contacts with matching appointment/document counters. Search by total number of appointments/documents. |
![]() | ContactsWithNumActivitiesCreatedTotal | Returns list of contacts with matching appointment/document counters. Search by total number of appointments/documents. |
![]() | ContactsWithNumActivitiesNotCompletedPeriod | Returns list of contacts with matching appointment/document counters. Search by total number of appointments/documents. |
![]() | ContactsWithNumActivitiesNotCompletedTotal | Returns list of contacts with matching appointment/document counters. Search by total number of appointments/documents. |
![]() | ContactsWithNumSalesCreatedPeriod | Returns list of contacts with matching sale counters. Search by total number of sales. |
![]() | ContactsWithNumSalesCreatedTotal | Returns list of contacts with matching sale counters. Search by total number of sales. |
![]() | ContactsWithNumSalesNotCompletedPeriod | Returns list of contacts with matching sale counters. Search by total number of sales. |
![]() | ContactsWithNumSalesNotCompletedTotal | Returns list of contacts with matching sale counters. Search by total number of sales. |
![]() | FirstMatch | 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' |
![]() | IdFromForeignKey | get record id based on foreignkeyvalue - returns 0 if no record is found |
![]() | IdsFromForeignKey | get record ids based on foreignkeyvalue - returns an array with the record ids |
![]() | PersonsByEmail | find collection of Persons using e-mail addresses |
![]() | PersonsByName | find collection of Persons by first and/or last name |
![]() | PersonsByPhone | find collection of Persons using phone numbers |
![]() | ProjectsByName | Find collection of Projects using names. If name ends in % then a begins with search is done. |
![]() | ProjectsLike | Find collection of Projects using soundex. |
![]() | ProjectsWithActiveStatusMonitor | Returns list of Projects with matching status monitors. Search by status monitor name or the status monitor id. |
![]() | ProjectsWithLastCompletedActivity | Returns list of Projects with matching appointment/document counters. Search by date. |
![]() | ProjectsWithLastCompletedSale | Returns list of Projects with matching sale counters. Search by date. |
![]() | ProjectsWithLastCreatedActivity | Returns list of Projects with matching appointment/document counters. Search by date. |
![]() | ProjectsWithLastCreatedSale | Returns list of Projects with matching sale counters. Search by date. |
![]() | ProjectsWithLastDoByActivity | Returns list of Projects with matching appointment/document counters. Search by date. |
![]() | ProjectsWithNumActivitiesCreatedPeriod | Returns list of Projects with matching appointment/document counters. Search by toal number of appointments/documents. |
![]() | ProjectsWithNumActivitiesCreatedTotal | Returns list of Projects with matching appointment/document counters. Search by toal number of appointments/documents. |
![]() | ProjectsWithNumActivitiesNotCompletedPeriod | Returns list of Projects with matching appointment/document counters. Search by toal number of appointments/documents. |
![]() | ProjectsWithNumActivitiesNotCompletedTotal | Returns list of Projects with matching appointment/document counters. Search by toal number of appointments/documents. |
![]() | ProjectsWithNumSalesCreatedPeriod | Returns list of Projects with matching sale counters. Search by total number of sales. |
![]() | ProjectsWithNumSalesCreatedTotal | Returns list of Projects with matching sale counters. Search by total number of sales. |
![]() | ProjectsWithNumSalesNotCompletedPeriod | Returns list of Projects with matching sale counters. Search by total number of sales. |
![]() | ProjectsWithNumSalesNotCompletedTotal | Returns list of Projects with matching sale counters. Search by total number of sales. |
![]() | Soundex | Returns the soundex form of the name |