Steps to Set-up CoA Criteria

In order to configure criteria that is used to determine the correct account for suspense or a transaction, you need to configure two rules.  The two rules are as follows:
 

 

ChartOfAccountsScreen Rule

ChartofAccountsScreen business rule can be used to configure dynamic fields and validation for the criteria section in Step Four of the Chart of Accounts wizard. These fields can be configured for both suspense and transaction accounts. The criteria are client specific field information used to identify the correct account entry to which accounting should be written when there are multiple applicable accounts.  
 

Note: This rule ONLY configures the fields.  You need to configure the ChartofAccountsCriteria rule in order to configure the logic of how the information input into the fields gets values to match criteria.  See the ChartOfAccountsCriteria business rule section for further information.

 

CoA criteria screen in step four of the wizard

 

ChartofAccountsScreen XML Definition

<ChartOfAccountsScreen>         Opening/Closing tag

   <TransactionAccounting>      Indicates fields for transactions

<Fields>                             Fields section that will be used as criteria to match a debit/credit on an account

      <Field>                         Standard field tag

<Name>                      Name of field

<Display>                Display of field

<DataType>              Standard field datatype (this is almost always is a combo box)

<Query>                    Standard query tag for combo boxes and radio buttons

    <SuspenseAccounting>           Indicates fields for suspense

<Fields>                             Fields that will be used as criteria to match a debit/credit on an account

              <Field>                           Standard field tag

<Name>                       Name of field

<Display>                 Display of field

<DataType>               Standard field datatype (this is almost always a combo box)

<Query>                     Standard query tag for combo boxes and radio buttons

 

 

ChartofAccountsCriteria rule

This rule is only used in conjunction with the ChartOfAccountsScreen rule.  ChartOfAccountsCriteria rule is used to configure the logic that identifies the correct account to use for accounting processing based on criteria information.  The fields that capture the criteria information are configured via the ChartOfAccountsScreen rule.   If a transaction or suspense account has multiple associated accounts, this rule can be configured to identify the correct one via a criteria match.

 

ChartofAccountsCriteria XML Definition

<ChartOfAccountsCriteria>         Opening/Closing tag

<TransactionAccounting>    Criteria information for transaction fields

<Criteria>           Information about criteria for fields on the ChartOfAccountsScreen rule.  
This tag must be configured for each transaction that could use multiple
accounts for processing.

<SuspenseAccounting>      List of criteria information for suspense fields

<Criteria>            Information about criteria for on field on the ChartOfAccountsScreen rule