Customize pre-processors
You can add and customize new pre-processors for the SFBI module. These custom pre-processors should be tested completely and appropriate approval process should be completed before deploying them in production.
To add and customize new pre-processors:
Note:
: If the newly added pre-processor is still not visible, add the pre-processor to the configuration file (Inform_IVRS_<trial>_<VendorName>_<ConfigName>.config) in <Installed Path>\IvrsIntegration\<Website> as follows:<PreProcessors>
<PreProcessor Name="Dispatcher" />
<PreProcessor Name="FormFrozen" />
<PreProcessor Name="FormLocked" />
<PreProcessor Name="FormComment" />
<PreProcessor Name="DataConstraintChecker" />
<PreProcessor Name="MyCustomPreProc" />
<PreProcessor Name="FileGenerator" />
</PreProcessors>
Parent topic: Configure pre-processors