Share via


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

  • _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.

See Also

Reference

HcmApplicationBasketLocation Table