You are here: Job and Form Set Rules Reference > JDT Rules Reference > BatchingByPageCountPerRecipINI > INI File Examples > Scenario 1

Scenario 1

In this scenario, we will be showing how to set up a True condition. This tells the system to send the form set to the specified print batch if the recipient is specified in the recipient list for the batch. Here is an example from the FSISYS.INI file:

< BatchingByRecip >

DefaultBatch = Default

Batch_Recip_Def = True;"INSURED1PAGE";INSURED

Batch_Recip_Def = True;"COMPANY1PAGE";COMPANY

Batch_Recip_Def = True;"AGENT1PAGE";AGENT

Batch_Recip_Def = True;"INSUREDMULTIPAGE";INSURED

Batch_Recip_Def = True;"COMPANYMULTIPAGE";COMPANY

Batch_Recip_Def = True;"AGENTMULTIPAGE";AGENT

Batch_Recip_Def = Manual;"MANUAL";ALL

Batch_Recip_Def = Error;"ERROR";ALL

For each recipient, all one-page form sets go into one batch as shown here:

< Insured1Page >

Printer = Printer1

PageRange = 1,1

< Company1Page >

Printer = Printer2

PageRange = 1,1

< Agent1Page >

Printer = Printer3

PageRange = 1,1

All forms sets with two or more pages for each recipient go into a different batch, as shown here:

< InsuredMultipage >

Printer = Printer4

PageRange = 2,99999

< CompanyMultipage >

Printer = Printer5

PageRange = 2,99999

< AgentMultipage >

Printer = Printer6

PageRange = 2,99999

< Default >

Printer = PDefault

Form sets that need to go into WIP are in the manual batch:

< Manual >

Printer = Printer7

PageRange = 1,99999

Form sets with errors go into the error batch:

< Error >

Printer = Printer8

PageRange = 1,99999

This excerpt shows how to set the Print_Batches, PrinterInfo, and PrintedOutputFile control groups:

< Print_Batches >

Default = default.bch

Insured1Page = insured1page.bch

Company1Page = company1page.bch

Agent1Page = agent1page.bch

InsuredMultipage = insuredmultipage.bch

CompanyMultipage = companymultipage.bch

AgentMultipage = agentmultipage.bch

Manual = manual.bch

Error = error.bch

< Printer1 >

Port = data\insured1page.pcl

< Printer2 >

Port = data\company1page.pcl

< Printer3 >

Port = data\agent1page.pcl

< Printer4 >

Port = data\insuredmultipage.pcl

< Printer5 >

Port = data\companymultipage.pcl

< Printer6 >

Port = data\agentmultipage.pcl

< Printer7 >

Port = data\manual.pcl

< Printer8 >

Port = data\error.pcl

< PDefault >

Port = data\pdefault

< PrinterInfo >

Printer = Printer1

Printer = Printer2

Printer = Printer3

Printer = Printer4

Printer = Printer5

Printer = Printer6

Printer = Printer7

Printer = Printer8

Printer = PDEFAULT