InventTrackingTraceFilter::createOnServer Method [AX 2012]
Creates the temporary table data on the server tier.
Syntax
server protected static void createOnServer(
ClassId _filterClass,
Common _filterTmp,
container _packedFilter)
Run On
Server
Parameters
- _filterClass
Type: ClassId Extended Data Type
The ID of the specific filter sub-class to use for creating the filter temporary table data.
- _filterTmp
Type: Common Table
The buffer for the filter table instance that should be written to. This must be the same type as given by .
- _packedFilter
Type: container
Packed filter instance.
Exceptions
Exception | Condition |
---|---|
Error | Thrown if _filterClass does not represent a valid sub-class of InventTrackingTraceFilter. |