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

PXCandidateList

Use this form set level rule to build the form candidate list, based on the Form Candidate List DAL Trigger, and determine if the requested DAL script in the AFGJOB.JDT file should be evaluated.

The PXCandidateList rule acts as a functional equivalent for the PreTransDAL rule. The PXCandidateList rule executes the DAL script specified in the calling AFGJOB entry.

The DAL script then builds the State Loc table and returns control to the PXCandidateList rule. This rule next processes each of the State Loc table records against the FED table to build a Form Candidate list and a Consolidated Form State Loc table.

     
Note The PXCandidateList and PXTrigger rules support Policy Xpress FED processing. These rules act as replacements for the PreTransDAL and DALTrigger rules when you are doing Policy Xpress FED-specific processing.

Syntax

PXCandidateList

Example

In this example, the rule calls a DAL script named Xpress_create():

;PXCandidateList;;Xpress_create();

The called DAL script then builds the State Loc and Form tables. Using these tables, the rule then builds a list of all possible forms for a given transaction. This form list is used by the PXTrigger rule to determine if the requested DAL trigger should be executed.