Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the IsPrimary field in the HcmApplicationBasketLocation table and the DirPartyLocation table.
Syntax
client server public static void updatePrimaryLocation(
HcmApplicationBasketLocationRecId _applicationBasket,
DirPartyRecId _party,
LogisticsLocationRecId _location,
LogisticsIsPrimaryAddress _isPrimary,
LogisticsLocationIsPostal _isPostal)
Run On
Called
Parameters
- _applicationBasket
Type: HcmApplicationBasketLocationRecId Extended Data Type
A value of HcmApplicationBasketLocationRecId field.
- _party
Type: DirPartyRecId Extended Data Type
A value of DirPartyRecId field.
- _location
Type: LogisticsLocationRecId Extended Data Type
A value of LogisticsLocationRecId field.
- _isPrimary
Type: LogisticsIsPrimaryAddress Extended Data Type
A value of LogisticsIsPrimaryAddress field.
- _isPostal
Type: LogisticsLocationIsPostal Extended Data Type
A value of LogisticsLocationIsPostal field.
Remarks
Any changes in the existing record is corrected.