Show/Hide Toolbars

Most of the CJBs in TeamConnect® Legal Matter Management 3.4 use one XML file and one class file. However, CJBs with batch displays require two additional files to define the new and regular rows of the batch display. For example, the Cost Center block for the Transaction object uses the following four files:

CjbTCostCenterSYS.class—Java class file

CjbTCostCenterSYS.xml—Primary XML CJB design file

CjbTCostCenter_NewRowSYS.xml—XML design file that represents the New Row

CjbTCostCenter_RegularRowSYS.xml—XML design file that represents the Regular Row

The same convention is used for the Cost Center blocks for the Dispute object:

CjbDCostCenterSYS.class—Java class file

CjbDCostCenterSYS.xml—Primary XML CJB design file

CjbDCostCenter_NewRowSYS.xml—XML design file that represents the New Row

CjbDCostCenter_RegularRowSYS.xml—XML design file that represents the Regular Row

The batch display convention is also used for the Environmental Corrective Action block, which is displayed on the General tab of Dispute records that have the Environmental category:

CjbDCorrectiveActionSYS.class—Java class file

CjbDCorrectiveActionSYS.xml—Primary XML CJB design file

CjbDCorrectiveAction_NewRowSYS.xml—XML design file that represents the New Row

CjbDCorrectiveAction_RegularRowSYS.xml—XML design file that represents the Regular Row

The batch display convention is also used for the Real Estate Lessee block of the Transaction object, which is displayed on the General tab if the Real Estate category is selected. The Real Estate Lessee block uses the following files:

CjbTLesseeSYS.class—Java class file

CjbTLesseeSYS.xml—Primary XML CJB design file

CjbTLessee_NewRowSYS.xml—XML design file that represents the New Row

CjbTLessee_RegularRowSYS.xml—XML design file that represents the Regular Row