DirPartyListPageView::updateQuery Method
Creates the query for the GlobalAddressBookListPage and DirPartyLookup forms.
Syntax
client server public static Query updateQuery(
Query _formQuery,
DirPartyRoleView _dirPartyRoleView,
[dirPartyLookupEntitiesFilter _dirPartyLookupEntitiesFilter])
Run On
Called
Parameters
- _formQuery
Type: Query Class
The query of the form.
- _dirPartyRoleView
Type: DirPartyRoleView Enumeration
An enumeration that determines which role of the dirParty table can be selected in the query.
- _dirPartyLookupEntitiesFilter
Type: dirPartyLookupEntitiesFilter Class
An object of the DirPartyLookupEntitiesFilter class.
Return Value
Type: Query Class
The query object that contains query according to the specified argument.