DirPartyListPageView::updateQuery Method [AX 2012]
Creates the query for the GlobalAddressBookListPage and DirPartyLookup forms.
client server public static Query updateQuery(
Query _formQuery,
DirPartyRoleView _dirPartyRoleView,
[dirPartyLookupEntitiesFilter _dirPartyLookupEntitiesFilter])
Run On
CalledParameters
- _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 ClassThe query object that contains query according to the specified argument.
Show: