HcmApplicationBasketLocationView::findByIndividual Method
Finds a record in the HcmApplicationBasketLocationView view, by using the specified value of the Individual field.
Syntax
client server public static HcmApplicationBasketLocationView findByIndividual(
DirPartyRecId _personRecId,
HrmApplicationBasketRecId _applicationBasketRecId,
[LogisticsLocationIsPostal _isPostal])
Run On
Called
Parameters
- _personRecId
Type: DirPartyRecId Extended Data Type
A value of the Individual field related to the DirPartyLocation table.
- _applicationBasketRecId
Type: HrmApplicationBasketRecId Extended Data Type
A value of the Individual field related to HcmApplicationBasketLocation table.
- _isPostal
Type: LogisticsLocationIsPostal Extended Data Type
A Boolean value indicating whether to find postal address.
Return Value
Type: HcmApplicationBasketLocationView View
A record in the HcmApplicationBasketLocationView table.