Share via


RetailKitOrderJournal::insertJournal Method

Inserts record in the in the RetailKitOrderJournal table.

Syntax

client server public static RetailKitOrderJournal insertJournal(
    RecId _ecoResDistinctProductVariantRecId, 
    DataAreaId _inventDataAreaId, 
    InventJournalId _inventJournalId, 
    Qty _qty, 
    RetailKitOrderRecId _retailKitOrderId)

Run On

Called

Parameters

  • _ecoResDistinctProductVariantRecId
    Type: RecId Extended Data Type
    Product Kit Variant RecId for which to create assembly Order.

Return Value

Type: RetailKitOrderJournal Table
Object of the table RetailKitOrderJournal.

See Also

Reference

RetailKitOrderJournal Table