Share via


HcmApplicationBasketLocationView::updateQuery Method

Update the query of the HRMApplicationBasket form.

Syntax

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.

Remarks

Adds a complex range for the HcmApplicationBasketLocationView view.

See Also

Reference

HcmApplicationBasketLocationView View