SalesTable::initFromCustTableIL Method

Initializes a record in the SalesTable table from the customer account in the SalesTable table.

Syntax

server private static container initFromCustTableIL(container _salesTableContainer)

Run On

Server

Parameters

  • _salesTableContainer
    Type: container
    A container that contains the record from the SalesTable table.

Return Value

Type: container
An initialized record from the SalesTable table.

Remarks

This method is expected to be called only from the SalesTable.initFromCustTable method and should be called to run in IL.

See Also

Reference

SalesTable Table