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
- _classId
Type: ClassId Extended Data Type
The class ID of the class to initialize on the server tier.
- _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. |