Share via


MCRCustCreditTable::createSkeleton Method

Creates a display only credit record.In order to insert it into the table, an amount is required.

Syntax

client server public static MCRCustCreditTable createSkeleton(
    SalesTable _salesTable, 
   [SalesLine _salesLine, 
    boolean _onAccountOverride])

Run On

Called

Parameters

  • _salesTable
    Type: SalesTable Table
    The SalesTable record of the original sales order.
  • _salesLine
    Type: SalesLine Table
    The SalesLine record of the original sales order; optional.
  • _onAccountOverride
    Type: boolean
    Indicates if this credit is being forced to be of time on account.

Return Value

Type: MCRCustCreditTable Table
The MCRCustCreditTable record containing cust credit information pertaining to the sales order.

See Also

Reference

MCRCustCreditTable Table