HcmApplicationBasketLocation::insertApplicationBasketLocation Method
Inserts a record in HcmApplicationBasketLocation table with the supplied values.
Syntax
client server public static void insertApplicationBasketLocation(
LogisticsLocationRecId _location,
HrmApplicationBasketRecId _applicationBasketRecId,
LogisticsLocationIsPostal _isPostal,
LogisticsIsPrimaryAddress _isPrimary,
LogisticsIsPrivate _isPrivate,
[utcdatetime _validFrom,
utcdatetime _validTo])
Run On
Called
Parameters
- _location
Type: LogisticsLocationRecId Extended Data Type
A value of LogisticsLocationRecId field.
- _applicationBasketRecId
Type: HrmApplicationBasketRecId Extended Data Type
A value of HcmApplicationBasketRecId field.
- _isPostal
Type: LogisticsLocationIsPostal Extended Data Type
A value of LogisticsLocationIsPostal field.
- _isPrimary
Type: LogisticsIsPrimaryAddress Extended Data Type
A value of LogisticsIsPrimaryAddress field.
- _isPrivate
Type: LogisticsIsPrivate Extended Data Type
A value of LogisticsIsPrivate field.
- _validFrom
Type: utcdatetime
A value of validFromDateTime field.
- _validTo
Type: utcdatetime
A value of validToDateTime field.
Remarks
Any changes in the existing record are corrected.
Although this table is date effective, no date effective records are created when you modify them. All edits are corrected.