Share via


SMAServiceOrderActivityDP.insertIntoTable Method [AX 2012]

Inserts data into the temporary table.

Syntax

protected void insertIntoTable(date _date, int _numberOfServiceOrders)

Run On

Server

Parameters

  • _date
    Type: date
    The date for the service orders.
  • _numberOfServiceOrders
    Type: int
    The number of service orders.

See Also

Reference

SMAServiceOrderActivityDP Class