Parameters for GetSerial

Top  Previous  Next

Variable

Description

InterfaceFilter

Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.

 

Example: InterfaceFilter = c:\PageGateData\Filters\yourfilter.xml

 

This parameter calls on the filter after GetSerial has received and processed a message trigger, including any lookup substitutions.

InterfaceFilterDebugFile

Example: InterfaceFilterrDebugFile = c:\PageGateData\Filters\GetSerialFilter.log

 

When using an interface filter, you can use this parameter to output this specific filter's log to the declared location and file name.

RawInterfaceFilter

Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.

 

Example: InterfaceFilter = c:\PageGateData\Filters\yourfilter.xml

 

This parameter calls on the filter before GetSerial has received and processed a message trigger, including any lookup substitutions.

RawInterfaceFilterDebugFile

Example: RawInterfaceFilterDebugFile = c:\PageGateData\Filters\GetSerialFilter.log

 

When using a filter, you can use this variable to output this specific filter's log to the declared location and file name.

UseFilterDll

Note: pgfilter.exe and pgfilter.dll must reside in the PageGate program directory to use this parameter.

 

Example: UseFilterDll = True

 

Setting this parameter to true tells PageGate to use the filter dll, which is a more efficient method of running the filter.