You are here: Job and Form Set Rules Reference > JDT Rules Reference > RequiredFieldCheck

RequiredFieldCheck

Use this form set level rule to have the GenData program send a transaction to WIP when it sees that a field designated as Required does not contain data.

If you include this rule in the AFGJOB.JDT file and the system finds a required field with no data...

You can see the results on the console when using Documaker Server or in the Output are when using Studio’s Test manager. Here is an example from Studio’s Output area, which shows the GenData Errors tab:

GenData Errors

Keep in mind the RequiredFieldCheck rule ignores these fields:

Syntax

;RequiredFieldCheck;;;

There are no parameters for this rule.

Example

Place this rule in the AFGJOB.JDT file so it runs after the data is mapped but before batch assignments are made, similar to how you would place the IfRecipUsed rule.

<Base Form Set Rules>

;NoGenTrnTransactionProc;;;

;LoadExtractData;;;

;RunTriggers;;;

;UpdatePOLFile;;;

;WriteNaFile;;;

;BatchingByRecipINI;;;

;RequiredFieldCheck;;;

;PaginateAndPropogate;;;