Share via


RunBaseMultiParm::insertAllOnServer Method [AX 2012]

Inserts all parameter records on the server tier to minimize RPC calls.

Syntax

server public static void insertAllOnServer(ClassId _classId, container _container)

Run On

Server

Parameters

  • _container
    Type: container
    A container with all the parameter records to inserte.

Exceptions

Exception Condition
Error

The class cannot be initialized on the server tier.

See Also

Reference

RunBaseMultiParm Class