HcmApplicationBasketLocationView::updateQuery Method [AX 2012]

Update the query of the HRMApplicationBasket form.

client server public static void updateQuery(
    FormDataSource _formDataSource, 
    RecId _party, 
    RecId _nonParty, 
    LogisticsLocationIsPostal _isPostal)

Run On

Called

Parameters

_formDataSource
Type: FormDataSource Class
A FormDataSource object for the logistics location data source of the LogisticsContactInfo form.
_party
Type: RecId Extended Data Type
A value for the DirPartyRecId field that is used in the complex query expression.
_nonParty
Type: RecId Extended Data Type
A value for the HcmApplicationBasketLocationRecId field that is used in the complex query expression.
_isPostal
Type: LogisticsLocationIsPostal Extended Data Type
A Boolean value that indicates whether the location is a postal address.

Adds a complex range for the HcmApplicationBasketLocationView view.

Show: