Printable Field
You can print the information contained in any field you see in
the various forms in Collect!.
Each field has a UNIQUE identifier. (Such as, de.na,
which refers to the Name field on the Debtor form.)
See below to view the complete list of UNIQUE IDENTIFIERS.
View identifiers for Debtor fields
All printable fields are listed in the Printable Field list. The fields are
named by using a short 2 character code for the form, and a short
code for the field in the form. For example, the Name field in the
Client form is referred to as cl.na. These
field codes are used many places in Collect!, not only in reports.
You can pull down the Print menu and choose Settings.
Choose Printable Information to display the Printable Field list.
Automatically Add A Code To Your Report Body
When you are in the Report Body, you can bring up the
Printable Field list by pressing F2. The Choose Report Item
form is displayed. Pick Database field and press Next to
display the Printable Field list.
Click on a field to automatically add its code to your Report
Body at the position of your cursor.
When the Printable Field list is displayed, you can
search it by beginning to type the first two letters of the Collect!
form that contains the field you are looking for. The list will
scroll to that section. You can look in the Window column for
the full name of the form. Use the Page Up and Page Down
keys to scroll quickly through the list.
Also, you can do a quick print of the entire list for reference.
Simply pull down the Print menu and choose Quick Print
when you have the Printable Field list displayed.
Manually Add A Code To Your Report Body
To print a database field in a report or letter, use the @
symbol before the field name in your letter text. For example, to print the
Client name in a letter, use @cl.na.
When the letter or report is printed, the @cl.na will
be replaced with the name of the Client currently displayed.
Some syntax rules apply as described below:
ID
This is the code for the field. Use this code in your report
text. Click on the code to enter it in your Report Body.
In this list, each form has a code. It is the
first part of the ID. For example, in de.ow,
' de.' stands for the Debtor form. Each field has
a code too. It is the second part of the ID. For example,
in de.ow, '.ow ' stands for the Debtor's Owing field.
Window
This is the full name of the form in which the database
field is found.
Name
This is the Name of the field whose data is pulled
when you use the code in the ID column for this line.
Window Index
This is an indexing column used by the report manager. For
internal use only.
Field Index
This is the an indexing column used by the report manager.
For internal use only.
Rebuild
Select this button to rebuild the list. Rebuilding occurs
automatically when you install a patch or a new release
of the software. You should only need to rebuild your list
by selecting this button if your reports suddenly begin
to output incorrect fields. The list does need to be
refreshed sometimes and rebuilding it corrects many
apparent errors.
Help
Press this button for help on the Printable Field list
and links to related topics.
OK
Select OK to close this form and return to the previous form.
WARNING: Don't rebuild this list if you are signed in using
aliases or you may corrupt your database!
Before Rebuilding The List
Do the following:
1. Create a User group with Level 99, and no access rights
defined.
2. Create a User at that level.
3. Exit and sign back in as the new User.
4. Now rebuild the Access Rights and the Printable Information
tables.
Database Printable Information Codes
The below table lists all of the available printable fields
in Collect!. A customized version of this table can be run
from your Collect! installation under the Print Menu\Collect!
Data Table
Printable Field ID
This is the actual code that you would use in a report. Example: @de.na
SQL Field ID
This is the Database field that the Printable Field ID corresponds to.
This is useful for SQL queries and ODBC connections.
N/A means that the print code does not refer to a
database record, it will refer to a RAM record.
Field Name
This is the actual field name in Collect!
Alias Field Name
When run from your system, this column will display your
alias for the field.
Record Name
This is the Collect! form that the field belongs to.
Access Rights ID
This displays the Access Rights ID of the field.
Record Type
Text, AN - Can store any Character
Text, N - Can only store numbers
Date - Can only store a date
Currency - Can only store dollar values
N/A - Not a field, likely a tab or virtual field
Check Box - Database value is likely a bit flag
Percent - Can only store floating point decimals
Pick List - Usually stores a number, these fields contain system pick lists
Radio Button - Database value is likely a bit flag
Time - Can only store time in 24 hour format
Elapsed Time - Can only store time in 24 hour format
Field Length
This is the maximum number of characters that can be stored
in the field.
Bit Value
Check Boxes and Radio Buttons are shared fields in the database. For example,
the check boxes on the Debtor's Misc tab are all stored in a single field in
the database called de_flags_2. If only Switch 1 was checked, then the value
in the database would be 1. If Switch 1 and Switch 2 were checked, then the
value stored in the database would be 3 (1 + 2). Switches 1, 5 and 8 would
store a value of 145 (1 + 16 + 128).
If you want to query the database in SQL and return all the debtors where switch 5
was CHECKED, the query would look like (de_flags_2 & 16 ) != 0.
If you want to query the database in SQL and return all the debtors where switch 5
was UNCHECKED, the query would look like (de_flags_2 & 16 ) = 0.
This column currently only applies to database record, not RAM records.
Pick List
When run from your system, this column will display your
pick list filename for the field.
Control File
When run from your system, this column will display your
control file filename for the field.
Understanding The Relationship Between Each Of The Tables
The Client and Debtor records are hierarchical. In other words,
they have sub-records with a one-to-many relationship. Below is
a list of the relationships between the sub-records and the
primary records for the 3 main relationships.
The archive system has the same relationships, except
the table names are prefixed with the letter 'a'
(EX: adebtor).
Clients
Table Name: client
Unique Identifier: cl_rowid
Invoices
Table Name: invoice
Unique Identifier: in_rowid
Table (Record) |
Link |
invoice_line ( Invoice Lines) |
in_rowid = il_rowid_invoice |
Debtors
Table Name: debtor
Unique Identifier: de_rowid
Table (Record) |
Link |
blobs (Notes) |
de_rowid = bl_rowid_debtor |
contact (Contacts) |
de_rowid = co_rowid_debtor |
attachment ( Attachments) |
de_rowid = at_rowid_debtor |
cosigner ( Cosigners) |
de_rowid = de_cos_rowid_debtor |
de_transaction (Transactions) |
de_rowid = tr_rowid_debtor |
phone (Phones) |
de_rowid = ph_rowid_debtor |
Printable Fields
Printable Field ID | SQL Table ID | SQL Field ID | Field Name | Alias Field Name | Record Name | Access Rights ID | Record Type | Field Length | | Bit Value | Pick List | Control File | a1.ci | RAM Record | id | Customer ID | | About Collect! | | Text, N | 8 | 0 | | | a1.co | RAM Record | company | Company | | About Collect! | | Text, AN | 59 | 0 | | | a1.us | RAM Record | user | User | | About Collect! | | Text, AN | 39 | 0 | | | aa.fr | RAM Record | ad_fromClient | From | | Archive Accounts | | Text, N | 8 | 0 | | | aa.fro | RAM Record | ad_fromClosed | From | | Archive Accounts | | Date | 8 | 0 | | | aa.mt | RAM Record | ad_maxtime | Max time | | Archive Accounts | | Text, N | 8 | 0 | | | aa.to | RAM Record | ad_toClient | To | | Archive Accounts | | Text, N | 8 | 0 | | | aa.to1 | RAM Record | ad_toClosed | To | | Archive Accounts | | Date | 8 | 0 | | | ac.ca | RAM Record | category1 | Category1 | | Accumulator | | Text, AN | 63 | 0 | | | ac.cat | RAM Record | category2 | Category2 | | Accumulator | | Text, AN | 63 | 0 | | | ac.cate | RAM Record | category3 | Category3 | | Accumulator | | Text, AN | 63 | 0 | | | ac.categ | RAM Record | category4 | Category4 | | Accumulator | | Text, AN | 63 | 0 | | | ac.catego | RAM Record | category5 | Category5 | | Accumulator | | Text, AN | 63 | 0 | | | ac.categor | RAM Record | category6 | Category6 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category | RAM Record | category7 | Category7 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category1 | RAM Record | category10 | Category10 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category11 | RAM Record | category11 | Category11 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category12 | RAM Record | category12 | Category12 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category13 | RAM Record | category13 | Category13 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category14 | RAM Record | category14 | Category14 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category15 | RAM Record | category15 | Category15 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category16 | RAM Record | category16 | Category16 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category17 | RAM Record | category17 | Category17 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category18 | RAM Record | category18 | Category18 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category19 | RAM Record | category19 | Category19 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category2 | RAM Record | category20 | Category20 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category8 | RAM Record | category8 | Category8 | | Accumulator | | Text, AN | 63 | 0 | | | ac.category9 | RAM Record | category9 | Category9 | | Accumulator | | Text, AN | 63 | 0 | | | ac.co | RAM Record | count1 | Count1 | | Accumulator | | Text, N | 5 | 0 | | | ac.cou | RAM Record | count2 | Count2 | | Accumulator | | Text, N | 5 | 0 | | | ac.coun | RAM Record | count3 | Count3 | | Accumulator | | Text, N | 5 | 0 | | | ac.count | RAM Record | count4 | Count4 | | Accumulator | | Text, N | 5 | 0 | | | ac.count1 | RAM Record | count10 | Count10 | | Accumulator | | Text, N | 5 | 0 | | | ac.count11 | RAM Record | count11 | Count11 | | Accumulator | | Text, N | 5 | 0 | | | ac.count12 | RAM Record | count12 | Count12 | | Accumulator | | Text, N | 5 | 0 | | | ac.count13 | RAM Record | count13 | Count13 | | Accumulator | | Text, N | 5 | 0 | | | ac.count14 | RAM Record | count14 | Count14 | | Accumulator | | Text, N | 5 | 0 | | | ac.count15 | RAM Record | count15 | Count15 | | Accumulator | | Text, N | 5 | 0 | | | ac.count16 | RAM Record | count16 | Count16 | | Accumulator | | Text, N | 5 | 0 | | | ac.count17 | RAM Record | count17 | Count17 | | Accumulator | | Text, N | 5 | 0 | | | ac.count18 | RAM Record | count18 | Count18 | | Accumulator | | Text, N | 5 | 0 | | | ac.count19 | RAM Record | count19 | Count19 | | Accumulator | | Text, N | 5 | 0 | | | ac.count2 | RAM Record | count20 | Count20 | | Accumulator | | Text, N | 5 | 0 | | | ac.count5 | RAM Record | count5 | Count5 | | Accumulator | | Text, N | 5 | 0 | | | ac.count6 | RAM Record | count6 | Count6 | | Accumulator | | Text, N | 5 | 0 | | | ac.count7 | RAM Record | count7 | Count7 | | Accumulator | | Text, N | 5 | 0 | | | ac.count8 | RAM Record | count8 | Count8 | | Accumulator | | Text, N | 5 | 0 | | | ac.count9 | RAM Record | count9 | Count9 | | Accumulator | | Text, N | 5 | 0 | | | ac.de | RAM Record | description | Description | | Accumulator | | Text, AN | 255 | 0 | | | ac.la | RAM Record | label1 | Label1 | | Accumulator | | Text, AN | 131 | 0 | | | ac.lab | RAM Record | label2 | Label2 | | Accumulator | | Text, AN | 131 | 0 | | | ac.labe | RAM Record | label3 | Label3 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label | RAM Record | label4 | Label4 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label1 | RAM Record | label10 | Label10 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label11 | RAM Record | label11 | Label11 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label12 | RAM Record | label12 | Label12 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label13 | RAM Record | label13 | Label13 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label14 | RAM Record | label14 | Label14 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label15 | RAM Record | label15 | Label15 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label16 | RAM Record | label16 | Label16 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label17 | RAM Record | label17 | Label17 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label18 | RAM Record | label18 | Label18 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label19 | RAM Record | label19 | Label19 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label2 | RAM Record | label20 | Label20 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label5 | RAM Record | label5 | Label5 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label6 | RAM Record | label6 | Label6 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label7 | RAM Record | label7 | Label7 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label8 | RAM Record | label8 | Label8 | | Accumulator | | Text, AN | 131 | 0 | | | ac.label9 | RAM Record | label9 | Label9 | | Accumulator | | Text, AN | 131 | 0 | | | ac.no | RAM Record | note | Note | | Accumulator | | Text, AN | 255 | 0 | | | ac.ti | RAM Record | title | Title | | Accumulator | | Text, AN | 131 | 0 | | | ac.to | RAM Record | total1 | Total1 | | Accumulator | | Text, N | 9 | 0 | | | ac.tot | RAM Record | total2 | Total2 | | Accumulator | | Text, N | 9 | 0 | | | ac.tota | RAM Record | total3 | Total3 | | Accumulator | | Text, N | 9 | 0 | | | ac.total | RAM Record | total4 | Total4 | | Accumulator | | Text, N | 9 | 0 | | | ac.total1 | RAM Record | total10 | Total10 | | Accumulator | | Text, N | 9 | 0 | | | ac.total11 | RAM Record | total11 | Total11 | | Accumulator | | Text, N | 9 | 0 | | | ac.total12 | RAM Record | total12 | Total12 | | Accumulator | | Text, N | 9 | 0 | | | ac.total13 | RAM Record | total13 | Total13 | | Accumulator | | Text, N | 9 | 0 | | | ac.total14 | RAM Record | total14 | Total14 | | Accumulator | | Text, N | 9 | 0 | | | ac.total15 | RAM Record | total15 | Total15 | | Accumulator | | Text, N | 9 | 0 | | | ac.total16 | RAM Record | total16 | Total16 | | Accumulator | | Text, N | 9 | 0 | | | ac.total17 | RAM Record | total17 | Total17 | | Accumulator | | Text, N | 9 | 0 | | | ac.total18 | RAM Record | total18 | Total18 | | Accumulator | | Text, N | 9 | 0 | | | ac.total19 | RAM Record | total19 | Total19 | | Accumulator | | Text, N | 9 | 0 | | | ac.total2 | RAM Record | total20 | Total20 | | Accumulator | | Text, N | 9 | 0 | | | ac.total5 | RAM Record | total5 | Total5 | | Accumulator | | Text, N | 9 | 0 | | | ac.total6 | RAM Record | total6 | Total6 | | Accumulator | | Text, N | 9 | 0 | | | ac.total7 | RAM Record | total7 | Total7 | | Accumulator | | Text, N | 9 | 0 | | | ac.total8 | RAM Record | total8 | Total8 | | Accumulator | | Text, N | 9 | 0 | | | ac.total9 | RAM Record | total9 | Total9 | | Accumulator | | Text, N | 9 | 0 | | | ad.a1 | address_lookup | add_address_1 | Address 1 | | Address | | Text, AN | 127 | 0 | | | ad.a2 | address_lookup | add_address_2 | Address 2 | | Address | | Text, AN | 71 | 0 | | | ad.acn | address_lookup | N/A | Associated client number | | Address | | N/A | 0 | 0 | | | ad.ad | address_lookup | add_address | Address | | Address | | Text, AN | 81 | 0 | | | ad.as | address_lookup | N/A | Associated | | Address | | N/A | 0 | 0 | | | ad.c1 | address_lookup | add_category | C1 | | Address | | Text, N | 4 | 0 | | | ad.c2 | address_lookup | add_category_1 | C2 | | Address | | Text, N | 4 | 0 | | | ad.c3 | address_lookup | add_category_2 | C3 | | Address | | Text, N | 4 | 0 | | | ad.cb | address_lookup | add_cby | Cby | | Address | | Text, AN | 7 | 0 | | | ad.cdf | address_lookup | N/A | Cosigner debtor file | | Address | | N/A | 0 | 0 | | | ad.ci | address_lookup | add_city | City | | Address | | Text, AN | 62 | 0 | | | ad.cl | address_lookup | N/A | Client | | Address | | N/A | 0 | 0 | | | ad.cn | address_lookup | N/A | Client number | | Address | | N/A | 0 | 0 | | | ad.co | address_lookup | add_country | Country | | Address | | Pick List | 63 | 0 | Internal | | ad.cos | address_lookup | N/A | Cosigner | | Address | | N/A | 0 | 0 | | | ad.cr | address_lookup | add_cdate | Created | | Address | | Date | 8 | 0 | | | ad.ct | address_lookup | add_ctime | Ctime | | Address | | Time | 8 | 0 | | | ad.de | address_lookup | N/A | Debtor | | Address | | N/A | 0 | 0 | | | ad.df | address_lookup | N/A | Debtor file | | Address | | N/A | 0 | 0 | | | ad.doms | address_lookup | add_flags | Display on main screen | | Address | | Check Box | 1 | 2 | | | ad.iibl | address_lookup | add_flags | Include in batch letters | | Address | | Check Box | 1 | 4 | | | ad.mb | address_lookup | add_mby | Mby | | Address | | Text, AN | 7 | 0 | | | ad.mo | address_lookup | add_mdate | Modified | | Address | | Date | 8 | 0 | | | ad.mt | address_lookup | add_mtime | Mtime | | Address | | Time | 8 | 0 | | | ad.ok | address_lookup | add_flags | OK | | Address | | Check Box | 1 | 1 | | | ad.so | address_lookup | add_address_source | Source | | Address | | Pick List | 4 | 0 | Internal | | ad.st | address_lookup | add_state | State | | Address | | Text, AN | 63 | 0 | | | ad.ti | address_lookup | add_timezone | Timezone | | Address | | Pick List | 4 | 0 | Internal | | ad.ty | address_lookup | add_type | Type | | Address | | Pick List | 4 | 0 | Internal | | ad.ui | address_lookup | add_rowid | UID | | Address | | Text, N | 8 | 0 | | | ad.zi | address_lookup | add_zip | ZIP | | Address | | Text, AN | 31 | 0 | | | adp.1dac | RAM Record | dial_authorization | 10 digit area codes | | Auto Dialer Preferences | | Text, AN | 80 | 0 | | | adp.ap | RAM Record | alternate_prefix | Alternate prefix | | Auto Dialer Preferences | | Text, AN | 40 | 0 | | | adp.apo | RAM Record | alternate_postfix | Alternate postfix | | Auto Dialer Preferences | | Text, AN | 40 | 0 | | | adp.de | RAM Record | dial_port | Device | | Auto Dialer Preferences | | Pick List | 4 | 0 | Internal | | adp.dib | RAM Record | dial_options | Dial in background | | Auto Dialer Preferences | | Check Box | 1 | 0 | | | adp.dtd | RAM Record | dial_tone_delay | Dial tone delay | | Auto Dialer Preferences | | Text, N | 4 | 0 | | | adp.ha | RAM Record | dial_wait_time | Hangup after | | Auto Dialer Preferences | | Text, N | 4 | 0 | | | adp.idd | RAM Record | dial_inter_digit_delay | Inter digit delay | | Auto Dialer Preferences | | Text, N | 4 | 0 | | | adp.ip | RAM Record | international_prefix | International prefix | | Auto Dialer Preferences | | Text, AN | 40 | 0 | | | adp.ipo | RAM Record | international_postfix | International postfix | | Auto Dialer Preferences | | Text, AN | 40 | 0 | | | adp.lac | RAM Record | dial_area_code | Local area code | | Auto Dialer Preferences | | Text, AN | 10 | 0 | | | adp.lctn | RAM Record | dial_options | Log calls to notes | | Auto Dialer Preferences | | Check Box | 1 | 0 | | | adp.ldp | RAM Record | long_distance_prefix | Long distance prefix | | Auto Dialer Preferences | | Text, AN | 40 | 0 | | | adp.ldpo | RAM Record | long_distance_postfix | Long distance postfix | | Auto Dialer Preferences | | Text, AN | 40 | 0 | | | adp.lp | RAM Record | local_prefix | Local prefix | | Auto Dialer Preferences | | Text, AN | 40 | 0 | | | adp.lpo | RAM Record | local_postfix | Local postfix | | Auto Dialer Preferences | | Text, AN | 40 | 0 | | | adp.mds | RAM Record | dial_string | Modem dial string | | Auto Dialer Preferences | | Text, AN | 10 | 0 | | | adp.mis | RAM Record | dial_init_string | Modem init string | | Auto Dialer Preferences | | Text, AN | 80 | 0 | | | adp.pbd | RAM Record | dial_options | Prompt before dialing | | Auto Dialer Preferences | | Check Box | 1 | 0 | | | adp.pd | RAM Record | dial_mode | Pulse dialing | | Auto Dialer Preferences | | Radio Button | 1 | 0 | | | adp.td | RAM Record | dial_mode | Tone dialing | | Auto Dialer Preferences | | Radio Button | 1 | 0 | | | adp.ulc | RAM Record | dial_options | Update last called | | Auto Dialer Preferences | | Check Box | 1 | 0 | | | ae.ba | RAM Record | act_owing | Balance | | Atable Entries | | Currency | 9 | 0 | | | ae.cb | RAM Record | cbr_status | Cbr | | Atable Entries | | Text, N | 8 | 0 | | | ae.ch | RAM Record | fees_charged | Charges | | Atable Entries | | Currency | 9 | 0 | | | ae.da | RAM Record | date | Date | | Atable Entries | | Date | 8 | 0 | | | ae.fe | RAM Record | fees_paid | Fees | | Atable Entries | | Currency | 9 | 0 | | | ae.ic | RAM Record | period_interest_negated | Interest charged | | Atable Entries | | Currency | 9 | 0 | | | ae.in | RAM Record | act_to_interest | Interest | | Atable Entries | | Currency | 9 | 0 | | | ae.lc | RAM Record | legal_charged | Legal charged | | Atable Entries | | Text, N | 9 | 0 | | | ae.lp | RAM Record | legal_paid | Legal paid | | Atable Entries | | Text, N | 9 | 0 | | | ae.mc | RAM Record | misc_charged | Misc charged | | Atable Entries | | Text, N | 9 | 0 | | | ae.mp | RAM Record | misc_paid | Misc paid | | Atable Entries | | Text, N | 9 | 0 | | | ae.oc | RAM Record | other_charged | Other charged | | Atable Entries | | Text, N | 9 | 0 | | | ae.oi | RAM Record | org_remaining_interest | Original interest | | Atable Entries | | Currency | 9 | 0 | | | ae.oo | RAM Record | org_owing | Original owing | | Atable Entries | | Currency | 9 | 0 | | | ae.op | RAM Record | org_remaining_principal | Original principal | | Atable Entries | | Currency | 9 | 0 | | | ae.opa | RAM Record | other_paid | Other paid | | Atable Entries | | Text, N | 9 | 0 | | | ae.oti | RAM Record | org_to_interest | Original to interest | | Atable Entries | | Currency | 9 | 0 | | | ae.otp | RAM Record | org_to_principal | Original to principal | | Atable Entries | | Currency | 9 | 0 | | | ae.pa | RAM Record | act_paid | Paid | | Atable Entries | | Currency | 9 | 0 | | | ae.pr | RAM Record | act_to_principal | Principal | | Atable Entries | | Currency | 9 | 0 | | | ae.rp | RAM Record | act_remaining_principal | Remaining Principal | | Atable Entries | | Currency | 9 | 0 | | | ae.te | RAM Record | term | Term | | Atable Entries | | Text, N | 8 | 0 | | | ae.tin | RAM Record | total_interest_negated | Total interest negated | | Atable Entries | | Currency | 9 | 0 | | | ai.ci | RAM Record | ai_city | City | | Address information | | Text, AN | 31 | 0 | | | ai.st | RAM Record | ai_state | State | | Address information | | Text, AN | 31 | 0 | | | ai.str | RAM Record | ai_street | Street | | Address information | | Text, AN | 79 | 0 | | | ai.zi | RAM Record | ai_zip | ZIP | | Address information | | Text, AN | 23 | 0 | | | amb.an | RAM Record | batch_act_match_flag2 | And | | Account Matching Batch | | Radio Button | 1 | 0 | | | amb.dsl | RAM Record | batch_act_match_flags | Driver's License | | Account Matching Batch | | Check Box | 1 | 0 | | | amb.icod | RAM Record | batch_act_match_flags | Inhibit cascade of data | | Account Matching Batch | | Check Box | 1 | 0 | | | amb.na | RAM Record | batch_act_match_flags | Name | | Account Matching Batch | | Check Box | 1 | 0 | | | amb.or | RAM Record | batch_act_match_flag2 | Or | | Account Matching Batch | | Radio Button | 1 | 0 | | | amb.so | RAM Record | batch_act_match_flags | Social | | Account Matching Batch | | Check Box | 1 | 0 | | | ambs.1a | RAM Record | batch_act_match_cond1a | 1a | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.1b | RAM Record | batch_act_match_cond1b | 1b | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.1c | RAM Record | batch_act_match_cond1c | 1c | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.1d | RAM Record | batch_act_match_cond1d | 1d | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.1e | RAM Record | batch_act_match_cond1e | 1e | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.1f | RAM Record | batch_act_match_cond1f | 1f | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.2a | RAM Record | batch_act_match_cond2a | 2a | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.2b | RAM Record | batch_act_match_cond2b | 2b | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.2c | RAM Record | batch_act_match_cond2c | 2c | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.2d | RAM Record | batch_act_match_cond2d | 2d | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.2e | RAM Record | batch_act_match_cond2e | 2e | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.2f | RAM Record | batch_act_match_cond2f | 2f | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.3a | RAM Record | batch_act_match_cond3a | 3a | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.3b | RAM Record | batch_act_match_cond3b | 3b | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.3c | RAM Record | batch_act_match_cond3c | 3c | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.3d | RAM Record | batch_act_match_cond3d | 3d | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.3e | RAM Record | batch_act_match_cond3e | 3e | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.3f | RAM Record | batch_act_match_cond3f | 3f | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.4a | RAM Record | batch_act_match_cond4a | 4a | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.4b | RAM Record | batch_act_match_cond4b | 4b | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.4c | RAM Record | batch_act_match_cond4c | 4c | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.4d | RAM Record | batch_act_match_cond4d | 4d | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.4e | RAM Record | batch_act_match_cond4e | 4e | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.4f | RAM Record | batch_act_match_cond4f | 4f | | Account Matching Batch Setup | | Text, AN | 9 | 0 | | | ambs.icod | RAM Record | batch_act_match_flags | Inhibit cascade of data | | Account Matching Batch Setup | | Check Box | 1 | 0 | | | ams.ca | RAM Record | m_flag_2 | Copy address | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cad | RAM Record | m_flag_4 | Cascade address | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cc | RAM Record | m_flag_2 | Copy contact | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cco | RAM Record | m_flag_4 | Cascade contact | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cd | RAM Record | m_flag_2 | Copy DOB | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cdl | RAM Record | m_flag_2 | Copy DL | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cdl1 | RAM Record | m_flag_4 | Cascade DL | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cdo | RAM Record | m_flag_4 | Cascade DOB | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cdtnd | RAM Record | m_flag_3 | Copy data to new debtors | | Account Matching Setup | | Radio Button | 1 | 0 | | | ams.ce | RAM Record | m_flag_4 | Cascade email | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cem | RAM Record | m_flag_2 | Copy email | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cn | RAM Record | m_flag_2 | Copy name | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cna | RAM Record | m_flag_4 | Cascade name | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cno | RAM Record | m_flag_4 | Cascade notes | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cp | RAM Record | m_flag_2 | Copy phones | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cpd | RAM Record | m_flag_4 | Cascade phone deletions | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cph | RAM Record | m_flag_4 | Cascade phones | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cpo | RAM Record | m_flag_2 | Copy POE | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cpoe | RAM Record | m_flag_4 | Cascade POE | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cs | RAM Record | m_flag_2 | Copy SSN | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.css | RAM Record | m_flag_4 | Cascade SSN | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cst | RAM Record | m_flag_4 | Cascade status | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.cw | RAM Record | m_flag_4 | Cascade worked | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.eam | RAM Record | m_flags | Enable account matching | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.ma | RAM Record | m_flag_1 | Match acct | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.mc | RAM Record | m_flag_1 | Match contact | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.md | RAM Record | m_flag_1 | Match DOB | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.mdl | RAM Record | m_flag_1 | Match DL | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.me | RAM Record | m_flag_1 | Match email | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.mgp | RAM Record | m_flags | Manage group promises | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.mn | RAM Record | m_flag_1 | Match name | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.mp | RAM Record | m_flag_1 | Match phones | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.ms | RAM Record | m_flag_1 | Match SSN | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.omd | RAM Record | m_flag_3 | Open matching debtor | | Account Matching Setup | | Radio Button | 1 | 0 | | | ams.pbcc | RAM Record | m_flags | Prompt before cascading changes | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.pcwc | RAM Record | m_flag_4 | Prevent cascade when closed | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.popd | RAM Record | m_flag_4 | Prompt on phone deletes | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.ptrpog | RAM Record | m_flags | Prompt to run plan on group | | Account Matching Setup | | Check Box | 1 | 0 | | | ams.snbd | RAM Record | m_flag_4 | Share notes by default | | Account Matching Setup | | Check Box | 1 | 0 | | | ap.pa | RAM Record | password | Password | | ACH Password | | Text, AN | 50 | 0 | | | ap.us | RAM Record | userid | Userid | | ACH Password | | Text, AN | 50 | 0 | | | aps.der | RAM Record | ach_flags | Disable EFTconfirmation review | | ACH Payments Setup | | Check Box | 0 | 0 | | | aps.en | RAM Record | ach_flags | Enable | | ACH Payments Setup | | Check Box | 1 | 0 | | | aps.evl | RAM Record | ach_flags | Enable verbose logging | | ACH Payments Setup | | Check Box | 1 | 0 | | | aps.fe | RAM Record | ach_fee_type | Fee | | ACH Payments Setup | | Text, AN | 4 | 0 | | | aps.fr | RAM Record | ach_fee_nsf_type | Fee reversal | | ACH Payments Setup | | Text, AN | 4 | 0 | | | aps.lrd | RAM Record | ach_last_reconcile | Last reconcile date | | ACH Payments Setup | | Date | 8 | 0 | | | aps.nc | RAM Record | ach_nsf_charge_type | NSF charge | | ACH Payments Setup | | Text, AN | 4 | 0 | | | aps.ncrp | RAM Record | ach_flags | NSF cancels recurring payments | | ACH Payments Setup | | Check Box | 1 | 0 | | | aps.pa | RAM Record | ach_trans_type | Payment | | ACH Payments Setup | | Text, AN | 4 | 0 | | | aps.pas | RAM Record | ach_password | Password | | ACH Payments Setup | | Text, AN | 50 | 0 | | | aps.pdbor | RAM Record | ach_flags | Posted date blank on recurring | | ACH Payments Setup | | Check Box | 0 | 0 | | | aps.pr | RAM Record | ach_nsf_type | Payment reversal | | ACH Payments Setup | | Text, AN | 4 | 0 | | | aps.rpor | RAM Record | ach_run_plan | Run plan on recurring | | ACH Payments Setup | | Text, AN | 7 | 0 | | | aps.se | RAM Record | ach_server | Server | | ACH Payments Setup | | Text, AN | 64 | 0 | | | aps.sft | RAM Record | ach_flags | Single fee transaction | | ACH Payments Setup | | Check Box | 1 | 0 | | | aps.snafc | RAM Record | ach_flags | Set no autodelete for contacts | | ACH Payments Setup | | Check Box | 0 | 0 | | | aps.us | RAM Record | ach_userid | UserId | | ACH Payments Setup | | Text, AN | 50 | 0 | | | apt.bf | RAM Record | flags | Blank Form | | ACH Payment Tasks | | Check Box | 1 | 0 | | | ar.al | application_form | af_alias | Alias | | Access Rights | | Text, AN | 64 | 0 | | | ar.cd | application_form | af_cdate | Cdate | | Access Rights | | Date | 8 | 0 | | | ar.cf | application_form | af_control_file | Control file | | Access Rights | | Text, AN | 64 | 0 | | | ar.co | application_form | af_color | Color | | Access Rights | | Text, N | 8 | 0 | | | ar.cou | application_form | af_counter | Counter | | Access Rights | | Check Box | 1 | 1 | | | ar.ct | application_form | af_ctime | Ctime | | Access Rights | | Time | 8 | 0 | | | ar.de | application_form | af_default_value | Default | | Access Rights | | Text, AN | 63 | 0 | | | ar.fo | application_form | af_attributes_1 | Format | | Access Rights | | Pick List | 8 | 0 | Internal | | ar.he | application_form | af_form_height | Height | | Access Rights | | Text, N | 4 | 0 | | | ar.hl | application_form | af_attributes_1 | Hide Label | | Access Rights | | Check Box | 1 | 2 | | | ar.ltn | application_form | af_log_changes | Log to notes | | Access Rights | | Check Box | 1 | 4 | | | ar.lv | application_form | af_log_changes | Log verification | | Access Rights | | Check Box | 1 | 2 | | | ar.lw | application_form | af_list_width | List width | | Access Rights | | Text, N | 4 | 0 | | | ar.md | application_form | af_mdate | Mdate | | Access Rights | | Date | 8 | 0 | | | ar.mt | application_form | af_mtime | Mtime | | Access Rights | | Time | 8 | 0 | | | ar.na | application_form | af_form_name | Name | | Access Rights | | Text, AN | 64 | 0 | | | ar.plf | application_form | af_pick_list_file | Pick list file | | Access Rights | | Text, AN | 64 | 0 | | | ar.re | application_form | af_log_changes | Required | | Access Rights | | Check Box | 1 | 8 | | | ar.ui | application_form | af_rowid | UID | | Access Rights | | Text, N | 7 | 0 | | | ar.ul | application_form | N/A | User Levels | | Access Rights | | N/A | 0 | 0 | | | ar.voe | application_form | af_log_changes | Verify on exit | | Access Rights | | Check Box | 1 | 1 | | | ar.wi | application_form | af_form_width | Width | | Access Rights | | Text, N | 4 | 0 | | | ar.x | application_form | af_x | X | | Access Rights | | Text, N | 4 | 0 | | | ar.y | application_form | af_y | Y | | Access Rights | | Text, N | 4 | 0 | | | as.acd | RAM Record | opt_key_status_flags | Archive closed debtors | | Archive Settings | | Check Box | 1 | 0 | | | as.cb | RAM Record | archive_balance | Closing balance | | Archive Settings | | Currency | 7 | 0 | | | as.mo | RAM Record | opt_key_contact_months | Months old | | Archive Settings | | Text, N | 4 | 0 | | | as.mol | RAM Record | archive_months | Months old | | Archive Settings | | Text, N | 4 | 0 | | | as.rcck | RAM Record | opt_key_status_flags | Remove completed contact keys | | Archive Settings | | Check Box | 1 | 0 | | | at.c1 | attachment | at_category_1 | Category 1 | | Attachment | | Text, N | 4 | 0 | | | at.c2 | attachment | at_category_2 | Category 2 | | Attachment | | Text, N | 4 | 0 | | | at.ca | attachment | N/A | Cl Acct | | Attachment | | N/A | 0 | 0 | | | at.cat | attachment | at_category | Category | | Attachment | | Text, N | 4 | 0 | | | at.cb | attachment | at_cby | Created By | | Attachment | | Text, AN | 3 | 0 | | | at.cby | attachment | at_cby | Cby | | Attachment | | Text, AN | 7 | 0 | | | at.cd | attachment | at_created_date | Created Date | | Attachment | | Date | 8 | 0 | | | at.cl | attachment | at_class | Class | | Attachment | | Pick List | 4 | 0 | Internal | | at.cli | attachment | N/A | Client | | Attachment | | N/A | 0 | 0 | | | at.co | attachment | N/A | Contact | | Attachment | | N/A | 0 | 0 | | | at.con | attachment | N/A | Contacts | | Attachment | | N/A | 0 | 0 | | | at.cr | attachment | at_total_credits | Credits | | Attachment | | Currency | 13 | 0 | | | at.cre | attachment | at_cdate | Created | | Attachment | | Date | 8 | 0 | | | at.ct | attachment | at_ctime | Ctime | | Attachment | | Time | 8 | 0 | | | at.d1 | attachment | at_date_1 | Date 1 | | Attachment | | Date | 8 | 0 | | | at.d2 | attachment | at_date_2 | Date 2 | | Attachment | | Date | 8 | 0 | | | at.d3 | attachment | at_date_3 | Date 3 | | Attachment | | Date | 8 | 0 | | | at.de | attachment | at_description | Description | | Attachment | | Text, AN | 131 | 0 | | | at.deb | attachment | at_total_debits | Debits | | Attachment | | Currency | 13 | 0 | | | at.debt | attachment | N/A | Debtor | | Attachment | | N/A | 0 | 0 | | | at.dfn | attachment | N/A | Debtor file number | | Attachment | | N/A | 0 | 0 | | | at.dl | attachment | N/A | DL | | Attachment | | N/A | 0 | 0 | | | at.fa | attachment | at_factor | Factor | | Attachment | | Text, N | 5 | 0 | | | at.fi | attachment | at_file | File | | Attachment | | Text, AN | 260 | 0 | | | at.ho | attachment | N/A | Home | | Attachment | | N/A | 0 | 0 | | | at.i1 | attachment | at_detail_1 | Index 1 | | Attachment | | Text, AN | 63 | 0 | | | at.i2 | attachment | at_detail_2 | Index 2 | | Attachment | | Text, AN | 63 | 0 | | | at.mb | attachment | at_mby | Modified By | | Attachment | | Text, AN | 3 | 0 | | | at.mby | attachment | at_mby | Mby | | Attachment | | Text, AN | 7 | 0 | | | at.md | attachment | at_modified_date | Modified Date | | Attachment | | Date | 8 | 0 | | | at.mo | attachment | at_mdate | Modified | | Attachment | | Date | 8 | 0 | | | at.mt | attachment | at_mtime | Mtime | | Attachment | | Time | 8 | 0 | | | at.re | attachment | at_total_result | Result | | Attachment | | Currency | 13 | 0 | | | at.ss | attachment | N/A | SSN | | Attachment | | N/A | 0 | 0 | | | at.su | attachment | at_created_by | Subclass | | Attachment | | Text, AN | 7 | 0 | | | at.ty | attachment | at_type | Type | | Attachment | | Text, N | 4 | 0 | | | at.u1 | attachment | at_detail_5 | User 10 | | Attachment | | Text, AN | 63 | 0 | | | at.u11 | attachment | at_detail_6 | User 11 | | Attachment | | Text, AN | 63 | 0 | | | at.u12 | attachment | at_detail_7 | User 12 | | Attachment | | Text, AN | 63 | 0 | | | at.u13 | attachment | at_detail_8 | User 13 | | Attachment | | Text, AN | 63 | 0 | | | at.u14 | attachment | at_detail_9 | User 14 | | Attachment | | Text, AN | 63 | 0 | | | at.u15 | attachment | at_detail_10 | User 15 | | Attachment | | Text, AN | 63 | 0 | | | at.u16 | attachment | at_detail_11 | User 16 | | Attachment | | Text, AN | 63 | 0 | | | at.u17 | attachment | at_detail_12 | User 17 | | Attachment | | Text, AN | 63 | 0 | | | at.u18 | attachment | at_detail_13 | User 18 | | Attachment | | Text, AN | 63 | 0 | | | at.u19 | attachment | at_detail_14 | User 19 | | Attachment | | Text, AN | 63 | 0 | | | at.u2 | attachment | at_detail_15 | User 20 | | Attachment | | Text, AN | 63 | 0 | | | at.u21 | attachment | at_detail_16 | User 21 | | Attachment | | Text, AN | 63 | 0 | | | at.u8 | attachment | at_detail_3 | User 8 | | Attachment | | Text, AN | 63 | 0 | | | at.u9 | attachment | at_detail_4 | User 9 | | Attachment | | Text, AN | 63 | 0 | | | at.ui | attachment | at_rowid | UID | | Attachment | | Text, N | 7 | 0 | | | at.va | attachment | at_value | Value | | Attachment | | Text, N | 5 | 0 | | | at.wo | attachment | N/A | Work | | Attachment | | N/A | 0 | 0 | | | ats.cd | RAM Record | calc_date | Calc date | | Amortization Table Summary | | Date | 8 | 0 | | | ats.de | RAM Record | delinquent | Delinquent | | Amortization Table Summary | | Date | 8 | 0 | | | ats.di | RAM Record | deferred_payment_interest | Deferred interest | | Amortization Table Summary | | Currency | 8 | 0 | | | ats.fpd | RAM Record | first_date | First payment date | | Amortization Table Summary | | Date | 8 | 0 | | | ats.ir | RAM Record | interest_rate | Interest rate | | Amortization Table Summary | | Percent | 8 | 0 | | | ats.npd | RAM Record | next_payment | Next payment date | | Amortization Table Summary | | Date | 8 | 0 | | | ats.op | RAM Record | original_principal | Original principal | | Amortization Table Summary | | Currency | 9 | 0 | | | ats.pa | RAM Record | payment_amount | Payment Amount | | Amortization Table Summary | | Currency | 9 | 0 | | | ats.pe | RAM Record | period | Period | | Amortization Table Summary | | Text, N | 8 | 0 | | | ats.rb | RAM Record | rate_basis | Rate basis | | Amortization Table Summary | | Text, N | 8 | 0 | | | ats.te | RAM Record | terms | Term | | Amortization Table Summary | | Text, N | 8 | 0 | | | ats.ten | RAM Record | N/A | Table Entries | | Amortization Table Summary | | N/A | 0 | 0 | | | ats.tmc | RAM Record | to_current | To make current | | Amortization Table Summary | | Currency | 8 | 0 | | | ats.tp | RAM Record | original_owing | Total payments | | Amortization Table Summary | | Currency | 9 | 0 | | | ats.ty | RAM Record | type | Type | | Amortization Table Summary | | Text, N | 4 | 0 | | | bai.ac | bank_account | bkacc_account | Account # | | Bank Account Information | | Text, AN | 41 | 0 | | | bai.at | bank_account | bkacc_id | Account type | | Bank Account Information | | Text, AN | 9 | 0 | | | bai.brn | bank_account | bkacc_bank_routing_no | Bank Routing No | | Bank Account Information | | Text, AN | 25 | 0 | | | bai.c1 | bank_account | bkacc_category | C1 | | Bank Account Information | | Pick List | 4 | 0 | Internal | | bai.c2 | bank_account | bkacc_category_1 | C2 | | Bank Account Information | | Pick List | 4 | 0 | Internal | | bai.c3 | bank_account | bkacc_category_2 | C3 | | Bank Account Information | | Text, N | 4 | 0 | | | bai.cb | bank_account | bkacc_cby | Cby | | Bank Account Information | | Text, AN | 7 | 0 | | | bai.cr | bank_account | bkacc_cdate | Created | | Bank Account Information | | Date | 8 | 0 | | | bai.ct | bank_account | bkacc_ctime | Ctime | | Bank Account Information | | Time | 8 | 0 | | | bai.cu | bank_account | bkacc_currency | Currency | | Bank Account Information | | Pick List | 8 | 0 | Internal | | bai.d1 | bank_account | bkacc_date_1 | Date 1 | | Bank Account Information | | Date | 8 | 0 | | | bai.d2 | bank_account | bkacc_date_2 | Date 2 | | Bank Account Information | | Date | 8 | 0 | | | bai.ed | bank_account | bkacc_exp_date | Exp Date | | Bank Account Information | | Date | 8 | 0 | | | bai.mb | bank_account | bkacc_mby | Mby | | Bank Account Information | | Text, AN | 7 | 0 | | | bai.mo | bank_account | bkacc_mdate | Modified | | Bank Account Information | | Date | 8 | 0 | | | bai.mt | bank_account | bkacc_mtime | Mtime | | Bank Account Information | | Time | 8 | 0 | | | bai.noa | bank_account | bkacc_name_on_account | Name on account | | Bank Account Information | | Text, AN | 81 | 0 | | | bai.pi | bank_account | bkacc_pin | Pin | | Bank Account Information | | Text, AN | 7 | 0 | | | bai.u1 | bank_account | bkacc_user_1 | User 1 | | Bank Account Information | | Text, AN | 63 | 0 | | | bai.u2 | bank_account | bkacc_user_2 | User 2 | | Bank Account Information | | Text, AN | 63 | 0 | | | bai.u3 | bank_account | bkacc_user_3 | User 3 | | Bank Account Information | | Text, AN | 41 | 0 | | | bai.u4 | bank_account | bkacc_user_4 | User 4 | | Bank Account Information | | Text, AN | 63 | 0 | | | bai.ui | bank_account | bkacc_rowid | Uid | | Bank Account Information | | Text, N | 8 | 0 | | | bd.a1 | bank | bk_address_1 | Address 1 | | Bank Details | | Text, AN | 127 | 0 | | | bd.ad | bank | bk_address | Address | | Bank Details | | Text, AN | 81 | 0 | | | bd.asn | bank | bk_address_street_no | Address Street No | | Bank Details | | Text, AN | 23 | 0 | | | bd.ba | bank | bk_bank | Bank | | Bank Details | | Text, AN | 127 | 0 | | | bd.br | bank | bk_branch | Branch | | Bank Details | | Text, AN | 41 | 0 | | | bd.c1 | bank | bk_category | C1 | | Bank Details | | Text, N | 4 | 0 | | | bd.c2 | bank | bk_category_1 | C2 | | Bank Details | | Text, N | 4 | 0 | | | bd.c3 | bank | bk_category_2 | C3 | | Bank Details | | Text, N | 4 | 0 | | | bd.cb | bank | bk_cby | Cby | | Bank Details | | Text, AN | 7 | 0 | | | bd.ci | bank | bk_address_city | City | | Bank Details | | Text, AN | 63 | 0 | | | bd.co | bank | bk_address_country | Country | | Bank Details | | Pick List | 63 | 0 | Internal | | bd.cr | bank | bk_cdate | Created | | Bank Details | | Date | 8 | 0 | | | bd.ct | bank | bk_ctime | Ctime | | Bank Details | | Time | 8 | 0 | | | bd.d1 | bank | bk_date_1 | Date 1 | | Bank Details | | Date | 8 | 0 | | | bd.d2 | bank | bk_date_2 | Date 2 | | Bank Details | | Date | 8 | 0 | | | bd.fa | bank | bk_fax | Fax | | Bank Details | | Text, AN | 23 | 0 | | | bd.fe | bank | bk_fax_extension | Fax Extension | | Bank Details | | Text, AN | 15 | 0 | | | bd.mb | bank | bk_mby | Mby | | Bank Details | | Text, AN | 7 | 0 | | | bd.mo | bank | bk_mdate | Modified | | Bank Details | | Date | 8 | 0 | | | bd.mt | bank | bk_mtime | Mtime | | Bank Details | | Time | 8 | 0 | | | bd.oe | bank | bk_other_extension | Other Extension | | Bank Details | | Text, AN | 15 | 0 | | | bd.ot | bank | bk_other | Other | | Bank Details | | Text, AN | 23 | 0 | | | bd.pe | bank | bk_phone_extension | Phone Extension | | Bank Details | | Text, AN | 15 | 0 | | | bd.ph | bank | bk_phone | Phone | | Bank Details | | Text, AN | 23 | 0 | | | bd.rn | bank | bk_routing_no | Routing no | | Bank Details | | Text, AN | 10 | 0 | | | bd.st | bank | bk_address_state | State | | Bank Details | | Text, AN | 63 | 0 | | | bd.ti | bank | bk_timezone | Timezone | | Bank Details | | Text, N | 4 | 0 | | | bd.u1 | bank | bk_user_1 | User 1 | | Bank Details | | Text, AN | 63 | 0 | | | bd.u2 | bank | bk_user_2 | User 2 | | Bank Details | | Text, AN | 63 | 0 | | | bd.u3 | bank | bk_user_3 | User 3 | | Bank Details | | Text, AN | 63 | 0 | | | bd.u4 | bank | bk_user_4 | User 4 | | Bank Details | | Text, AN | 63 | 0 | | | bd.ui | bank | bk_rowid | Uid | | Bank Details | | Text, N | 4 | 0 | | | bd.zi | bank | bk_address_zip | ZIP | | Bank Details | | Text, AN | 31 | 0 | | | blo.ed | RAM Record | end_date | End date | | Batch Letter Options | | Date | 8 | 0 | | | blo.ml | RAM Record | max_letters | Max letters | | Batch Letter Options | | Text, N | 8 | 0 | | | blo.oi | RAM Record | batchId | Operator ID | | Batch Letter Options | | Text, AN | 7 | 0 | | | blo.pml | RAM Record | print_labels | Print mailing labels | | Batch Letter Options | | Check Box | 1 | 0 | | | blo.pr | RAM Record | contact_owner | Process | | Batch Letter Options | | Pick List | 4 | 0 | Internal | | blo.psolp | RAM Record | switches | Print summary on last page | | Batch Letter Options | | Check Box | 1 | 0 | | | blo.ptaa | RAM Record | print_to_alt_addresses | Print to alternate addresses | | Batch Letter Options | | Check Box | 1 | 0 | | | blo.ptc | RAM Record | print_to_cosigners | Print to cosigners | | Batch Letter Options | | Check Box | 1 | 0 | | | blo.ptca | RAM Record | print_to_closed_accounts | Print to closed accounts | | Batch Letter Options | | Check Box | 1 | 0 | | | blo.ptua | RAM Record | ignore_bad_address | Print to unverified addresses | | Batch Letter Options | | Check Box | 1 | 0 | | | blo.pwtsac | RAM Record | set_options_in_advance | Prompt when there's a choice | | Batch Letter Options | | Radio Button | 1 | 0 | | | blo.sbpc | RAM Record | sort_by_zip | Sort by postal code | | Batch Letter Options | | Check Box | 1 | 0 | | | blo.sd | RAM Record | start_date | Start date | | Batch Letter Options | | Date | 8 | 0 | | | blo.soia | RAM Record | set_options_in_advance | Set options in advance | | Batch Letter Options | | Radio Button | 1 | 0 | | | bp.aatac | RAM Record | functions | Assign accounts to a client | | Batch Processing | | Radio Button | 1 | 0 | | | bp.aato | RAM Record | functions | Assign accounts to operators | | Batch Processing | | Radio Button | 1 | 0 | | | bp.gat | RAM Record | functions | Group accounts together | | Batch Processing | | Radio Button | 1 | 0 | | | bp.pac | RAM Record | functions | Process automatic contacts | | Batch Processing | | Radio Button | 1 | 0 | | | bp.pafc | RAM Record | functions | Prepare accounts for CBR | | Batch Processing | | Radio Button | 1 | 0 | | | bp.pr | RAM Record | contact_owner | Process | | Batch Processing | | Pick List | 4 | 0 | Internal | | bp.ptc | RAM Record | functions | Process TCN campaign | | Batch Processing | | Radio Button | 1 | 0 | | | bp.rcp | RAM Record | functions | Run contact plans | | Batch Processing | | Radio Button | 1 | 0 | | | bp.rdi | RAM Record | functions | Reset debtor interest | | Batch Processing | | Radio Button | 1 | 0 | | | bp.ste | RAM Record | functions | Submit to eBureau | | Batch Processing | | Radio Button | 1 | 0 | | | bp.ucc | RAM Record | functions | Undo completed contacts | | Batch Processing | | Radio Button | 1 | 0 | | | br.ad | de_transaction | tr_adjustment | Adjustment | | Breakdown | | Currency | 9 | 0 | | | br.ca | de_transaction | tr_commission_amount | Commission Amount | | Breakdown | | Currency | 9 | 0 | | | br.cf | de_transaction | tr_comm_fees | Comm Fees | | Breakdown | | Currency | 9 | 0 | | | br.ci | de_transaction | tr_comm_interest | Comm Interest | | Breakdown | | Currency | 9 | 0 | | | br.cl | de_transaction | tr_comm_legal | Comm Legal | | Breakdown | | Currency | 9 | 0 | | | br.cm | de_transaction | tr_comm_misc | Comm Misc | | Breakdown | | Currency | 9 | 0 | | | br.co | de_transaction | tr_comm_other | Comm Other | | Breakdown | | Currency | 9 | 0 | | | br.cp | de_transaction | tr_comm_princ | Comm Princ | | Breakdown | | Currency | 9 | 0 | | | br.fe | de_transaction | tr_fee | Fee | | Breakdown | | Currency | 9 | 0 | | | br.fee | de_transaction | tr_tax_fees | FeeTax | | Breakdown | | Currency | 9 | 0 | | | br.in | de_transaction | tr_interest | Interest | | Breakdown | | Currency | 9 | 0 | | | br.it | de_transaction | tr_tax_int | Int Tax | | Breakdown | | Currency | 9 | 0 | | | br.le | de_transaction | tr_legal | Legal | | Breakdown | | Currency | 9 | 0 | | | br.lt | de_transaction | tr_tax_legal | Legal Tax | | Breakdown | | Currency | 9 | 0 | | | br.mi | de_transaction | tr_misc | Misc | | Breakdown | | Currency | 9 | 0 | | | br.mt | de_transaction | tr_tax_misc | Misc Tax | | Breakdown | | Currency | 9 | 0 | | | br.ot | de_transaction | tr_other | Other | | Breakdown | | Currency | 9 | 0 | | | br.ota | de_transaction | tr_tax_other | Other Tax | | Breakdown | | Currency | 9 | 0 | | | br.pr | de_transaction | tr_principal | Principal | | Breakdown | | Currency | 9 | 0 | | | br.pt | de_transaction | tr_tax_principal | Princ Tax | | Breakdown | | Currency | 9 | 0 | | | br.ta | de_transaction | tr_tax_amount | Tax Amount | | Breakdown | | Currency | 9 | 0 | | | ca.da | RAM Record | d0 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.dat | RAM Record | d1 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date | RAM Record | d2 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date1 | RAM Record | d3 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date10 | RAM Record | d12 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date11 | RAM Record | d13 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date12 | RAM Record | d14 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date13 | RAM Record | d15 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date14 | RAM Record | d16 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date15 | RAM Record | d17 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date16 | RAM Record | d18 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date17 | RAM Record | d19 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date18 | RAM Record | d20 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date19 | RAM Record | d21 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date2 | RAM Record | d4 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date20 | RAM Record | d22 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date21 | RAM Record | d23 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date22 | RAM Record | d24 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date23 | RAM Record | d25 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date24 | RAM Record | d26 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date25 | RAM Record | d27 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date26 | RAM Record | d28 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date27 | RAM Record | d29 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date28 | RAM Record | d30 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date29 | RAM Record | d31 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date3 | RAM Record | d5 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date30 | RAM Record | d32 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date31 | RAM Record | d33 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date32 | RAM Record | d34 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date33 | RAM Record | d35 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date34 | RAM Record | d36 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date35 | RAM Record | d37 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date36 | RAM Record | d38 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date37 | RAM Record | d39 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date38 | RAM Record | d40 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date39 | RAM Record | d41 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date4 | RAM Record | d6 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date5 | RAM Record | d7 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date6 | RAM Record | d8 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date7 | RAM Record | d9 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date8 | RAM Record | d10 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.date9 | RAM Record | d11 | Date | | Calendar | | Text, N | 2 | 0 | | | ca.mo | RAM Record | month_name | Month | | Calendar | | Text, AN | 18 | 0 | | | cac.crp | debtor | de_rate_index | Commission rate plan | | Commission and Charges | | Text, AN | 3 | 0 | | | cac.ra | debtor | de_commission_rate | Rate | | Commission and Charges | | Percent | 8 | 0 | | | cac.rr | debtor | de_referral_rate | Referral rate | | Commission and Charges | | Percent | 8 | 0 | | | cac.te | debtor | de_tax_exempt | Tax exempt | | Commission and Charges | | Check Box | 1 | 1 | | | cac.tr | debtor | de_tax_rate | Tax rate | | Commission and Charges | | Percent | 8 | 0 | | | caco.ab | as_contact | co_who_from | Assigned by | | Client Associate Contact | | Text, AN | 7 | 0 | | | caco.am | as_contact | co_amount | Amount | | Client Associate Contact | | Currency | 9 | 0 | | | caco.ao | as_contact | co_lock | Advance overpayments | | Client Associate Contact | | Check Box | 1 | 1 | | | caco.as | as_contact | N/A | Associated | | Client Associate Contact | | N/A | 0 | 0 | | | caco.at | as_contact | co_attachment | Attachment | | Client Associate Contact | | Text, AN | 62 | 0 | | | caco.bl | as_contact | co_attachment_blob | Blob | | Client Associate Contact | | Text, N | 0 | 0 | | | caco.c1 | as_contact | co_category | C1 | | Client Associate Contact | | Text, N | 4 | 0 | | | caco.c2 | as_contact | co_category_1 | C2 | | Client Associate Contact | | Text, N | 4 | 0 | | | caco.c3 | as_contact | co_category_2 | C3 | | Client Associate Contact | | Text, N | 4 | 0 | | | caco.cb | as_contact | co_cby | Cby | | Client Associate Contact | | Text, AN | 7 | 0 | | | caco.cd | as_contact | co_creation_date | Created date | | Client Associate Contact | | Date | 8 | 0 | | | caco.cl | as_contact | co_class | Class | | Client Associate Contact | | Text, N | 4 | 0 | | | caco.co | as_contact | co_who | Collector | | Client Associate Contact | | Text, AN | 7 | 0 | | | caco.com | as_contact | co_completed | Completed | | Client Associate Contact | | Radio Button | 1 | 1 | | | caco.cr | as_contact | co_cdate | Created | | Client Associate Contact | | Date | 8 | 0 | | | caco.cre | as_contact | co_flags_2 | Call result | | Client Associate Contact | | Pick List | 4 | 0 | Internal | | caco.ct | as_contact | co_creation_time | Created time | | Client Associate Contact | | Time | 8 | 0 | | | caco.cti | as_contact | co_ctime | Ctime | | Client Associate Contact | | Time | 8 | 0 | | | caco.d1 | as_contact | co_date_1 | Date 1 | | Client Associate Contact | | Date | 8 | 0 | | | caco.d2 | as_contact | co_date_2 | Date 2 | | Client Associate Contact | | Date | 8 | 0 | | | caco.da | as_contact | co_user_1 | Data | | Client Associate Contact | | Text, AN | 39 | 0 | | | caco.day | as_contact | co_number_1 | Day | | Client Associate Contact | | Text, N | 8 | 0 | | | caco.db | as_contact | co_done_by | Done by | | Client Associate Contact | | Text, AN | 7 | 0 | | | caco.dd | as_contact | co_date | Due date | | Client Associate Contact | | Date | 8 | 0 | | | caco.dda | as_contact | co_done_date | Done date | | Client Associate Contact | | Date | 8 | 0 | | | caco.de | as_contact | co_description | Description | | Client Associate Contact | | Text, AN | 79 | 0 | | | caco.dl | as_contact | N/A | DL | | Client Associate Contact | | N/A | 0 | 0 | | | caco.dna | as_contact | co_lock | Do not autodelete | | Client Associate Contact | | Check Box | 1 | 2 | | | caco.dnau | as_contact | co_lock | Do not autocomplete | | Client Associate Contact | | Check Box | 1 | 4 | | | caco.do | as_contact | co_completed | Done | | Client Associate Contact | | Pick List | 4 | 0 | Internal | | caco.dt | as_contact | co_done_time | Done time | | Client Associate Contact | | Time | 8 | 0 | | | caco.el | as_contact | co_elapsed_time | Elapsed | | Client Associate Contact | | Elapsed Time | 8 | 0 | | | caco.es | as_contact | co_estimated_time | Estimat | | Client Associate Contact | | Elapsed Time | 8 | 0 | | | caco.fa | as_contact | N/A | Fax | | Client Associate Contact | | N/A | 0 | 0 | | | caco.ip | as_contact | co_completed | In progress | | Client Associate Contact | | Radio Button | 1 | 0 | | | caco.mb | as_contact | co_mby | Mby | | Client Associate Contact | | Text, AN | 7 | 0 | | | caco.mo | as_contact | co_mdate | Modified | | Client Associate Contact | | Date | 8 | 0 | | | caco.mt | as_contact | co_mtime | Mtime | | Client Associate Contact | | Time | 8 | 0 | | | caco.nod | as_contact | co_custom_repeat | Number of days | | Client Associate Contact | | Text, N | 4 | 0 | | | caco.or | as_contact | co_originator | Originator | | Client Associate Contact | | Text, AN | 7 | 0 | | | caco.ph | as_contact | N/A | Phone | | Client Associate Contact | | N/A | 0 | 0 | | | caco.pr | as_contact | co_priority | Priority | | Client Associate Contact | | Text, N | 2 | 0 | | | caco.re | as_contact | co_repeat | Repeat | | Client Associate Contact | | Pick List | 4 | 0 | Internal | | caco.rpoc | as_contact | co_op_1 | Run plan on completion | | Client Associate Contact | | Text, AN | 7 | 0 | | | caco.ss | as_contact | N/A | SSN | | Client Associate Contact | | N/A | 0 | 0 | | | caco.ti | as_contact | co_time | Time | | Client Associate Contact | | Time | 8 | 0 | | | caco.ty | as_contact | co_type | Type | | Client Associate Contact | | Pick List | 4 | 0 | Internal | | caco.ui | as_contact | co_rowid | UID | | Client Associate Contact | | Text, N | 7 | 0 | | | car.c1 | RAM Record | custom | Custom 1 | | Client Analysis Report | | Text, AN | 127 | 0 | | | car.c2 | RAM Record | custom2 | Custom 2 | | Client Analysis Report | | Text, AN | 127 | 0 | | | car.cwbp | RAM Record | period | Clients with billing period | | Client Analysis Report | | Pick List | 1 | 0 | Internal | | car.fr | RAM Record | from_date | From | | Client Analysis Report | | Date | 8 | 0 | | | car.fro | RAM Record | from_number | From | | Client Analysis Report | | Text, N | 8 | 0 | | | car.of | RAM Record | from_operator | Operator From | | Client Analysis Report | | Text, AN | 7 | 0 | | | car.ot | RAM Record | to_operator | Operator To | | Client Analysis Report | | Text, AN | 7 | 0 | | | car.pd | RAM Record | flags2 | Payment date | | Client Analysis Report | | Radio Button | 4 | 0 | | | car.pda | RAM Record | flags2 | Posted date | | Client Analysis Report | | Radio Button | 4 | 0 | | | car.sbcdt | RAM Record | flags | Sort by created date/time | | Client Analysis Report | | Radio Button | 1 | 0 | | | car.sbpd | RAM Record | flags | Sort by posted date | | Client Analysis Report | | Radio Button | 1 | 0 | | | car.sf | RAM Record | from_status | Status from | | Client Analysis Report | | Text, AN | 9 | 0 | | | car.st | RAM Record | to_status | Status to | | Client Analysis Report | | Text, AN | 9 | 0 | | | car.to | RAM Record | to_date | To | | Client Analysis Report | | Date | 8 | 0 | | | car.to1 | RAM Record | to_number | To | | Client Analysis Report | | Text, N | 8 | 0 | | | cas.a2 | associated | as_cos_address_1 | Address 2 | | Client Associates | | Text, AN | 63 | 0 | | | cas.ad | associated | as_cos_address | Address | | Client Associates | | Text, AN | 40 | 0 | | | cas.add | associated | N/A | Addresses | | Client Associates | | N/A | 0 | 0 | | | cas.am | associated | as_cos_amount | Amount | | Client Associates | | Currency | 13 | 0 | | | cas.bc | associated | as_cos_flags_1 | Billing contact | | Client Associates | | Check Box | 1 | 1 | | | cas.c1 | associated | N/A | Client Street # | | Client Associates | | N/A | 0 | 0 | | | cas.c11 | associated | as_cos_category | C1 | | Client Associates | | Text, N | 4 | 0 | | | cas.c2 | associated | N/A | Client # | | Client Associates | | N/A | 0 | 0 | | | cas.c21 | associated | as_cos_category_1 | C2 | | Client Associates | | Text, N | 4 | 0 | | | cas.c3 | associated | as_cos_category_2 | C3 | | Client Associates | | Text, N | 4 | 0 | | | cas.ca | associated | N/A | Client Address | | Client Associates | | N/A | 0 | 0 | | | cas.ca1 | associated | N/A | Client Address 1 | | Client Associates | | N/A | 0 | 0 | | | cas.ca11 | associated | N/A | Client Address 1 | | Client Associates | | N/A | 0 | 0 | | | cas.cad | associated | N/A | Client Address | | Client Associates | | N/A | 0 | 0 | | | cas.cb | associated | as_cos_cby | Created by | | Client Associates | | Text, AN | 7 | 0 | | | cas.cc | associated | N/A | Client Contact | | Client Associates | | N/A | 0 | 0 | | | cas.cci | associated | N/A | Client City | | Client Associates | | N/A | 0 | 0 | | | cas.ccit | associated | N/A | Client City | | Client Associates | | N/A | 0 | 0 | | | cas.cco | associated | N/A | Client Country | | Client Associates | | N/A | 0 | 0 | | | cas.ccou | associated | N/A | Client Country | | Client Associates | | N/A | 0 | 0 | | | cas.ce | associated | as_cos_cell_phone | Cell | | Client Associates | | Text, AN | 14 | 0 | | | cas.cex | associated | as_cos_cell_ext | Cell Ext | | Client Associates | | Text, AN | 7 | 0 | | | cas.ci | associated | as_cos_city | City | | Client Associates | | Text, AN | 31 | 0 | | | cas.cl | associated | as_cos_class | Class | | Client Associates | | Pick List | 4 | 0 | Internal | | cas.cn | associated | N/A | Client Name | | Client Associates | | N/A | 0 | 0 | | | cas.co | associated | as_cosigner | Contact | | Client Associates | | Text, AN | 62 | 0 | | | cas.con | associated | N/A | Contacts | | Client Associates | | N/A | 0 | 0 | | | cas.cou | associated | as_cos_country | Country | | Client Associates | | Text, AN | 31 | 0 | | | cas.cp | associated | N/A | Client Phone | | Client Associates | | N/A | 0 | 0 | | | cas.cr | associated | as_cos_cdate | Created | | Client Associates | | Date | 8 | 0 | | | cas.cs | associated | N/A | Client State | | Client Associates | | N/A | 0 | 0 | | | cas.csn | associated | N/A | Client Street Number | | Client Associates | | N/A | 0 | 0 | | | cas.cst | associated | N/A | Client State | | Client Associates | | N/A | 0 | 0 | | | cas.ct | associated | as_cos_ctime | Created time | | Client Associates | | Time | 8 | 0 | | | cas.cz | associated | N/A | Client Zip | | Client Associates | | N/A | 0 | 0 | | | cas.czi | associated | N/A | Client ZIP | | Client Associates | | N/A | 0 | 0 | | | cas.d1 | associated | as_cos_date_1 | Date 1 | | Client Associates | | Date | 8 | 0 | | | cas.d2 | associated | as_cos_date_2 | Date 2 | | Client Associates | | Date | 8 | 0 | | | cas.dl | associated | as_cos_dl | DL | | Client Associates | | Text, AN | 31 | 0 | | | cas.do | associated | as_cos_dob | DOB | | Client Associates | | Date | 8 | 0 | | | cas.em | associated | as_cos_email | Email | | Client Associates | | Text, AN | 127 | 0 | | | cas.ema | associated | N/A | Emails | | Client Associates | | N/A | 0 | 0 | | | cas.eoi | associated | as_cos_flags_1 | Email opt in | | Client Associates | | Check Box | 1 | 2 | | | cas.fa | associated | as_cos_business_phone | Fax | | Client Associates | | Text, AN | 14 | 0 | | | cas.fe | associated | as_cos_business_ext | Fax Ext | | Client Associates | | Text, AN | 7 | 0 | | | cas.ge | associated | as_cos_title | Generation | | Client Associates | | Pick List | 15 | 0 | Internal | | cas.le | associated | as_cos_entity | Legal entity | | Client Associates | | Pick List | 15 | 0 | Internal | | cas.mb | associated | as_cos_mby | Modified by | | Client Associates | | Text, AN | 7 | 0 | | | cas.mo | associated | as_cos_mdate | Modified | | Client Associates | | Date | 8 | 0 | | | cas.mt | associated | as_cos_mtime | Modified time | | Client Associates | | Time | 8 | 0 | | | cas.na | associated | as_cos_name | Name | | Client Associates | | Text, AN | 62 | 0 | | | cas.oe | associated | as_cos_other_ext | Other Ext | | Client Associates | | Text, AN | 7 | 0 | | | cas.ok | associated | as_cos_address_flags | OK | | Client Associates | | Check Box | 1 | 2 | | | cas.ot | associated | as_cos_other_phone | Other | | Client Associates | | Text, AN | 14 | 0 | | | cas.pe | associated | as_cos_phone_ext | Phone Ext | | Client Associates | | Text, AN | 7 | 0 | | | cas.per | associated | as_cos_percent | Percent | | Client Associates | | Percent | 8 | 0 | | | cas.ph | associated | as_cos_phone | Phone | | Client Associates | | Text, AN | 14 | 0 | | | cas.pho | associated | N/A | Phones | | Client Associates | | N/A | 0 | 0 | | | cas.saamc | associated | as_cos_address_flags | Same address as main client | | Client Associates | | Check Box | 1 | 8 | | | cas.sn | associated | as_cos_street_number | Street Number | | Client Associates | | Text, AN | 11 | 0 | | | cas.sp | associated | as_cos_note_4 | Speech | | Client Associates | | Text, AN | 63 | 0 | | | cas.ss | associated | as_cos_sin | SSN | | Client Associates | | Text, AN | 31 | 0 | | | cas.st | associated | as_cos_state | State | | Client Associates | | Text, AN | 31 | 0 | | | cas.ti | associated | as_cos_timezone | Timezone | | Client Associates | | Pick List | 4 | 0 | Internal | | cas.ty | associated | as_cos_type | Type | | Client Associates | | Pick List | 4 | 0 | Internal | | cas.u1 | associated | as_cos_note_1 | User 1 | | Client Associates | | Text, AN | 63 | 0 | | | cas.u2 | associated | as_cos_note_2 | User 2 | | Client Associates | | Text, AN | 63 | 0 | | | cas.u3 | associated | as_cos_note_3 | User 3 | | Client Associates | | Text, AN | 63 | 0 | | | cas.u4 | associated | as_cos_note_4 | User 4 | | Client Associates | | Text, AN | 63 | 0 | | | cas.ui | associated | as_cos_rowid | UID | | Client Associates | | Text, N | 7 | 0 | | | cas.zi | associated | as_cos_zip | Zip | | Client Associates | | Text, AN | 15 | 0 | | | cat.ac | cl_attachment | cl_at_ctime | At Ctime | | Client Attachment | | Time | 8 | 0 | | | cat.acd | cl_attachment | cl_at_created_date | At Created Date | | Client Attachment | | Date | 8 | 0 | | | cat.am | cl_attachment | cl_at_mtime | At Mtime | | Client Attachment | | Time | 8 | 0 | | | cat.amd | cl_attachment | cl_at_modified_date | At Modified Date | | Client Attachment | | Date | 8 | 0 | | | cat.c1 | cl_attachment | cl_at_category_1 | Category 1 | | Client Attachment | | Text, N | 4 | 0 | | | cat.c2 | cl_attachment | cl_at_category_2 | Category 2 | | Client Attachment | | Text, N | 4 | 0 | | | cat.ca | cl_attachment | cl_at_category | Category | | Client Attachment | | Text, N | 4 | 0 | | | cat.cb | cl_attachment | cl_at_cby | Created By | | Client Attachment | | Text, AN | 3 | 0 | | | cat.cby | cl_attachment | cl_at_cby | Cby | | Client Attachment | | Text, AN | 7 | 0 | | | cat.cl | cl_attachment | cl_at_class | Class | | Client Attachment | | Pick List | 4 | 0 | Internal | | cat.cli | cl_attachment | N/A | Client | | Client Attachment | | N/A | 0 | 0 | | | cat.cn | cl_attachment | N/A | Client Number | | Client Attachment | | N/A | 0 | 0 | | | cat.co | cl_attachment | N/A | Contact | | Client Attachment | | N/A | 0 | 0 | | | cat.cr | cl_attachment | cl_total_credits | Credits | | Client Attachment | | Currency | 13 | 0 | | | cat.cre | cl_attachment | cl_at_cdate | Created | | Client Attachment | | Date | 8 | 0 | | | cat.d1 | cl_attachment | cl_at_date_1 | Date 1 | | Client Attachment | | Date | 8 | 0 | | | cat.d2 | cl_attachment | cl_at_date_2 | Date 2 | | Client Attachment | | Date | 8 | 0 | | | cat.d3 | cl_attachment | cl_at_date_3 | Date 3 | | Client Attachment | | Date | 8 | 0 | | | cat.de | cl_attachment | cl_at_description | Description | | Client Attachment | | Text, AN | 127 | 0 | | | cat.deb | cl_attachment | cl_at_total_debits | Debits | | Client Attachment | | Currency | 13 | 0 | | | cat.fa | cl_attachment | cl_at_factor | Factor | | Client Attachment | | Text, N | 5 | 0 | | | cat.fi | cl_attachment | cl_at_file | File | | Client Attachment | | Text, AN | 260 | 0 | | | cat.i1 | cl_attachment | cl_at_detail_1 | Index 1 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.i2 | cl_attachment | cl_at_detail_2 | Index 2 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.mb | cl_attachment | cl_at_mby | Modified By | | Client Attachment | | Text, AN | 3 | 0 | | | cat.mby | cl_attachment | cl_at_mby | Mby | | Client Attachment | | Text, AN | 7 | 0 | | | cat.mo | cl_attachment | cl_at_mdate | Modified | | Client Attachment | | Date | 8 | 0 | | | cat.ph | cl_attachment | N/A | Phone | | Client Attachment | | N/A | 0 | 0 | | | cat.re | cl_attachment | cl_at_total_result | Result | | Client Attachment | | Currency | 13 | 0 | | | cat.ty | cl_attachment | cl_at_type | Type | | Client Attachment | | Text, N | 4 | 0 | | | cat.u1 | cl_attachment | cl_at_detail_5 | User 10 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u11 | cl_attachment | cl_at_detail_6 | User 11 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u12 | cl_attachment | cl_at_detail_7 | User 12 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u13 | cl_attachment | cl_at_detail_8 | User 13 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u14 | cl_attachment | cl_at_detail_9 | User 14 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u15 | cl_attachment | cl_at_detail_10 | User 15 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u16 | cl_attachment | cl_at_detail_11 | User 16 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u17 | cl_attachment | cl_at_detail_12 | User 17 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u18 | cl_attachment | cl_at_detail_13 | User 18 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u19 | cl_attachment | cl_at_detail_14 | User 19 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u2 | cl_attachment | cl_at_detail_15 | User 20 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u21 | cl_attachment | cl_at_detail_16 | User 21 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u8 | cl_attachment | cl_at_detail_3 | User 8 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.u9 | cl_attachment | cl_at_detail_4 | User 9 | | Client Attachment | | Text, AN | 63 | 0 | | | cat.ui | cl_attachment | cl_at_rowid | UID | | Client Attachment | | Text, N | 7 | 0 | | | cat.va | cl_attachment | cl_at_value | Value | | Client Attachment | | Text, N | 5 | 0 | | | cbs.aana | RAM Record | cr_flags | Auto activate new accounts | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.blf | RAM Record | cr_flags | Backup Log File | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.dd | RAM Record | cr_delay_days | Delay days | | Credit Bureau Setup | | Text, N | 4 | 0 | | | cbs.dr | RAM Record | cr_flags | Delay report | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.ipn | RAM Record | cr_flags | Inhibit phone numbers | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.lt | RAM Record | cr_owing_threshold | less than | | Credit Bureau Setup | | Currency | 9 | 0 | | | cbs.nbiro | RAM Record | cr_flags | New Bus - Ignore reporting owing | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.npdmd | RAM Record | cr_flags | No posted date mods delinquency | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.osadob | RAM Record | cr_flags | Optional SSN and date of birth | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.raa | RAM Record | cr_flags | Report all accounts | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.racg | RAM Record | cr_flags | Report as credit grantor | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.rbi | RAM Record | cr_industry | Report by industry | | Credit Bureau Setup | | Text, AN | 4 | 0 | | | cbs.rcan | RAM Record | cr_flags | Report client account number | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.rcd | RAM Record | cr_flags | Report charged date | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.re | RAM Record | cr_report_name | Report | | Credit Bureau Setup | | Text, AN | 40 | 0 | | | cbs.roipd | RAM Record | cr_flags | Report owing in past due | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.ua | RAM Record | cr_tu_area_code | UA | | Credit Bureau Setup | | Text, AN | 3 | 0 | | | cbs.uc | RAM Record | cr_tu_control_number | UC | | Credit Bureau Setup | | Text, AN | 5 | 0 | | | cbs.uce | RAM Record | cr_tu_center_code | UCe | | Credit Bureau Setup | | Text, AN | 3 | 0 | | | cbs.uf | RAM Record | cr_tu_file | UF | | Credit Bureau Setup | | Text, AN | 1 | 0 | | | cbs.ug | RAM Record | cr_tu_grantor_code | UG | | Credit Bureau Setup | | Text, AN | 10 | 0 | | | cbs.ui | RAM Record | cr_tu_id_number | UID | | Credit Bureau Setup | | Text, AN | 10 | 0 | | | cbs.umf | RAM Record | cr_flags | Use METRO2 Format | | Credit Bureau Setup | | Check Box | 1 | 0 | | | cbs.wa | RAM Record | cr_trw_area_code | WA | | Credit Bureau Setup | | Text, AN | 3 | 0 | | | cbs.wc | RAM Record | cr_trw_control_number | WCo | | Credit Bureau Setup | | Text, AN | 5 | 0 | | | cbs.wce | RAM Record | cr_trw_center_code | WCe | | Credit Bureau Setup | | Text, AN | 3 | 0 | | | cbs.wf | RAM Record | cr_trw_file | WF | | Credit Bureau Setup | | Text, AN | 1 | 0 | | | cbs.wg | RAM Record | cr_trw_grantor_code | WG | | Credit Bureau Setup | | Text, AN | 10 | 0 | | | cbs.wi | RAM Record | cr_trw_id_number | WID | | Credit Bureau Setup | | Text, AN | 10 | 0 | | | cbs.xa | RAM Record | cr_efx_area_code | XA | | Credit Bureau Setup | | Text, AN | 3 | 0 | | | cbs.xc | RAM Record | cr_efx_control_number | XCo | | Credit Bureau Setup | | Text, AN | 5 | 0 | | | cbs.xce | RAM Record | cr_efx_center_code | XCe | | Credit Bureau Setup | | Text, AN | 3 | 0 | | | cbs.xf | RAM Record | cr_efx_file | XF | | Credit Bureau Setup | | Text, AN | 1 | 0 | | | cbs.xg | RAM Record | cr_efx_grantor_code | XG | | Credit Bureau Setup | | Text, AN | 10 | 0 | | | cbs.xi | RAM Record | cr_efx_id_number | XID | | Credit Bureau Setup | | Text, AN | 10 | 0 | | | cc.ab | cl_contact | co_who_from | Assigned by | | Client Contact | | Text, AN | 7 | 0 | | | cc.am | cl_contact | co_amount | Amount | | Client Contact | | Currency | 9 | 0 | | | cc.ao | cl_contact | co_lock | Advance overpayments | | Client Contact | | Check Box | 1 | 1 | | | cc.at | cl_contact | co_attachment | Attachment | | Client Contact | | Text, AN | 62 | 0 | | | cc.bl | cl_contact | co_attachment_blob | Blob | | Client Contact | | Text, N | 0 | 0 | | | cc.c1 | cl_contact | co_category | C1 | | Client Contact | | Text, N | 4 | 0 | | | cc.c2 | cl_contact | co_category_1 | C2 | | Client Contact | | Text, N | 4 | 0 | | | cc.c3 | cl_contact | co_category_2 | C3 | | Client Contact | | Text, N | 4 | 0 | | | cc.cb | cl_contact | co_cby | Cby | | Client Contact | | Text, AN | 7 | 0 | | | cc.cd | cl_contact | co_creation_date | Created date | | Client Contact | | Date | 8 | 0 | | | cc.cl | cl_contact | N/A | Client | | Client Contact | | N/A | 0 | 0 | | | cc.cla | cl_contact | co_class | Class | | Client Contact | | Text, N | 4 | 0 | | | cc.co | cl_contact | co_who | Collector | | Client Contact | | Text, AN | 7 | 0 | | | cc.com | cl_contact | co_completed | Completed | | Client Contact | | Radio Button | 1 | 1 | | | cc.cr | cl_contact | co_cdate | Created | | Client Contact | | Date | 8 | 0 | | | cc.cre | cl_contact | co_flags_2 | Call Result | | Client Contact | | Pick List | 4 | 0 | Internal | | cc.ct | cl_contact | co_creation_time | Created time | | Client Contact | | Time | 8 | 0 | | | cc.cti | cl_contact | co_ctime | Ctime | | Client Contact | | Time | 8 | 0 | | | cc.d1 | cl_contact | co_date_1 | Date 1 | | Client Contact | | Date | 8 | 0 | | | cc.d2 | cl_contact | co_date_2 | Date 2 | | Client Contact | | Date | 8 | 0 | | | cc.da | cl_contact | co_user_1 | Data | | Client Contact | | Text, AN | 39 | 0 | | | cc.day | cl_contact | co_number_1 | Day | | Client Contact | | Text, N | 8 | 0 | | | cc.db | cl_contact | co_done_by | Done by | | Client Contact | | Text, AN | 7 | 0 | | | cc.dd | cl_contact | co_date | Due date | | Client Contact | | Date | 8 | 0 | | | cc.dda | cl_contact | co_done_date | Done date | | Client Contact | | Date | 8 | 0 | | | cc.de | cl_contact | co_description | Description | | Client Contact | | Text, AN | 79 | 0 | | | cc.dna | cl_contact | co_lock | Do not autodelete | | Client Contact | | Check Box | 1 | 2 | | | cc.dnau | cl_contact | co_lock | Do not autocomplete | | Client Contact | | Check Box | 1 | 4 | | | cc.do | cl_contact | co_completed | Done | | Client Contact | | Pick List | 4 | 0 | Internal | | cc.dt | cl_contact | co_done_time | Done time | | Client Contact | | Time | 8 | 0 | | | cc.el | cl_contact | co_elapsed_time | Elapsed | | Client Contact | | Elapsed Time | 8 | 0 | | | cc.es | cl_contact | co_estimated_time | Estimate | | Client Contact | | Elapsed Time | 8 | 0 | | | cc.fi | cl_contact | N/A | File | | Client Contact | | N/A | 0 | 0 | | | cc.hp | cl_contact | N/A | Home Phone | | Client Contact | | N/A | 0 | 0 | | | cc.ip | cl_contact | co_completed | In progress | | Client Contact | | Radio Button | 1 | 0 | | | cc.mb | cl_contact | co_mby | Mby | | Client Contact | | Text, AN | 7 | 0 | | | cc.mo | cl_contact | co_mdate | Modified | | Client Contact | | Date | 8 | 0 | | | cc.mt | cl_contact | co_mtime | Mtime | | Client Contact | | Time | 8 | 0 | | | cc.nod | cl_contact | co_custom_repeat | Number of days | | Client Contact | | Text, N | 4 | 0 | | | cc.or | cl_contact | co_originator | Originator | | Client Contact | | Text, AN | 7 | 0 | | | cc.pr | cl_contact | co_priority | Priority | | Client Contact | | Text, N | 2 | 0 | | | cc.re | cl_contact | co_repeat | Repeat | | Client Contact | | Pick List | 4 | 0 | Internal | | cc.rpoc | cl_contact | co_op_1 | Run plan on completion | | Client Contact | | Text, AN | 7 | 0 | | | cc.st | cl_contact | N/A | Status | | Client Contact | | N/A | 0 | 0 | | | cc.ti | cl_contact | co_time | Time | | Client Contact | | Time | 8 | 0 | | | cc.ty | cl_contact | co_type | Type | | Client Contact | | Pick List | 4 | 0 | Internal | | cc.ui | cl_contact | co_rowid | UID | | Client Contact | | Text, N | 7 | 0 | | | ccp.pi | RAM Record | userpin | PIN | | Credit Card Pin | | Text, AN | 30 | 0 | | | ccp.sk | RAM Record | source_key | Source key | | Credit Card Pin | | Text, AN | 32 | 0 | | | ccpt.bf | RAM Record | flags | Blank form | | Credit Card Payment Tasks | | Check Box | 1 | 0 | | | ccs.ar | RAM Record | cc_flags | Auto reconcile | | Credit Card Setup | | Check Box | 1 | 0 | | | ccs.crfd | RAM Record | cc_flags | Create review for declines | | Credit Card Setup | | Check Box | 1 | 0 | | | ccs.der | RAM Record | cc_flags | Disable EFTconfirmation review | | Credit Card Setup | | Check Box | 1 | 0 | | | ccs.drcp | RAM Record | cc_flags | Declined recurring cancels plan | | Credit Card Setup | | Check Box | 1 | 0 | | | ccs.ecf | RAM Record | cc_flags | Enable convenience fees | | Credit Card Setup | | Check Box | 1 | 0 | | | ccs.evl | RAM Record | cc_flags | Enable verbose logging | | Credit Card Setup | | Check Box | 1 | 0 | | | ccs.ftt | RAM Record | cc_fee_type | Fee transaction type | | Credit Card Setup | | Text, AN | 4 | 0 | | | ccs.lrd | RAM Record | cc_last_reconcile | Last reconcile date | | Credit Card Setup | | Date | 8 | 0 | | | ccs.pi | RAM Record | cc_password | PIN | | Credit Card Setup | | Text, AN | 30 | 0 | | | ccs.ptt | RAM Record | cc_trans_type | Payment transaction type | | Credit Card Setup | | Text, AN | 4 | 0 | | | ccs.rpor | RAM Record | cc_run_plan | Run plan on recurring | | Credit Card Setup | | Text, AN | 7 | 0 | | | ccs.se | RAM Record | cc_server | Server | | Credit Card Setup | | Text, AN | 64 | 0 | | | ccs.sft | RAM Record | cc_flags | Single fee transaction | | Credit Card Setup | | Check Box | 1 | 0 | | | ccs.sk | RAM Record | cc_source_key | Source key | | Credit Card Setup | | Text, AN | 32 | 0 | | | ccs.snafc | RAM Record | cc_flags | Set no autodelete for contacts | | Credit Card Setup | | Check Box | 1 | 0 | | | cd.a2 | nx_user | us_address_2 | Address 2 | | Company Details | | Text, AN | 60 | 0 | | | cd.a3 | nx_user | us_address_3 | Address 3 | | Company Details | | Text, AN | 60 | 0 | | | cd.ad | nx_user | us_address | Address | | Company Details | | Text, AN | 80 | 0 | | | cd.ba | nx_user | N/A | Bank | | Company Details | | N/A | 0 | 0 | | | cd.ca | nx_user | us_flags | Closed accounting | | Company Details | | Check Box | 1 | 2 | | | cd.cd | nx_user | us_cdate | Cdate | | Company Details | | Date | 8 | 0 | | | cd.ce | nx_user | us_cell | Cell | | Company Details | | Text, AN | 26 | 0 | | | cd.cex | nx_user | us_cell_ext | Cell Ext | | Company Details | | Text, AN | 7 | 0 | | | cd.cg | nx_user | us_flags | Credit grantor | | Company Details | | Check Box | 1 | 4 | | | cd.ci | nx_user | us_user_1 | City | | Company Details | | Text, AN | 31 | 0 | | | cd.co | nx_user | us_country | Country | | Company Details | | Pick List | 31 | 0 | Internal | | cd.ct | nx_user | us_ctime | Ctime | | Company Details | | Time | 8 | 0 | | | cd.cu | nx_user | us_number_1 | Currency | | Company Details | | Pick List | 8 | 0 | Internal | | cd.d1 | nx_user | us_date_1 | Date 1 | | Company Details | | Date | 8 | 0 | | | cd.d2 | nx_user | us_date_2 | Date 2 | | Company Details | | Date | 8 | 0 | | | cd.em | nx_user | us_email | Email | | Company Details | | Text, AN | 79 | 0 | | | cd.fa | nx_user | us_fax | Fax | | Company Details | | Text, AN | 26 | 0 | | | cd.fe | nx_user | us_fax_ext | Fax Ext | | Company Details | | Text, AN | 7 | 0 | | | cd.lc | nx_user | client_number | Last client | | Company Details | | Text, N | 9 | 0 | | | cd.mc | nx_user | us_multi_currency | Multi currency | | Company Details | | Check Box | 1 | 1 | | | cd.md | nx_user | us_mdate | Mdate | | Company Details | | Date | 8 | 0 | | | cd.mt | nx_user | us_mtime | Mtime | | Company Details | | Time | 8 | 0 | | | cd.na | nx_user | us_name | Name | | Company Details | | Text, AN | 80 | 0 | | | cd.pe | nx_user | us_phone_ext | Phone Ext | | Company Details | | Text, AN | 7 | 0 | | | cd.ph | nx_user | us_phone | Phone | | Company Details | | Text, AN | 26 | 0 | | | cd.re | nx_user | us_representative | Representative | | Company Details | | Text, AN | 80 | 0 | | | cd.rott | nx_user | us_flags | Roll overpayment through trust | | Company Details | | Check Box | 1 | 8 | | | cd.sn | nx_user | us_street_no | Street No | | Company Details | | Text, AN | 23 | 0 | | | cd.st | nx_user | us_state | State | | Company Details | | Text, AN | 31 | 0 | | | cd.supd | nx_user | us_flags | Statement uses payment date | | Company Details | | Check Box | 1 | 1 | | | cd.ta | nx_user | us_gst_number | Tax # | | Company Details | | Text, AN | 30 | 0 | | | cd.tr | nx_user | us_tax_rate | Tax rate | | Company Details | | Percent | 8 | 0 | | | cd.tr1 | nx_user | us_tax_rate_1 | Tax Rate 1 | | Company Details | | Percent | 9 | 0 | | | cd.tr2 | nx_user | us_tax_rate_2 | Tax Rate 2 | | Company Details | | Percent | 9 | 0 | | | cd.tr3 | nx_user | us_tax_rate_3 | Tax Rate 3 | | Company Details | | Percent | 9 | 0 | | | cd.ui | nx_user | us_rowid | UID | | Company Details | | Text, N | 7 | 0 | | | cd.zi | nx_user | us_zip | ZIP | | Company Details | | Text, AN | 23 | 0 | | | cde.ca | nx_user | us_flags | Closed accounting | | Company Detail | | Check Box | 1 | 2 | | | cde.cfituc | nx_user | us_flags | Client fee is to us commission | | Company Detail | | Check Box | 1 | 128 | | | cde.cg | nx_user | us_flags | Credit grantor | | Company Detail | | Check Box | 1 | 4 | | | cde.dc | nx_user | us_number_1 | Default currency | | Company Detail | | Pick List | 8 | 0 | Internal | | cde.esp | nx_user | us_flags | Enable split payments | | Company Detail | | Check Box | 1 | 64 | | | cde.lc | nx_user | client_number | Last client | | Company Detail | | Text, N | 8 | 0 | | | cde.mc | nx_user | us_multi_currency | Multi currency | | Company Detail | | Check Box | 1 | 1 | | | cde.rott | nx_user | us_flags | Roll overpayment through trust | | Company Detail | | Check Box | 1 | 8 | | | cde.supd | nx_user | us_flags | Statement uses payment date | | Company Detail | | Check Box | 1 | 1 | | | cde.ta | nx_user | us_gst_number | Tax # | | Company Detail | | Text, AN | 30 | 0 | | | cf.1a | RAM Record | options | 1000 accounts | | Collect! Features | | Check Box | 8 | 0 | | | cf.1ac | RAM Record | options | 10000 accounts | | Collect! Features | | Check Box | 8 | 0 | | | cf.1acc | RAM Record | options | 100K accounts | | Collect! Features | | Check Box | 1 | 0 | | | cf.2a | RAM Record | options | 2500 accounts | | Collect! Features | | Check Box | 8 | 0 | | | cf.5a | RAM Record | options | 500K accounts | | Collect! Features | | Check Box | 1 | 0 | | | cf.ad | RAM Record | options | Auto dialer | | Collect! Features | | Check Box | 1 | 0 | | | cf.am | RAM Record | options | Account matching | | Collect! Features | | Check Box | 1 | 0 | | | cf.ar | RAM Record | features | Archiving | | Collect! Features | | Check Box | 1 | 0 | | | cf.au | RAM Record | features | Automatic | | Collect! Features | | Check Box | 1 | 0 | | | cf.bp | RAM Record | features | Batch processing | | Collect! Features | | Check Box | 1 | 0 | | | cf.bts | RAM Record | features | Billing Tree service | | Collect! Features | | Check Box | 1 | 0 | | | cf.ca | RAM Record | category | Category | | Collect! Features | | Pick List | 1 | 0 | Internal | | cf.cm | RAM Record | features | Client management | | Collect! Features | | Check Box | 1 | 0 | | | cf.cr | RAM Record | options | Credit reporting | | Collect! Features | | Check Box | 1 | 0 | | | cf.dcl | RAM Record | features | Database change logs | | Collect! Features | | Check Box | 1 | 0 | | | cf.de | RAM Record | features | Demo | | Collect! Features | | Check Box | 1 | 0 | | | cf.ed | RAM Record | features | Extend days | | Collect! Features | | Check Box | 1 | 0 | | | cf.es | RAM Record | features | eBureau service | | Collect! Features | | Check Box | 1 | 0 | | | cf.ie | RAM Record | options | Import/export | | Collect! Features | | Check Box | 1 | 0 | | | cf.ls | RAM Record | options | Letter service | | Collect! Features | | Check Box | 1 | 0 | | | cf.me | RAM Record | features | Messaging | | Collect! Features | | Check Box | 1 | 0 | | | cf.mem | RAM Record | options | Membership | | Collect! Features | | Check Box | 1 | 0 | | | cf.os | RAM Record | features | ODBC sync | | Collect! Features | | Check Box | 1 | 0 | | | cf.pc | RAM Record | options | Promise contacts | | Collect! Features | | Check Box | 1 | 0 | | | cf.pdl | RAM Record | options | Predictive dialer link | | Collect! Features | | Check Box | 1 | 0 | | | cf.pie | RAM Record | options | Predefined import/export | | Collect! Features | | Check Box | 1 | 0 | | | cf.pp | RAM Record | options | Payment plans | | Collect! Features | | Check Box | 1 | 0 | | | cf.sc | RAM Record | features | Scheduler | | Collect! Features | | Check Box | 1 | 0 | | | cf.ts | RAM Record | features | TCN service | | Collect! Features | | Check Box | 1 | 0 | | | cf.vi | RAM Record | features | Variable interest | | Collect! Features | | Check Box | 1 | 0 | | | cf.vl | RAM Record | features | Verify license | | Collect! Features | | Check Box | 1 | 0 | | | cf.whca | RAM Record | options | Web host client access | | Collect! Features | | Check Box | 1 | 0 | | | chs.af | RAM Record | as_rt_user | Application form | | Change History Settings | | Check Box | 1 | 0 | | | chs.afi | RAM Record | as_rt_impex | App field | | Change History Settings | | Check Box | 1 | 0 | | | chs.al | RAM Record | as_rt_collect | Address lookup | | Change History Settings | | Check Box | 1 | 0 | | | chs.ar | RAM Record | as_rt_impex | App record | | Change History Settings | | Check Box | 1 | 0 | | | chs.at | RAM Record | as_rt_collect | Attachment | | Change History Settings | | Check Box | 1 | 0 | | | chs.ba | RAM Record | as_rt_collect | Bank | | Change History Settings | | Check Box | 1 | 0 | | | chs.bac | RAM Record | as_rt_collect | Bank account | | Change History Settings | | Check Box | 1 | 0 | | | chs.ce | RAM Record | as_rt_collect | Contact event | | Change History Settings | | Check Box | 1 | 0 | | | chs.cl | RAM Record | as_rt_collect | Client | | Change History Settings | | Check Box | 1 | 0 | | | chs.clo | RAM Record | as_rt_collect | Currency lookup | | Change History Settings | | Check Box | 1 | 0 | | | chs.co | RAM Record | as_rt_collect | Contact | | Change History Settings | | Check Box | 1 | 0 | | | chs.cod | RAM Record | as_rt_report | Code | | Change History Settings | | Check Box | 1 | 0 | | | chs.cos | RAM Record | as_rt_collect | Cosigner | | Change History Settings | | Check Box | 1 | 0 | | | chs.cp | RAM Record | as_rt_collect | Contact plan | | Change History Settings | | Check Box | 1 | 0 | | | chs.da | RAM Record | as_rt_collect | Day | | Change History Settings | | Check Box | 1 | 0 | | | chs.de | RAM Record | as_rt_collect | Debtor | | Change History Settings | | Check Box | 1 | 0 | | | chs.ds | RAM Record | as_rt_collect | Debtor status | | Change History Settings | | Check Box | 1 | 0 | | | chs.echl | RAM Record | as_flags | Enable change history logging | | Change History Settings | | Check Box | 1 | 0 | | | chs.em | RAM Record | as_rt_collect | Email | | Change History Settings | | Check Box | 1 | 0 | | | chs.fi | RAM Record | as_rt_report | Field | | Change History Settings | | Check Box | 1 | 0 | | | chs.fo | RAM Record | as_rt_report | Footer | | Change History Settings | | Check Box | 1 | 0 | | | chs.fr | RAM Record | as_rt_user | Form rights | | Change History Settings | | Check Box | 1 | 0 | | | chs.he | RAM Record | as_rt_report | Header | | Change History Settings | | Check Box | 1 | 0 | | | chs.if | RAM Record | as_rt_impex | Imp field | | Change History Settings | | Check Box | 1 | 0 | | | chs.il | RAM Record | as_rt_collect | Invoice line | | Change History Settings | | Check Box | 1 | 0 | | | chs.im | RAM Record | as_rt_impex | Imp map | | Change History Settings | | Check Box | 1 | 0 | | | chs.imf | RAM Record | as_rt_impex | Imp map filter | | Change History Settings | | Check Box | 1 | 0 | | | chs.in | RAM Record | as_rt_collect | Invoice | | Change History Settings | | Check Box | 1 | 0 | | | chs.ir | RAM Record | as_rt_impex | Imp record | | Change History Settings | | Check Box | 1 | 0 | | | chs.ol | RAM Record | as_rt_user | Operator level | | Change History Settings | | Check Box | 1 | 0 | | | chs.op | RAM Record | as_rt_user | Operator | | Change History Settings | | Check Box | 1 | 0 | | | chs.ph | RAM Record | as_rt_collect | Phone | | Change History Settings | | Check Box | 1 | 0 | | | chs.ra | RAM Record | as_rt_rates | Rates | | Change History Settings | | Check Box | 1 | 0 | | | chs.re | RAM Record | as_rt_report | Report | | Change History Settings | | Check Box | 1 | 0 | | | chs.tr | RAM Record | as_rt_collect | Transaction | | Change History Settings | | Check Box | 1 | 0 | | | chs.tt | RAM Record | as_rt_collect | Transaction type | | Change History Settings | | Check Box | 1 | 0 | | | ckm.ecfm | RAM Record | more_bit_switches | Enable Ctrl-F12 Macro | | Control Key Macro | | Check Box | 1 | 0 | | | ckm.mf | RAM Record | ctrl_key_macro | Macro file | | Control Key Macro | | Text, AN | 260 | 0 | | | cl.a1 | client | cl_address_1 | Address 1 | | Client | | Text, AN | 32 | 0 | | | cl.a2 | client | cl_address_2 | Address 2 | | Client | | Text, AN | 27 | 0 | | | cl.aa | client | cl_num_of_active_accounts | Active accounts | | Client | | Text, N | 8 | 0 | | | cl.ac | client | cl_alt_number | Alt Client # | | Client | | Text, AN | 19 | 0 | | | cl.ad | client | cl_address | Address | | Client | | Text, AN | 40 | 0 | | | cl.add | client | N/A | Addresses | | Client | | N/A | 0 | 0 | | | cl.adj | client | cl_adjustments | Adjustments | | Client | | Currency | 15 | 0 | | | cl.as | client | N/A | Associates | | Client | | N/A | 0 | 0 | | | cl.at | client | N/A | Attachments | | Client | | N/A | 0 | 0 | | | cl.ba | client | N/A | Bank | | Client | | N/A | 0 | 0 | | | cl.c2 | client | cl_category_1 | C2 | | Client | | Text, N | 5 | 0 | | | cl.c3 | client | cl_category_2 | C3 | | Client | | Text, N | 4 | 0 | | | cl.ca | client | cl_num_of_closed_accounts | Closed accounts | | Client | | Text, N | 8 | 0 | | | cl.cat | client | cl_category | Category | | Client | | Pick List | 4 | 0 | Internal | | cl.cb | client | cl_cby | Cby | | Client | | Text, AN | 7 | 0 | | | cl.ce | client | cl_cell | Cell | | Client | | Text, AN | 14 | 0 | | | cl.cex | client | cl_cell_extension | Cell Extension | | Client | | Text, AN | 15 | 0 | | | cl.ci | client | cl_city | City | | Client | | Text, AN | 63 | 0 | | | cl.cl | client | cl_number | Client # | | Client | | Text, N | 8 | 0 | | | cl.cla | client | cl_class | Class | | Client | | Pick List | 4 | 0 | Internal | | cl.cld | client | cl_date_1 | Client listed date | | Client | | Date | 8 | 0 | | | cl.clo | client | cl_closed | Closed | | Client | | Currency | 15 | 0 | | | cl.co | client | cl_contact | Contact | | Client | | Text, AN | 62 | 0 | | | cl.con | client | N/A | Contacts | | Client | | N/A | 0 | 0 | | | cl.cou | client | cl_country | Country | | Client | | Pick List | 63 | 0 | Internal | | cl.cr | client | cl_cdate | Created | | Client | | Date | 8 | 0 | | | cl.cr1 | client | cl_commission_rate_1 | Commission Rate 1 | | Client | | Text, N | 9 | 0 | | | cl.cr2 | client | cl_commission_rate_2 | Commission Rate 2 | | Client | | Text, N | 9 | 0 | | | cl.cr3 | client | cl_commission_rate_3 | Commission Rate 3 | | Client | | Text, N | 9 | 0 | | | cl.cra | client | cl_commission_rate | Commission Rate | | Client | | Text, N | 9 | 0 | | | cl.cro | client | cl_comm_rate_options | Comm Rate Options | | Client | | Text, N | 8 | 0 | | | cl.ct | client | cl_ctime | Ctime | | Client | | Time | 8 | 0 | | | cl.ctd | client | cl_amount_1 | Commission to date | | Client | | Currency | 12 | 0 | | | cl.d2 | client | cl_date_2 | Date 2 | | Client | | Date | 8 | 0 | | | cl.dba | client | cl_do_business_as | D.B.A. | | Client | | Text, AN | 62 | 0 | | | cl.de | client | N/A | Debtors | | Client | | N/A | 0 | 0 | | | cl.em | client | cl_email | Email | | Client | | Text, AN | 79 | 0 | | | cl.ema | client | N/A | Emails | | Client | | N/A | 0 | 0 | | | cl.fa | client | cl_fax | Fax | | Client | | Text, AN | 14 | 0 | | | cl.fe | client | cl_fax_extension | Fax Extension | | Client | | Text, AN | 4 | 0 | | | cl.fee | client | cl_fees | Fees | | Client | | Currency | 15 | 0 | | | cl.in | client | N/A | Invoices | | Client | | N/A | 0 | 0 | | | cl.ina | client | cl_flags_1 | Inactive | | Client | | Check Box | 1 | 2 | | | cl.int | client | cl_interest | Interest | | Client | | Currency | 15 | 0 | | | cl.ld | client | cl_listed_date | Listed date | | Client | | Date | 8 | 0 | | | cl.lf | client | cl_legal | Legal fees | | Client | | Currency | 15 | 0 | | | cl.li | client | cl_listed | Listed | | Client | | Currency | 15 | 0 | | | cl.mb | client | cl_mby | Mby | | Client | | Text, AN | 7 | 0 | | | cl.mi | client | cl_misc | Miscellaneous | | Client | | Currency | 15 | 0 | | | cl.mo | client | cl_mdate | Modified | | Client | | Date | 8 | 0 | | | cl.mt | client | cl_mtime | Mtime | | Client | | Time | 8 | 0 | | | cl.na | client | cl_name | Name | | Client | | Text, AN | 62 | 0 | | | cl.no | client | cl_noteblob | Notes | | Client | | Text, N | 0 | 0 | | | cl.oa | client | cl_num_of_other_accounts | Other accounts | | Client | | Text, N | 8 | 0 | | | cl.obc | client | cl_ownedby_number | Owned by client | | Client | | Text, N | 8 | 0 | | | cl.oc | client | cl_other_fee | Other charges | | Client | | Currency | 15 | 0 | | | cl.oe | client | cl_other_extension | Other Extension | | Client | | Text, AN | 15 | 0 | | | cl.op | client | cl_op_2 | Operator | | Client | | Text, AN | 7 | 0 | | | cl.ot | client | cl_other | Other | | Client | | Text, AN | 14 | 0 | | | cl.ow | client | cl_owing | Owing | | Client | | Currency | 15 | 0 | | | cl.pa | client | cl_paid | Paid | | Client | | Currency | 15 | 0 | | | cl.pay | client | N/A | Payments | | Client | | N/A | 0 | 0 | | | cl.pe | client | cl_phone_extension | Phone Extension | | Client | | Text, AN | 15 | 0 | | | cl.ph | client | cl_phone | Phone | | Client | | Text, AN | 14 | 0 | | | cl.pho | client | N/A | Phones | | Client | | N/A | 0 | 0 | | | cl.pr | client | cl_principal | Principal | | Client | | Currency | 15 | 0 | | | cl.rp | client | cl_report_extra | Run plan | | Client | | Text, AN | 8 | 0 | | | cl.sn | client | cl_street_no | Street No | | Client | | Text, AN | 23 | 0 | | | cl.sr | client | cl_success_rate | Success rate | | Client | | Percent | 8 | 0 | | | cl.st | client | cl_state | State | | Client | | Text, AN | 63 | 0 | | | cl.sta | client | cl_op_1 | Status | | Client | | Text, AN | 4 | 0 | | | cl.ta | client | cl_number_of_accounts | Total accounts | | Client | | Text, N | 8 | 0 | | | cl.ti | client | cl_timezone | Timezone | | Client | | Pick List | 16 | 0 | Internal | | cl.tr | client | cl_tax_rate | Tax Rate | | Client | | Text, N | 9 | 0 | | | cl.tr1 | client | cl_tax_rate_1 | Tax Rate 1 | | Client | | Text, N | 9 | 0 | | | cl.tr2 | client | cl_tax_rate_2 | Tax Rate 2 | | Client | | Text, N | 9 | 0 | | | cl.tr3 | client | cl_tax_rate_3 | Tax Rate 3 | | Client | | Text, N | 9 | 0 | | | cl.tro | client | cl_tax_options | Tax Rate Options | | Client | | Text, N | 8 | 0 | | | cl.ty | client | cl_type | Type | | Client | | Pick List | 4 | 0 | Internal | | cl.u1 | client | cl_user_1 | User 1 | | Client | | Text, AN | 63 | 0 | | | cl.u2 | client | cl_user_2 | User 2 | | Client | | Text, AN | 63 | 0 | | | cl.u3 | client | cl_user_3 | User 3 | | Client | | Text, AN | 63 | 0 | | | cl.u4 | client | cl_user_4 | User 4 | | Client | | Text, AN | 63 | 0 | | | cl.ui | client | cl_rowid | UID | | Client | | Text, N | 7 | 0 | | | cl.wd | client | cl_worked_date | Worked date | | Client | | Date | 8 | 0 | | | cl.zi | client | cl_zip | ZIP | | Client | | Text, AN | 31 | 0 | | | clv.ah | RAM Record | lv_rothours | Age - Hrs. | | Collect! Log Viewer | | Text, N | 4 | 0 | | | clv.ba | RAM Record | lv_typeflags | Batch | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.cl | RAM Record | lv_lognum | Current log # | | Collect! Log Viewer | | Text, N | 4 | 0 | | | clv.coo | RAM Record | lv_typeflags | Current operator only | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.da | RAM Record | lv_database | Database | | Collect! Log Viewer | | Text, AN | 20 | 0 | | | clv.dat | RAM Record | lv_typeflags | Database | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.de | RAM Record | lv_typeflags | Debug | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.fi | RAM Record | lv_typeflags | Financial | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.im | RAM Record | lv_typeflags | Import | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.lvt | RAM Record | N/A | Log View Text | | Collect! Log Viewer | | N/A | 0 | 0 | | | clv.mf | RAM Record | lv_maxfiles | Max Files | | Collect! Log Viewer | | Text, N | 4 | 0 | | | clv.mi | RAM Record | lv_typeflags | Misc | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.op | RAM Record | lv_opid | Operator | | Collect! Log Viewer | | Text, AN | 7 | 0 | | | clv.ope | RAM Record | lv_typeflags | Operator | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.re | RAM Record | lv_typeflags | Report | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.se | RAM Record | lv_typeflags | Security | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.sk | RAM Record | lv_rotsize | Size - KB | | Collect! Log Viewer | | Text, N | 4 | 0 | | | clv.up | RAM Record | lv_typeflags | Upgrade | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.wh | RAM Record | lv_typeflags | Web Host | | Collect! Log Viewer | | Check Box | 1 | 0 | | | clv.wl | RAM Record | lv_vlevel | Warning level | | Collect! Log Viewer | | Text, N | 8 | 0 | | | clv.wli | RAM Record | lv_typeflags | WIP List | | Collect! Log Viewer | | Check Box | 1 | 0 | | | co.ab | contact | co_who_from | Assigned by | | Contact | | Text, AN | 7 | 0 | | | co.am | contact | co_amount | Amount | | Contact | | Currency | 9 | 0 | | | co.ao | contact | co_lock | Advance overpayments | | Contact | | Check Box | 1 | 1 | | | co.at | contact | co_attachment | Attachment | | Contact | | Text, AN | 62 | 0 | | | co.bl | contact | co_attachment_blob | Blob | | Contact | | Text, N | 0 | 0 | | | co.c1 | contact | co_category | C1 | | Contact | | Text, N | 4 | 0 | | | co.c2 | contact | co_category_1 | C2 | | Contact | | Text, N | 4 | 0 | | | co.c3 | contact | co_category_2 | C3 | | Contact | | Text, N | 4 | 0 | | | co.ca | contact | N/A | Client Account # | | Contact | | N/A | 0 | 0 | | | co.cb | contact | co_cby | Cby | | Contact | | Text, AN | 7 | 0 | | | co.ccor | contact | co_lock | Create copy on repeat | | Contact | | Check Box | 1 | 8 | | | co.cd | contact | co_creation_date | Created date | | Contact | | Date | 8 | 0 | | | co.cl | contact | co_class | Class | | Contact | | Text, N | 4 | 0 | | | co.cli | contact | N/A | Client | | Contact | | N/A | 0 | 0 | | | co.co | contact | co_who | Collector | | Contact | | Text, AN | 7 | 0 | | | co.com | contact | co_completed | Completed | | Contact | | Radio Button | 1 | 1 | | | co.con | contact | N/A | Contact | | Contact | | N/A | 0 | 0 | | | co.cop | contact | co_lock | Copy | | Contact | | Check Box | 1 | 32 | | | co.cr | contact | co_cdate | Created | | Contact | | Date | 8 | 0 | | | co.cre | contact | co_flags_2 | Call result | | Contact | | Pick List | 4 | 0 | Internal | | co.ct | contact | co_creation_time | Created time | | Contact | | Time | 8 | 0 | | | co.cti | contact | co_ctime | Ctime | | Contact | | Time | 8 | 0 | | | co.d1 | contact | co_date_1 | Date 1 | | Contact | | Date | 8 | 0 | | | co.d2 | contact | co_date_2 | Date 2 | | Contact | | Date | 8 | 0 | | | co.da | contact | co_user_1 | Data | | Contact | | Text, AN | 39 | 0 | | | co.day | contact | co_number_1 | Day | | Contact | | Text, N | 4 | 0 | | | co.db | contact | co_done_by | Done by | | Contact | | Text, AN | 7 | 0 | | | co.dd | contact | co_date | Due date | | Contact | | Date | 8 | 0 | | | co.dda | contact | co_done_date | Done date | | Contact | | Date | 8 | 0 | | | co.de | contact | N/A | Debtor | | Contact | | N/A | 0 | 0 | | | co.des | contact | co_description | Description | | Contact | | Text, AN | 79 | 0 | | | co.dl | contact | N/A | DL | | Contact | | N/A | 0 | 0 | | | co.dna | contact | co_lock | Do not autodelete | | Contact | | Check Box | 1 | 2 | | | co.do | contact | co_completed | Done | | Contact | | Pick List | 4 | 0 | Internal | | co.dt | contact | co_done_time | Done time | | Contact | | Time | 8 | 0 | | | co.el | contact | co_elapsed_time | Elapsed | | Contact | | Elapsed Time | 8 | 0 | | | co.es | contact | co_estimated_time | Estimate | | Contact | | Elapsed Time | 8 | 0 | | | co.fi | contact | N/A | File | | Contact | | N/A | 0 | 0 | | | co.hp | contact | N/A | Home Phone | | Contact | | N/A | 0 | 0 | | | co.ip | contact | co_completed | In progress | | Contact | | Radio Button | 1 | 0 | | | co.lrtn | contact | co_lock | Log repeat to notes | | Contact | | Check Box | 1 | 16 | | | co.mb | contact | co_mby | Mby | | Contact | | Text, AN | 7 | 0 | | | co.mo | contact | co_mdate | Modified | | Contact | | Date | 8 | 0 | | | co.mt | contact | co_mtime | Mtime | | Contact | | Time | 8 | 0 | | | co.na | contact | co_lock | No autocomplete | | Contact | | Check Box | 1 | 4 | | | co.nap | contact | co_lock | No autocomplete promise | | Contact | | Check Box | 1 | 64 | | | co.nod | contact | co_custom_repeat | Number of days | | Contact | | Text, N | 4 | 0 | | | co.nop | contact | co_flags_2 | Number of payments | | Contact | | Text, N | 4 | 0 | | | co.or | contact | co_originator | Originator | | Contact | | Text, AN | 7 | 0 | | | co.pr | contact | co_priority | Priority | | Contact | | Text, N | 2 | 0 | | | co.pro | contact | co_amount_1 | Promised | | Contact | | Currency | 9 | 0 | | | co.re | contact | co_repeat | Repeat | | Contact | | Pick List | 4 | 0 | Internal | | co.reh | contact | co_lock | Record event history | | Contact | | Check Box | 1 | 1024 | | | co.rpoc | contact | co_op_1 | Run plan on completion | | Contact | | Text, AN | 7 | 0 | | | co.ss | contact | N/A | SSN | | Contact | | N/A | 0 | 0 | | | co.st | contact | N/A | Status | | Contact | | N/A | 0 | 0 | | | co.ti | contact | co_time | Time | | Contact | | Time | 8 | 0 | | | co.ty | contact | co_type | Type | | Contact | | Pick List | 4 | 0 | Internal | | co.ui | contact | co_rowid | UID | | Contact | | Text, N | 7 | 0 | | | co.wp | contact | N/A | Work Phone | | Contact | | N/A | 0 | 0 | | | coc.id | RAM Record | id | ID | | Copy Operator Configuration | | Text, AN | 7 | 0 | | | coc.le | RAM Record | level | Level | | Copy Operator Configuration | | Text, N | 4 | 0 | | | coc.oe | RAM Record | flags | Overwrite existing | | Copy Operator Configuration | | Check Box | 1 | 0 | | | cp.aautd | contact_plan | cp_flags | Allow all users to delete | | Contact Plan | | Check Box | 1 | 4 | | | cp.cd | contact_plan | cp_cdate | Cdate | | Contact Plan | | Date | 8 | 0 | | | cp.co | contact_plan | cp_code | Code | | Contact Plan | | Text, AN | 7 | 0 | | | cp.ct | contact_plan | cp_ctime | Ctime | | Contact Plan | | Time | 8 | 0 | | | cp.dapc | contact_plan | cp_clear_pending | Delete all pending contacts | | Contact Plan | | Check Box | 1 | 1 | | | cp.de | contact_plan | cp_description | Description | | Contact Plan | | Text, AN | 78 | 0 | | | cp.dnrocd | contact_plan | cp_switches | Do not run on closed debtors | | Contact Plan | | Check Box | 1 | 2 | | | cp.ev | contact_plan | N/A | Events | | Contact Plan | | N/A | 0 | 0 | | | cp.md | contact_plan | cp_mdate | Mdate | | Contact Plan | | Date | 8 | 0 | | | cp.mt | contact_plan | cp_mtime | Mtime | | Contact Plan | | Time | 8 | 0 | | | cp.pbd | contact_plan | cp_flags | Prompt before deleting | | Contact Plan | | Check Box | 1 | 1 | | | cp.pfsd | contact_plan | cp_flags | Prompt for start date | | Contact Plan | | Check Box | 1 | 2 | | | cp.pi | contact_plan | cp_process_id | Process Id | | Contact Plan | | Text, N | 8 | 0 | | | cp.ps | contact_plan | cp_process_step | Process Step | | Contact Plan | | Text, N | 8 | 0 | | | cp.sp | contact_plan | cp_switches | Sub-plan | | Contact Plan | | Check Box | 1 | 1 | | | cp.spi | contact_plan | cp_set_process_id | Set Process Id | | Contact Plan | | Text, N | 8 | 0 | | | cp.ui | contact_plan | cp_rowid | UID | | Contact Plan | | Text, N | 7 | 0 | | | cpa.am | RAM Record | cpt_total | Amount | | Client Payment | | Text, N | 9 | 0 | | | cpa.ch | RAM Record | cpt_checkno | Check | | Client Payment | | Text, N | 8 | 0 | | | cpa.cl | RAM Record | cpt_client | Client | | Client Payment | | Text, AN | 63 | 0 | | | cpa.da | RAM Record | cpt_date | Date | | Client Payment | | Date | 8 | 0 | | | cpa.de | RAM Record | cpt_description | Description | | Client Payment | | Text, AN | 127 | 0 | | | cpa.te | RAM Record | N/A | Transaction Entries | | Client Payment | | N/A | 0 | 0 | | | cpar.r1 | contact_plan | cp_min_range_1 | Range 1 | | Contact Plan Access Rights | | Text, N | 3 | 0 | | | cpar.r11 | contact_plan | cp_max_range_1 | Range 1 | | Contact Plan Access Rights | | Text, N | 3 | 0 | | | cpar.r2 | contact_plan | cp_min_range_2 | Range 2 | | Contact Plan Access Rights | | Text, N | 3 | 0 | | | cpar.r21 | contact_plan | cp_max_range_2 | Range 2 | | Contact Plan Access Rights | | Text, N | 3 | 0 | | | cpar.r3 | contact_plan | cp_min_range_3 | Range 3 | | Contact Plan Access Rights | | Text, N | 3 | 0 | | | cpar.r31 | contact_plan | cp_max_range_3 | Range 3 | | Contact Plan Access Rights | | Text, N | 3 | 0 | | | cr.acto | RAM Record | flags | Add commission to owing | | Commission Rates | | Check Box | 1 | 0 | | | cr.cf | RAM Record | fees | CFees | | Commission Rates | | Currency | 9 | 0 | | | cr.ci | RAM Record | interest | CInterest | | Commission Rates | | Currency | 9 | 0 | | | cr.cl | RAM Record | legal | CLegal | | Commission Rates | | Currency | 9 | 0 | | | cr.cm | RAM Record | misc | CMisc | | Commission Rates | | Currency | 9 | 0 | | | cr.co | RAM Record | other | COther | | Commission Rates | | Currency | 9 | 0 | | | cr.cp | RAM Record | principal | CPrincipal | | Commission Rates | | Currency | 9 | 0 | | | cr.ctf | RAM Record | rate_options | com1_to_fee | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctfe | RAM Record | rate_options | com2_to_fee | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctfee | RAM Record | rate_options | com3_to_fee | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctfee1 | RAM Record | rate_options | com4_to_fee | | Commission Rates | | Check Box | 1 | 0 | | | cr.cti | RAM Record | rate_options | com1_to_int | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctin | RAM Record | rate_options | com2_to_int | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctint | RAM Record | rate_options | com3_to_int | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctint1 | RAM Record | rate_options | com4_to_int | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctl | RAM Record | rate_options | com1_to_legal | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctle | RAM Record | rate_options | com2_to_legal | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctleg | RAM Record | rate_options | com3_to_legal | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctlega | RAM Record | rate_options | com4_to_legal | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctm | RAM Record | rate_options | com1_to_misc | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctmi | RAM Record | rate_options | com2_to_misc | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctmis | RAM Record | rate_options | com3_to_misc | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctmisc | RAM Record | rate_options | com4_to_misc | | Commission Rates | | Check Box | 1 | 0 | | | cr.cto | RAM Record | rate_options | com1_to_other | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctot | RAM Record | rate_options | com2_to_other | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctoth | RAM Record | rate_options | com3_to_other | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctothe | RAM Record | rate_options | com4_to_other | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctp | RAM Record | rate_options | com1_to_princ | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctpr | RAM Record | rate_options | com2_to_pri | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctpri | RAM Record | rate_options | com3_to_pri | | Commission Rates | | Check Box | 1 | 0 | | | cr.ctpri1 | RAM Record | rate_options | com4_to_pri | | Commission Rates | | Check Box | 1 | 0 | | | cr.dtcc | RAM Record | flags | Don't calculate commission | | Commission Rates | | Check Box | 1 | 0 | | | cr.r1 | RAM Record | rate | Rate 1 | | Commission Rates | | Percent | 9 | 0 | | | cr.r2 | RAM Record | rate_1 | Rate 2 | | Commission Rates | | Percent | 9 | 0 | | | cr.r3 | RAM Record | rate_2 | Rate 3 | | Commission Rates | | Percent | 9 | 0 | | | cr.r4 | RAM Record | rate_3 | Rate 4 | | Commission Rates | | Percent | 9 | 0 | | | cr.rp | RAM Record | rate_plan | Rate plan | | Commission Rates | | Text, AN | 7 | 0 | | | cr.to | RAM Record | total | Total | | Commission Rates | | Currency | 9 | 0 | | | crd.ace | RAM Record | code1 | Association code (ECOA) | | Credit Report Details | | Text, AN | 1 | 0 | | | crd.at | RAM Record | type | Account type | | Credit Report Details | | Text, AN | 2 | 0 | | | crd.cam | RAM Record | report | Control account manually | | Credit Report Details | | Check Box | 1 | 0 | | | crd.cc | RAM Record | cc_code_type | Condition code | | Credit Report Details | | Text, AN | 2 | 0 | | | crd.cco | RAM Record | country1 | Country code | | Credit Report Details | | Pick List | 2 | 0 | Internal | | crd.in | RAM Record | info_indicator | Indicator | | Credit Report Details | | Text, AN | 1 | 0 | | | crd.po | RAM Record | portfolio_type | Portfolio | | Credit Report Details | | Pick List | 2 | 0 | Internal | | crd.pr | RAM Record | payment_rating_type | * Payment rating | | Credit Report Details | | Pick List | 1 | 0 | Internal | | crd.rc | RAM Record | co_signer | Report cosigner | | Credit Report Details | | Pick List | 1 | 0 | Internal | | crd.ri | RAM Record | ind_code | Reporting industry | | Credit Report Details | | Text, AN | 1 | 0 | | | crd.rtcb | RAM Record | report | Report to credit bureau | | Credit Report Details | | Check Box | 1 | 0 | | | crd.sc | RAM Record | met_status_code | Status code | | Credit Report Details | | Text, AN | 2 | 0 | | | crd.sco | RAM Record | spec_comment | Special comments | | Credit Report Details | | Text, AN | 2 | 0 | | | crd.sr | RAM Record | date | Start reporting | | Credit Report Details | | Date | 8 | 0 | | | cri.df | RAM Record | type | Database field | | Choose Report Item | | Radio Button | 1 | 0 | | | cri.dmd1 | RAM Record | type | Date (Month DD, YYYY) | | Choose Report Item | | Radio Button | 1 | 0 | | | cri.dmdy | RAM Record | type | Date (MM/DD/YY) | | Choose Report Item | | Radio Button | 1 | 0 | | | cri.fo | RAM Record | type | Footer | | Choose Report Item | | Radio Button | 1 | 0 | | | cri.np | RAM Record | type | New page | | Choose Report Item | | Radio Button | 1 | 0 | | | cri.pcc | RAM Record | type | Printer control code | | Choose Report Item | | Radio Button | 1 | 0 | | | cri.pn | RAM Record | type | Page number | | Choose Report Item | | Radio Button | 1 | 0 | | | cri.thms | RAM Record | type | Time (HH:MM:SS) | | Choose Report Item | | Radio Button | 1 | 0 | | | crp.as | RAM Record | cr_default_association | Association | | Credit Report Preferences | | Text, AN | 1 | 0 | | | crp.at | RAM Record | cr_default_type | Account type | | Credit Report Preferences | | Text, AN | 2 | 0 | | | crp.cc | RAM Record | cr_default_cc_code | Condition code | | Credit Report Preferences | | Text, AN | 2 | 0 | | | crp.cco | RAM Record | cr_default_country | Country code | | Credit Report Preferences | | Pick List | 2 | 0 | Internal | | crp.co | RAM Record | cr_default_spec_comm | Comments | | Credit Report Preferences | | Text, AN | 2 | 0 | | | crp.cos | RAM Record | cr_default_cosigner | Cosigner | | Credit Report Preferences | | Pick List | 1 | 0 | Internal | | crp.db1r | RAM Record | cr_flags | Delay before 1st report | | Credit Report Preferences | | Check Box | 1 | 0 | | | crp.dd | RAM Record | cr_delay_days | Delay days | | Credit Report Preferences | | Text, N | 4 | 0 | | | crp.dii | RAM Record | cr_default_info_ind | Default info ind | | Credit Report Preferences | | Text, AN | 1 | 0 | | | crp.in | RAM Record | cr_default_industry | Industry | | Credit Report Preferences | | Text, AN | 1 | 0 | | | crp.pr | RAM Record | cr_default_pay_rating | Payment rating | | Credit Report Preferences | | Pick List | 1 | 0 | Internal | | crp.pt | RAM Record | cr_default_portfolio_type | Portfolio type | | Credit Report Preferences | | Pick List | 1 | 0 | Internal | | crp.sc | RAM Record | cr_default_status | Status code | | Credit Report Preferences | | Text, AN | 2 | 0 | | | crpl.cd | rate_table | rt_cdate | Cdate | | Commission Rate Plan | | Date | 8 | 0 | | | crpl.co | rate_table | rt_id | Code | | Commission Rate Plan | | Text, AN | 3 | 0 | | | crpl.ct | rate_table | rt_ctime | Ctime | | Commission Rate Plan | | Time | 8 | 0 | | | crpl.de | rate_table | rt_description | Description | | Commission Rate Plan | | Text, AN | 20 | 0 | | | crpl.f1 | rate_table | rt_from_1 | From 1 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.f2 | rate_table | rt_from_2 | From 2 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.f3 | rate_table | rt_from_3 | From 3 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.f4 | rate_table | rt_from_4 | From 4 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.f5 | rate_table | rt_from_5 | From 5 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.f6 | rate_table | rt_from_6 | From 6 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m1 | rate_table | rt_min_1 | Min 1 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m11 | rate_table | rt_max_1 | Max 1 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m2 | rate_table | rt_min_2 | Min 2 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m21 | rate_table | rt_max_2 | Max 2 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m3 | rate_table | rt_min_3 | Min 3 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m31 | rate_table | rt_max_3 | Max 3 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m4 | rate_table | rt_min_4 | Min 4 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m41 | rate_table | rt_max_4 | Max 4 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m5 | rate_table | rt_min_5 | Min 5 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m51 | rate_table | rt_max_5 | Max 5 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m6 | rate_table | rt_min_6 | Min 6 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.m61 | rate_table | rt_max_6 | Max 6 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.md | rate_table | rt_mdate | Mdate | | Commission Rate Plan | | Date | 8 | 0 | | | crpl.mt | rate_table | rt_mtime | Mtime | | Commission Rate Plan | | Time | 8 | 0 | | | crpl.r1 | rate_table | rt_rate_1 | Rate 1 | | Commission Rate Plan | | Percent | 8 | 0 | | | crpl.r2 | rate_table | rt_rate_2 | Rate 2 | | Commission Rate Plan | | Percent | 8 | 0 | | | crpl.r3 | rate_table | rt_rate_3 | Rate 3 | | Commission Rate Plan | | Percent | 8 | 0 | | | crpl.r4 | rate_table | rt_rate_4 | Rate 4 | | Commission Rate Plan | | Percent | 8 | 0 | | | crpl.r5 | rate_table | rt_rate_5 | Rate 5 | | Commission Rate Plan | | Percent | 8 | 0 | | | crpl.r6 | rate_table | rt_rate_6 | Rate 6 | | Commission Rate Plan | | Percent | 8 | 0 | | | crpl.t1 | rate_table | rt_to_1 | To 1 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.t2 | rate_table | rt_to_2 | To 2 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.t3 | rate_table | rt_to_3 | To 3 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.t4 | rate_table | rt_to_4 | To 4 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.t5 | rate_table | rt_to_5 | To 5 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.t6 | rate_table | rt_to_6 | To 6 | | Commission Rate Plan | | Text, N | 9 | 0 | | | crpl.ty | rate_table | rt_type | Type | | Commission Rate Plan | | Pick List | 4 | 0 | Internal | | crpl.ui | rate_table | rt_rowid | UID | | Commission Rate Plan | | Text, N | 7 | 0 | | | cs.acf | client | cl_flags | ACH convenience fees | | Client Settings | | Check Box | 1 | 1024 | | | cs.aoita | client | cl_operator | Assign operator ID to accounts | | Client Settings | | Text, AN | 7 | 0 | | | cs.asitna | client | cl_sales | Assign sales ID to new accounts | | Client Settings | | Text, AN | 7 | 0 | | | cs.bcfntu | client | cl_flags | Bill client for negative To Us | | Client Settings | | Check Box | 1 | 128 | | | cs.bctd | client | cl_flags | Bill commission to debtor | | Client Settings | | Check Box | 1 | 4 | | | cs.bp | client | cl_billing_period | Billing period | | Client Settings | | Pick List | 1 | 0 | Internal | | cs.cccf | client | cl_flags | Credit card convenience fees | | Client Settings | | Check Box | 1 | 512 | | | cs.ce | client | cl_flags | CAW enabled | | Client Settings | | Check Box | 1 | 2048 | | | cs.cftc | client | cl_fee_disbursement | Charge fee to client | | Client Settings | | Radio Button | 1 | 2 | | | cs.cftd | client | cl_fee_disbursement | Charge fee to debtor | | Client Settings | | Radio Button | 1 | 4 | | | cs.cite | client | cl_tax_exempt | Client is tax exempt | | Client Settings | | Check Box | 1 | 1 | | | cs.cpfna | client | cl_contact_plan | Contact plan for new accounts | | Client Settings | | Text, AN | 7 | 0 | | | cs.cr1 | client | cl_commission_rate_1 | Commission Rate 1 | | Client Settings | | Text, N | 9 | 0 | | | cs.cr2 | client | cl_commission_rate_2 | Commission Rate 2 | | Client Settings | | Text, N | 9 | 0 | | | cs.cr3 | client | cl_commission_rate_3 | Commission Rate 3 | | Client Settings | | Text, N | 9 | 0 | | | cs.cu | client | cl_success_calc | Custom | | Client Settings | | Radio Button | 1 | 4 | | | cs.cuaa | client | cl_success_calc | Calculate using all accounts | | Client Settings | | Radio Button | 1 | 1 | | | cs.cur | client | cl_currency | Currency | | Client Settings | | Pick List | 8 | 0 | Internal | | cs.d3dptl | client | cl_flags | Delinquent 31 days prior to list | | Client Settings | | Check Box | 1 | 32 | | | cs.da | client | cl_tax_disbursement | Debtor account | | Client Settings | | Radio Button | 1 | 2 | | | cs.dd | client | cl_archive | Delay Days | | Client Settings | | Text, N | 4 | 0 | | | cs.dm | client | cl_flags_1 | Disable metafiles | | Client Settings | | Check Box | 1 | 1 | | | cs.dn | client | cl_tax_disbursement | Debtor name | | Client Settings | | Radio Button | 1 | 1 | | | cs.erfr | client | cl_flags | Exclude reversals from Recalc | | Client Settings | | Check Box | 1 | 8192 | | | cs.fc | client | cl_add_flags | From charged | | Client Settings | | Radio Button | 1 | 2 | | | cs.fd | client | cl_add_flags | From delinquency | | Client Settings | | Radio Button | 1 | 1 | | | cs.ff | client | cl_fix_fee | Fixed fee | | Client Settings | | Currency | 9 | 0 | | | cs.ft | client | cl_add_flags | From today | | Client Settings | | Radio Button | 1 | 0 | | | cs.nff | client | cl_fee_disbursement | No fixed fees | | Client Settings | | Radio Button | 1 | 1 | | | cs.ociiu1 | client | cl_flags | Original creditor is in User 1 | | Client Settings | | Check Box | 1 | 16384 | | | cs.ociiu2 | client | cl_flags | Original creditor is in User 2 | | Client Settings | | Check Box | 1 | 256 | | | cs.opfctd | client | cl_flags | Only payments for comm to date | | Client Settings | | Check Box | 1 | 4096 | | | cs.ra | client | cl_commission_rate | Rate | | Client Settings | | Text, N | 9 | 0 | | | cs.racf | client | cl_flags | Remit as Combined Funds | | Client Settings | | Check Box | 1 | 64 | | | cs.ragf | client | cl_flags | Remit as Gross Funds | | Client Settings | | Check Box | 1 | 8 | | | cs.ratb | client | cl_flags | Report accounts to bureaus | | Client Settings | | Check Box | 1 | 1 | | | cs.re | client | cl_success_equation | Report | | Client Settings | | Text, AN | 63 | 0 | | | cs.rp | client | cl_rate_plan | Rate plan | | Client Settings | | Text, AN | 3 | 0 | | | cs.sc | client | cl_statement_currency | Statement currency | | Client Settings | | Pick List | 8 | 0 | Internal | | cs.scdtb | client | cl_flags | Send client detail to bureaus | | Client Settings | | Check Box | 1 | 16 | | | cs.tr | client | cl_tax_rate | Tax rate | | Client Settings | | Text, N | 9 | 0 | | | cs.tr1 | client | cl_tax_rate_1 | Tax Rate 1 | | Client Settings | | Text, N | 9 | 0 | | | cs.tr2 | client | cl_tax_rate_2 | Tax Rate 2 | | Client Settings | | Text, N | 9 | 0 | | | cs.tr3 | client | cl_tax_rate_3 | Tax Rate 3 | | Client Settings | | Text, N | 9 | 0 | | | cs.ucao | client | cl_success_calc | Use closed accounts only | | Client Settings | | Radio Button | 1 | 2 | | | cs.virf | client | cl_comp_gst | Variable interest rates file | | Client Settings | | Text, AN | 61 | 0 | | | cu.c1 | currency_lookup | cu_category | C1 | | CurrencyTable | | Text, N | 4 | 0 | | | cu.c2 | currency_lookup | cu_category_1 | C2 | | CurrencyTable | | Text, N | 4 | 0 | | | cu.c3 | currency_lookup | cu_category_2 | C3 | | CurrencyTable | | Text, N | 4 | 0 | | | cu.cb | currency_lookup | cu_cby | Cby | | CurrencyTable | | Text, AN | 7 | 0 | | | cu.cr | currency_lookup | cu_cdate | Created | | CurrencyTable | | Date | 8 | 0 | | | cu.ct | currency_lookup | cu_ctime | Ctime | | CurrencyTable | | Time | 8 | 0 | | | cu.da | currency_lookup | cu_date | Date | | CurrencyTable | | Date | 8 | 0 | | | cu.fc | currency_lookup | cu_type_1 | From currency | | CurrencyTable | | Pick List | 4 | 0 | Internal | | cu.i1 | currency_lookup | cu_id_1 | Id 1 | | CurrencyTable | | Text, AN | 7 | 0 | | | cu.i2 | currency_lookup | cu_id_2 | Id 2 | | CurrencyTable | | Text, AN | 7 | 0 | | | cu.mb | currency_lookup | cu_mby | Mby | | CurrencyTable | | Text, AN | 7 | 0 | | | cu.mo | currency_lookup | cu_mdate | Modified | | CurrencyTable | | Date | 8 | 0 | | | cu.mt | currency_lookup | cu_mtime | Mtime | | CurrencyTable | | Time | 8 | 0 | | | cu.rb | currency_lookup | cu_rate_buy | Rate buy | | CurrencyTable | | Text, N | 9 | 0 | | | cu.rs | currency_lookup | cu_rate_sell | Rate sell | | CurrencyTable | | Text, N | 9 | 0 | | | cu.tc | currency_lookup | cu_type_2 | To currency | | CurrencyTable | | Pick List | 4 | 0 | Internal | | cu.ti | currency_lookup | cu_time | Time | | CurrencyTable | | Time | 8 | 0 | | | cu.ui | currency_lookup | cu_rowid | Uid | | CurrencyTable | | Text, N | 8 | 0 | | | cv.cl | RAM Record | v_client | Client | | Create Vouchers | | Text, AN | 40 | 0 | | | cv.co | RAM Record | v_count | Count | | Create Vouchers | | Text, N | 4 | 0 | | | cv.nu | RAM Record | v_number | Number | | Create Vouchers | | Text, N | 8 | 0 | | | cv.pl | RAM Record | v_plan | Plan | | Create Vouchers | | Text, AN | 3 | 0 | | | cyp.cnp | RAM Record | confirm_new_password | Confirm New Password: | | Change Your Password | | Text, AN | 21 | 0 | | | cyp.da | RAM Record | database | Database: | | Change Your Password | | Text, AN | 131 | 0 | | | cyp.np | RAM Record | new_password | New Password: | | Change Your Password | | Text, AN | 21 | 0 | | | cyp.o1 | RAM Record | old_password | Old Password: | | Change Your Password | | Text, AN | 21 | 0 | | | cyp.op | RAM Record | username | Operator: | | Change Your Password | | Text, AN | 7 | 0 | | | da.br | nxday | da_comm_misc | Broken | | Day | | Currency | 13 | 0 | | | da.cd | nxday | da_cdate | Cdate | | Day | | Date | 8 | 0 | | | da.co | nxday | da_commission | Commission | | Day | | Currency | 13 | 0 | | | da.cp | nxday | da_client_payments | Client payments | | Day | | Currency | 13 | 0 | | | da.ct | nxday | da_ctime | Ctime | | Day | | Time | 8 | 0 | | | da.d1 | nxday | da_date_1 | Date 1 | | Day | | Date | 8 | 0 | | | da.d2 | nxday | da_date_2 | Date 2 | | Day | | Date | 8 | 0 | | | da.da | nxday | da_date | Date | | Day | | Date | 8 | 0 | | | da.de | nxday | da_total | Deposit | | Day | | Currency | 13 | 0 | | | da.lr | nxday | da_number_1 | Listing reversals | | Day | | Text, N | 8 | 0 | | | da.ma | nxday | da_mailings | Mail | | Day | | Text, N | 11 | 0 | | | da.md | nxday | da_mdate | Mdate | | Day | | Date | 8 | 0 | | | da.mt | nxday | da_mtime | Mtime | | Day | | Time | 8 | 0 | | | da.mtd | nxday | da_month_to_date | Month to date | | Day | | Currency | 13 | 0 | | | da.nl | nxday | da_number_of_listings | New listings | | Day | | Text, N | 8 | 0 | | | da.ot | nxday | da_contacts | Other | | Day | | Text, N | 11 | 0 | | | da.pd | nxday | da_comm_principal | Post dates | | Day | | Currency | 13 | 0 | | | da.ph | nxday | da_calls | Phone | | Day | | Text, N | 11 | 0 | | | da.pr | nxday | da_promised | Promises | | Day | | Currency | 13 | 0 | | | da.rc | nxday | da_remaining_contacts | Remaining contacts | | Day | | Text, N | 11 | 0 | | | da.rca | nxday | da_calls_remaining | Remaining calls | | Day | | Text, N | 11 | 0 | | | da.re | nxday | da_reviews | Review | | Day | | Text, N | 11 | 0 | | | da.rm | nxday | da_remaining_mailings | Remaining mail | | Day | | Text, N | 11 | 0 | | | da.rr | nxday | da_reviews_remaining | Remaining reviews | | Day | | Text, N | 11 | 0 | | | da.ta | nxday | da_paid | To agency | | Day | | Currency | 13 | 0 | | | da.tar | nxday | da_debt_principal | To agency reversals | | Day | | Currency | 13 | 0 | | | da.tc | nxday | da_misc | To clients | | Day | | Currency | 13 | 0 | | | da.tcr | nxday | da_debt_misc | To client reversals | | Day | | Currency | 13 | 0 | | | da.ui | nxday | da_rowid | UID | | Day | | Text, N | 7 | 0 | | | da.va | nxday | da_total_listed | Value | | Day | | Currency | 13 | 0 | | | da.val | nxday | da_other | Value | | Day | | Currency | 13 | 0 | | | dac.ab | at_contact | co_who_from | Assigned by | | Debtor Attachment Contact | | Text, AN | 7 | 0 | | | dac.ad | at_contact | N/A | Attachment Description | | Debtor Attachment Contact | | N/A | 0 | 0 | | | dac.am | at_contact | co_amount | Amount | | Debtor Attachment Contact | | Currency | 9 | 0 | | | dac.ao | at_contact | co_lock | Advance overpayments | | Debtor Attachment Contact | | Check Box | 1 | 1 | | | dac.at | at_contact | co_attachment | Attachment | | Debtor Attachment Contact | | Text, AN | 62 | 0 | | | dac.bl | at_contact | co_attachment_blob | Blob | | Debtor Attachment Contact | | Text, N | 0 | 0 | | | dac.c1 | at_contact | co_category | C1 | | Debtor Attachment Contact | | Text, N | 4 | 0 | | | dac.c2 | at_contact | co_category_1 | C2 | | Debtor Attachment Contact | | Text, N | 4 | 0 | | | dac.c3 | at_contact | co_category_2 | C3 | | Debtor Attachment Contact | | Text, N | 4 | 0 | | | dac.cb | at_contact | co_cby | Cby | | Debtor Attachment Contact | | Text, AN | 7 | 0 | | | dac.cd | at_contact | co_creation_date | Created date | | Debtor Attachment Contact | | Date | 8 | 0 | | | dac.cl | at_contact | co_class | Class | | Debtor Attachment Contact | | Text, N | 4 | 0 | | | dac.co | at_contact | co_who | Collector | | Debtor Attachment Contact | | Text, AN | 7 | 0 | | | dac.com | at_contact | co_completed | Completed | | Debtor Attachment Contact | | Radio Button | 1 | 1 | | | dac.cr | at_contact | co_cdate | Created | | Debtor Attachment Contact | | Date | 8 | 0 | | | dac.ct | at_contact | co_creation_time | Created time | | Debtor Attachment Contact | | Time | 8 | 0 | | | dac.cti | at_contact | co_ctime | Ctime | | Debtor Attachment Contact | | Time | 8 | 0 | | | dac.d1 | at_contact | co_date_1 | Date 1 | | Debtor Attachment Contact | | Date | 8 | 0 | | | dac.d2 | at_contact | co_date_2 | Date 2 | | Debtor Attachment Contact | | Date | 8 | 0 | | | dac.da | at_contact | co_user_1 | Data | | Debtor Attachment Contact | | Text, AN | 39 | 0 | | | dac.db | at_contact | co_done_by | Done by | | Debtor Attachment Contact | | Text, AN | 7 | 0 | | | dac.dd | at_contact | co_date | Due date | | Debtor Attachment Contact | | Date | 8 | 0 | | | dac.dda | at_contact | co_done_date | Done date | | Debtor Attachment Contact | | Date | 8 | 0 | | | dac.de | at_contact | co_description | Description | | Debtor Attachment Contact | | Text, AN | 79 | 0 | | | dac.dna | at_contact | co_lock | Do not autodelete | | Debtor Attachment Contact | | Check Box | 1 | 2 | | | dac.dnau | at_contact | co_lock | Do not autocomplete | | Debtor Attachment Contact | | Check Box | 1 | 4 | | | dac.do | at_contact | co_completed | Done | | Debtor Attachment Contact | | Pick List | 4 | 0 | Internal | | dac.dt | at_contact | co_done_time | Done time | | Debtor Attachment Contact | | Time | 8 | 0 | | | dac.el | at_contact | co_elapsed_time | Elapsed | | Debtor Attachment Contact | | Elapsed Time | 8 | 0 | | | dac.es | at_contact | co_estimated_time | Estimate | | Debtor Attachment Contact | | Elapsed Time | 8 | 0 | | | dac.ip | at_contact | co_completed | In progress | | Debtor Attachment Contact | | Radio Button | 1 | 0 | | | dac.mb | at_contact | co_mby | Mby | | Debtor Attachment Contact | | Text, AN | 7 | 0 | | | dac.mo | at_contact | co_mdate | Modified | | Debtor Attachment Contact | | Date | 8 | 0 | | | dac.mt | at_contact | co_mtime | Mtime | | Debtor Attachment Contact | | Time | 8 | 0 | | | dac.nod | at_contact | co_custom_repeat | Number of days | | Debtor Attachment Contact | | Text, N | 4 | 0 | | | dac.or | at_contact | co_originator | Originator | | Debtor Attachment Contact | | Text, AN | 7 | 0 | | | dac.pr | at_contact | co_priority | Priority | | Debtor Attachment Contact | | Text, N | 2 | 0 | | | dac.re | at_contact | co_repeat | Repeat | | Debtor Attachment Contact | | Pick List | 4 | 0 | Internal | | dac.st | at_contact | N/A | Status | | Debtor Attachment Contact | | N/A | 0 | 0 | | | dac.ti | at_contact | co_time | Time | | Debtor Attachment Contact | | Time | 8 | 0 | | | dac.ty | at_contact | co_type | Type | | Debtor Attachment Contact | | Pick List | 4 | 0 | Internal | | dac.ui | at_contact | co_rowid | UID | | Debtor Attachment Contact | | Text, N | 7 | 0 | | | dc.a2 | cosigner | de_cos_address_1 | Address 2 | | Debtor Cosigner | | Text, AN | 63 | 0 | | | dc.ad | cosigner | de_cos_address | Address | | Debtor Cosigner | | Text, AN | 40 | 0 | | | dc.add | cosigner | N/A | Addresses | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.am | cosigner | de_cos_amount | Amount | | Debtor Cosigner | | Currency | 13 | 0 | | | dc.as | cosigner | de_cos_cbr_association | Association | | Debtor Cosigner | | Pick List | 4 | 0 | Internal | | dc.ba | cosigner | N/A | Bank | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.bi | cosigner | de_cos_flags_1 | Billing | | Debtor Cosigner | | Check Box | 1 | 1 | | | dc.c1 | cosigner | de_cos_category | C1 | | Debtor Cosigner | | Text, N | 4 | 0 | | | dc.c2 | cosigner | de_cos_category_1 | C2 | | Debtor Cosigner | | Text, N | 4 | 0 | | | dc.c3 | cosigner | de_cos_category_2 | C3 | | Debtor Cosigner | | Text, N | 4 | 0 | | | dc.cc | cosigner | de_cos_ctime | Cos Ctime | | Debtor Cosigner | | Time | 8 | 0 | | | dc.ccb | cosigner | de_cos_cby | Cos Cby | | Debtor Cosigner | | Text, AN | 7 | 0 | | | dc.cd1 | cosigner | de_cos_date_1 | Cos Date 1 | | Debtor Cosigner | | Date | 8 | 0 | | | dc.cd2 | cosigner | de_cos_date_2 | Cos Date 2 | | Debtor Cosigner | | Date | 8 | 0 | | | dc.ce | cosigner | de_cos_cell_phone | Cell | | Debtor Cosigner | | Text, AN | 14 | 0 | | | dc.cex | cosigner | de_cos_cell_ext | Cell Ext | | Debtor Cosigner | | Text, AN | 7 | 0 | | | dc.ci | cosigner | de_cos_city | City | | Debtor Cosigner | | Text, AN | 31 | 0 | | | dc.cl | cosigner | de_cos_class | Class | | Debtor Cosigner | | Pick List | 4 | 0 | Internal | | dc.cm | cosigner | de_cos_mtime | Cos Mtime | | Debtor Cosigner | | Time | 8 | 0 | | | dc.cmb | cosigner | de_cos_mby | Cos Mby | | Debtor Cosigner | | Text, AN | 7 | 0 | | | dc.co | cosigner | de_cosigner | Contact | | Debtor Cosigner | | Text, AN | 62 | 0 | | | dc.con | cosigner | N/A | Contacts | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.cou | cosigner | de_cos_country | Country | | Debtor Cosigner | | Pick List | 31 | 0 | Internal | | dc.cr | cosigner | de_cos_cdate | Created | | Debtor Cosigner | | Date | 8 | 0 | | | dc.d1 | cosigner | N/A | Debtor Street # | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.da | cosigner | N/A | Debtor Address | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.da1 | cosigner | N/A | Debtor Address 1 | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.da11 | cosigner | N/A | Debtor Address 1 | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dad | cosigner | N/A | Debtor Address | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dc | cosigner | N/A | Debtor Client | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dca | cosigner | N/A | Debtor Cl Acct | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dci | cosigner | N/A | Debtor City | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dcit | cosigner | N/A | Debtor City | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dco | cosigner | N/A | Debtor Contact | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dcou | cosigner | N/A | Debtor Country | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dcoun | cosigner | N/A | Debtor Country | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dd | cosigner | N/A | Debtor DL | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.df | cosigner | N/A | Debtor File | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dfl | cosigner | N/A | Debtor Flags | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dh | cosigner | N/A | Debtor Home | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dl | cosigner | de_cos_dl | DL | | Debtor Cosigner | | Text, AN | 31 | 0 | | | dc.dn | cosigner | N/A | Debtor Name | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.do | cosigner | de_cos_dob | DOB | | Debtor Cosigner | | Date | 8 | 0 | | | dc.ds | cosigner | N/A | Debtor SSN | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dsn | cosigner | N/A | Debtor Street Number | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dst | cosigner | N/A | Debtor State | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dsta | cosigner | N/A | Debtor State | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dw | cosigner | N/A | Debtor Work | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dz | cosigner | N/A | Debtor Zip | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.dzi | cosigner | N/A | Debtor ZIP | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.ec | cosigner | de_cos_ecoa | ECOA | | Debtor Cosigner | | Text, AN | 1 | 0 | | | dc.em | cosigner | de_cos_email | Email | | Debtor Cosigner | | Text, AN | 127 | 0 | | | dc.ema | cosigner | N/A | Emails | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.ge | cosigner | de_cos_title | Generation | | Debtor Cosigner | | Pick List | 15 | 0 | Internal | | dc.ho | cosigner | de_cos_phone | Home | | Debtor Cosigner | | Text, AN | 14 | 0 | | | dc.in | cosigner | de_cos_cinfo_ind | Indicator | | Debtor Cosigner | | Text, AN | 1 | 0 | | | dc.le | cosigner | de_cos_entity | Legal entity | | Debtor Cosigner | | Pick List | 15 | 0 | Internal | | dc.mo | cosigner | de_cos_mdate | Modified | | Debtor Cosigner | | Date | 8 | 0 | | | dc.na | cosigner | de_cos_name | Name | | Debtor Cosigner | | Text, AN | 62 | 0 | | | dc.ne | cosigner | de_cos_flags_1 | Newsletter | | Debtor Cosigner | | Check Box | 1 | 2 | | | dc.oe | cosigner | de_cos_other_ext | Other Extension | | Debtor Cosigner | | Text, AN | 7 | 0 | | | dc.ok | cosigner | de_cos_address_flags | OK | | Debtor Cosigner | | Check Box | 1 | 2 | | | dc.ot | cosigner | de_cos_other_phone | Other | | Debtor Cosigner | | Text, AN | 14 | 0 | | | dc.pe | cosigner | de_cos_phone_ext | Phone Ext | | Debtor Cosigner | | Text, AN | 7 | 0 | | | dc.per | cosigner | de_cos_percent | Percent | | Debtor Cosigner | | Percent | 8 | 0 | | | dc.ph | cosigner | N/A | Phones | | Debtor Cosigner | | N/A | 0 | 0 | | | dc.saamd | cosigner | de_cos_address_flags | Same address as main debtor | | Debtor Cosigner | | Check Box | 1 | 8 | | | dc.sn | cosigner | de_cos_street_number | Street Number | | Debtor Cosigner | | Text, AN | 11 | 0 | | | dc.sp | cosigner | de_cos_note_4 | Speech | | Debtor Cosigner | | Text, AN | 63 | 0 | | | dc.ss | cosigner | de_cos_sin | SSN | | Debtor Cosigner | | Text, AN | 31 | 0 | | | dc.st | cosigner | de_cos_state | State | | Debtor Cosigner | | Text, AN | 31 | 0 | | | dc.ti | cosigner | de_cos_timezone | Timezone | | Debtor Cosigner | | Pick List | 4 | 0 | Internal | | dc.ty | cosigner | de_cos_type | Type | | Debtor Cosigner | | Pick List | 4 | 0 | Internal | | dc.u1 | cosigner | de_cos_address_2 | User 1 | | Debtor Cosigner | | Text, AN | 64 | 0 | | | dc.u2 | cosigner | de_cos_note_1 | User 2 | | Debtor Cosigner | | Text, AN | 64 | 0 | | | dc.u3 | cosigner | de_cos_note_2 | User 3 | | Debtor Cosigner | | Text, AN | 64 | 0 | | | dc.u4 | cosigner | de_cos_note_3 | User 4 | | Debtor Cosigner | | Text, AN | 64 | 0 | | | dc.ui | cosigner | de_cos_rowid | UID | | Debtor Cosigner | | Text, N | 7 | 0 | | | dc.we | cosigner | de_cos_business_ext | Work Extension | | Debtor Cosigner | | Text, AN | 7 | 0 | | | dc.wo | cosigner | de_cos_business_phone | Work | | Debtor Cosigner | | Text, AN | 14 | 0 | | | dc.zi | cosigner | de_cos_zip | ZIP | | Debtor Cosigner | | Text, AN | 15 | 0 | | | dca.cp | RAM Record | main_db_cache_pages | Cache pages | | Database Cache | | Text, N | 4 | 0 | | | dca.esn | RAM Record | db_truename | Enable short names | | Database Cache | | Check Box | 1 | 0 | | | dca.iu | RAM Record | db_inhibit_unc | Inhibit UNC | | Database Cache | | Check Box | 1 | 0 | | | dca.op | RAM Record | main_db_overflow_pages | Overflow pages | | Database Cache | | Text, N | 4 | 0 | | | dca.rs | RAM Record | db_remotesync | Remote sync | | Database Cache | | Check Box | 1 | 0 | | | dca.sf | RAM Record | db_syncfiles | Sync files | | Database Cache | | Check Box | 1 | 0 | | | dca.tr | RAM Record | db_truename | Truename | | Database Cache | | Check Box | 1 | 0 | | | dcc.ab | dcos_contact | co_who_from | Assigned by | | Debtor Cosigner Contact | | Text, AN | 7 | 0 | | | dcc.am | dcos_contact | co_amount | Amount | | Debtor Cosigner Contact | | Currency | 9 | 0 | | | dcc.ao | dcos_contact | co_lock | Advance overpayments | | Debtor Cosigner Contact | | Check Box | 1 | 1 | | | dcc.at | dcos_contact | co_attachment | Attachment | | Debtor Cosigner Contact | | Text, AN | 62 | 0 | | | dcc.bl | dcos_contact | co_attachment_blob | Blob | | Debtor Cosigner Contact | | Text, N | 0 | 0 | | | dcc.c1 | dcos_contact | co_category | C1 | | Debtor Cosigner Contact | | Text, N | 4 | 0 | | | dcc.c2 | dcos_contact | co_category_1 | C2 | | Debtor Cosigner Contact | | Text, N | 4 | 0 | | | dcc.c3 | dcos_contact | co_category_2 | C3 | | Debtor Cosigner Contact | | Text, N | 4 | 0 | | | dcc.cb | dcos_contact | co_cby | Cby | | Debtor Cosigner Contact | | Text, AN | 7 | 0 | | | dcc.cd | dcos_contact | co_creation_date | Created date | | Debtor Cosigner Contact | | Date | 8 | 0 | | | dcc.cl | dcos_contact | co_class | Class | | Debtor Cosigner Contact | | Text, N | 4 | 0 | | | dcc.co | dcos_contact | N/A | Cosigner | | Debtor Cosigner Contact | | N/A | 0 | 0 | | | dcc.col | dcos_contact | co_who | Collector | | Debtor Cosigner Contact | | Text, AN | 7 | 0 | | | dcc.com | dcos_contact | co_completed | Completed | | Debtor Cosigner Contact | | Radio Button | 1 | 1 | | | dcc.cr | dcos_contact | co_cdate | Created | | Debtor Cosigner Contact | | Date | 8 | 0 | | | dcc.cre | dcos_contact | co_flags_2 | Call result | | Debtor Cosigner Contact | | Pick List | 4 | 0 | Internal | | dcc.ct | dcos_contact | co_creation_time | Created time | | Debtor Cosigner Contact | | Time | 8 | 0 | | | dcc.cti | dcos_contact | co_ctime | Ctime | | Debtor Cosigner Contact | | Time | 8 | 0 | | | dcc.d1 | dcos_contact | co_date_1 | Date 1 | | Debtor Cosigner Contact | | Date | 8 | 0 | | | dcc.d2 | dcos_contact | co_date_2 | Date 2 | | Debtor Cosigner Contact | | Date | 8 | 0 | | | dcc.da | dcos_contact | co_user_1 | Data | | Debtor Cosigner Contact | | Text, AN | 39 | 0 | | | dcc.day | dcos_contact | co_number_1 | Day | | Debtor Cosigner Contact | | Text, N | 8 | 0 | | | dcc.db | dcos_contact | co_done_by | Done by | | Debtor Cosigner Contact | | Text, AN | 7 | 0 | | | dcc.dd | dcos_contact | co_date | Due date | | Debtor Cosigner Contact | | Date | 8 | 0 | | | dcc.dda | dcos_contact | co_done_date | Done date | | Debtor Cosigner Contact | | Date | 8 | 0 | | | dcc.de | dcos_contact | co_description | Description | | Debtor Cosigner Contact | | Text, AN | 79 | 0 | | | dcc.dl | dcos_contact | N/A | DL | | Debtor Cosigner Contact | | N/A | 0 | 0 | | | dcc.dna | dcos_contact | co_lock | Do not autodelete | | Debtor Cosigner Contact | | Check Box | 1 | 2 | | | dcc.dnau | dcos_contact | co_lock | Do not autocomplete | | Debtor Cosigner Contact | | Check Box | 1 | 4 | | | dcc.do | dcos_contact | co_completed | Done | | Debtor Cosigner Contact | | Pick List | 4 | 0 | Internal | | dcc.dt | dcos_contact | co_done_time | Done time | | Debtor Cosigner Contact | | Time | 8 | 0 | | | dcc.el | dcos_contact | co_elapsed_time | Elapsed | | Debtor Cosigner Contact | | Elapsed Time | 8 | 0 | | | dcc.es | dcos_contact | co_estimated_time | Estimate | | Debtor Cosigner Contact | | Elapsed Time | 8 | 0 | | | dcc.hp | dcos_contact | N/A | Home Phone | | Debtor Cosigner Contact | | N/A | 0 | 0 | | | dcc.ip | dcos_contact | co_completed | In progress | | Debtor Cosigner Contact | | Radio Button | 1 | 0 | | | dcc.mb | dcos_contact | co_mby | Mby | | Debtor Cosigner Contact | | Text, AN | 7 | 0 | | | dcc.mo | dcos_contact | co_mdate | Modified | | Debtor Cosigner Contact | | Date | 8 | 0 | | | dcc.mt | dcos_contact | co_mtime | Mtime | | Debtor Cosigner Contact | | Time | 8 | 0 | | | dcc.nod | dcos_contact | co_custom_repeat | Number of days | | Debtor Cosigner Contact | | Text, N | 4 | 0 | | | dcc.or | dcos_contact | co_originator | Originator | | Debtor Cosigner Contact | | Text, AN | 7 | 0 | | | dcc.pr | dcos_contact | co_priority | Priority | | Debtor Cosigner Contact | | Text, N | 2 | 0 | | | dcc.re | dcos_contact | co_repeat | Repeat | | Debtor Cosigner Contact | | Pick List | 4 | 0 | Internal | | dcc.rpoc | dcos_contact | co_op_1 | Run plan on completion | | Debtor Cosigner Contact | | Text, AN | 7 | 0 | | | dcc.ss | dcos_contact | N/A | SSN | | Debtor Cosigner Contact | | N/A | 0 | 0 | | | dcc.ti | dcos_contact | co_time | Time | | Debtor Cosigner Contact | | Time | 8 | 0 | | | dcc.ty | dcos_contact | co_type | Type | | Debtor Cosigner Contact | | Pick List | 4 | 0 | Internal | | dcc.ui | dcos_contact | co_rowid | UID | | Debtor Cosigner Contact | | Text, N | 7 | 0 | | | dcc.wp | dcos_contact | N/A | Work Phone | | Debtor Cosigner Contact | | N/A | 0 | 0 | | | dco.cbts | RAM Record | dbmaint_check_options | Check B-tree structure | | Database Check Options | | Check Box | 1 | 0 | | | dco.csc | RAM Record | dbmaint_check_options | Check set consistency | | Database Check Options | | Check Box | 1 | 0 | | | dco.pbttoe | RAM Record | dbmaint_check_options | Print B-tree traceback on error | | Database Check Options | | Check Box | 1 | 0 | | | dco.pcoso | RAM Record | dbmaint_check_options | Print count of scanned objects | | Database Check Options | | Check Box | 1 | 0 | | | dco.vkhr | RAM Record | dbmaint_check_options | Verify keys have records | | Database Check Options | | Check Box | 1 | 0 | | | dco.vrhk | RAM Record | dbmaint_check_options | Verify records have keys | | Database Check Options | | Check Box | 1 | 0 | | | dd.ac | debtor | de_account_number | Account | | Debtor Detail | | Text, AN | 20 | 0 | | | dd.acc | debtor | de_class | Access | | Debtor Detail | | Text, AN | 7 | 0 | | | dd.ah | debtor | de_org_creditor | Acct holder | | Debtor Detail | | Text, AN | 63 | 0 | | | dd.ba | debtor | de_bank | Bank | | Debtor Detail | | Text, AN | 63 | 0 | | | dd.br | debtor | de_branch | Branch | | Debtor Detail | | Text, AN | 20 | 0 | | | dd.c1 | debtor | de_category | C1 | | Debtor Detail | | Text, N | 4 | 0 | | | dd.c3 | debtor | de_category_2 | C3 | | Debtor Detail | | Text, N | 4 | 0 | | | dd.cam | debtor | de_flags | Control Account Manually | | Debtor Detail | | Check Box | 1 | 64 | | | dd.cb | debtor | de_cby | Cby | | Debtor Detail | | Text, AN | 7 | 0 | | | dd.cl | debtor | de_clerk | Clerk | | Debtor Detail | | Text, AN | 7 | 0 | | | dd.cr | debtor | de_cdate | Created | | Debtor Detail | | Date | 8 | 0 | | | dd.ct | debtor | de_ctime | Ctime | | Debtor Detail | | Time | 8 | 0 | | | dd.d1 | debtor | de_business | Detail 1 | | Debtor Detail | | Text, AN | 32 | 0 | | | dd.d2 | debtor | de_business_address | Detail 2 | | Debtor Detail | | Text, AN | 36 | 0 | | | dd.d3 | debtor | de_user_3 | Detail 3 | | Debtor Detail | | Text, AN | 31 | 0 | | | dd.d4 | debtor | de_user_2 | Detail 4 | | Debtor Detail | | Text, AN | 31 | 0 | | | dd.dtudcn | debtor | de_flags | Don't use debtor contact name | | Debtor Detail | | Check Box | 1 | 1024 | | | dd.mb | debtor | de_mby | Mby | | Debtor Detail | | Text, AN | 7 | 0 | | | dd.mo | debtor | de_mdate | Modified | | Debtor Detail | | Date | 8 | 0 | | | dd.mt | debtor | de_mtime | Mtime | | Debtor Detail | | Time | 8 | 0 | | | dd.tn | debtor | de_transit_number | Transit number | | Debtor Detail | | Text, AN | 31 | 0 | | | dd.ucfr | debtor | de_flags | Use cosigner for recurring | | Debtor Detail | | Check Box | 1 | 512 | | | dds.de | RAM Record | device | Device | | Database Device Setup | | Text, AN | 32 | 0 | | | dds.pa | RAM Record | path | Path | | Database Device Setup | | Text, AN | 255 | 0 | | | de.3d | debtor | de_30_days | 30 Days | | Debtor | | Currency | 15 | 0 | | | de.6d | debtor | de_60_days | 60 Days | | Debtor | | Currency | 15 | 0 | | | de.9d | debtor | de_90_days | 90 Days | | Debtor | | Currency | 15 | 0 | | | de.a1 | debtor | de_address_1 | Addr 1 | | Debtor | | Text, AN | 63 | 0 | | | de.a11 | debtor | N/A | A1 | | Debtor | | N/A | 0 | 0 | | | de.a2 | debtor | N/A | A2 | | Debtor | | N/A | 0 | 0 | | | de.a3 | debtor | N/A | A3 | | Debtor | | N/A | 0 | 0 | | | de.ac | debtor | de_cl_account | Acct | | Debtor | | Text, AN | 39 | 0 | | | de.acc | debtor | de_accrued_interest | Accrued | | Debtor | | Currency | 12 | 0 | | | de.ad | debtor | de_address | Address | | Debtor | | Text, AN | 40 | 0 | | | de.ada | debtor | de_archive_date | Archive Date | | Debtor | | Date | 8 | 0 | | | de.add | debtor | N/A | Addresses | | Debtor | | N/A | 0 | 0 | | | de.adj | debtor | de_adjustments | Adjustments | | Debtor | | Currency | 15 | 0 | | | de.ao | debtor | de_flags | Address OK | | Debtor | | Check Box | 1 | 1 | | | de.at | debtor | N/A | Attachments | | Debtor | | N/A | 0 | 0 | | | de.cbd | debtor | last_cl_bill_date | Cl Bill Date | | Debtor | | Date | 8 | 0 | | | de.ce | debtor | de_cell_phone | Cell | | Debtor | | Text, AN | 23 | 0 | | | de.cex | debtor | de_cell_extension | Cell extension | | Debtor | | Text, AN | 7 | 0 | | | de.ch | debtor | de_charge_date | Charged | | Debtor | | Date | 8 | 0 | | | de.ci | debtor | de_city | City | | Debtor | | Text, AN | 31 | 0 | | | de.cl | debtor | N/A | Client | | Debtor | | N/A | 0 | 0 | | | de.clo | debtor | de_close_date | Closed | | Debtor | | Date | 8 | 0 | | | de.cn | debtor | N/A | Client number | | Debtor | | N/A | 6 | 0 | | | de.co | debtor | de_contact | Contact | | Debtor | | Text, AN | 62 | 0 | | | de.con | debtor | N/A | Contacts | | Debtor | | N/A | 0 | 0 | | | de.cos | debtor | N/A | Cosigners | | Debtor | | N/A | 0 | 0 | | | de.cou | debtor | de_country | Country | | Debtor | | Pick List | 31 | 0 | Internal | | de.cr1 | debtor | de_commission_rate | Commission Rate 1 | | Debtor | | Text, N | 9 | 0 | | | de.cr2 | debtor | de_commission_rate_1 | Commission Rate 2 | | Debtor | | Text, N | 9 | 0 | | | de.cr3 | debtor | de_commission_rate_2 | Commission Rate 3 | | Debtor | | Text, N | 9 | 0 | | | de.cr4 | debtor | de_commission_rate_3 | Commission Rate 4 | | Debtor | | Text, N | 9 | 0 | | | de.cro | debtor | de_comm_rate_option | Comm Rate Option | | Debtor | | Text, N | 8 | 0 | | | de.cu1 | debtor | N/A | Client User 1 | | Debtor | | N/A | 0 | 0 | | | de.da | debtor | de_date1 | Date1 | | Debtor | | Date | 8 | 0 | | | de.dat | debtor | de_date2 | Date2 | | Debtor | | Date | 8 | 0 | | | de.de | debtor | de_delinquency_date | Delnqnt | | Debtor | | Date | 8 | 0 | | | de.dl | debtor | de_dl | DL | | Debtor | | Text, AN | 31 | 0 | | | de.do | debtor | de_dob | DOB | | Debtor | | Date | 8 | 0 | | | de.ed | debtor | de_edit_date | Edit Date | | Debtor | | Date | 10 | 0 | | | de.em | debtor | de_email | Email | | Debtor | | Text, AN | 79 | 0 | | | de.ema | debtor | N/A | Emails | | Debtor | | N/A | 0 | 0 | | | de.fe | debtor | de_fees | Fees | | Debtor | | Currency | 15 | 0 | | | de.fi | debtor | de_number | File | | Debtor | | Text, N | 9 | 0 | | | de.fo | debtor | de_from_office | Forward | | Debtor | | Text, N | 8 | 0 | | | de.ge | debtor | de_generation | Generation | | Debtor | | Pick List | 15 | 0 | Internal | | de.gm | debtor | de_group_member | Group member | | Debtor | | Text, N | 3 | 0 | | | de.gn | debtor | de_noteblob | Group notes | | Debtor | | Text, N | 0 | 0 | | | de.gr | debtor | de_group_id | Group | | Debtor | | Text, N | 9 | 0 | | | de.he | debtor | de_home_extension | Home extension | | Debtor | | Text, AN | 7 | 0 | | | de.ho | debtor | de_home_phone | Home | | Debtor | | Text, AN | 23 | 0 | | | de.id | debtor | de_interest_date | Interest Date | | Debtor | | Date | 8 | 0 | | | de.in | debtor | de_interest | Interest | | Debtor | | Currency | 15 | 0 | | | de.ir | debtor | de_interest_rate | Interest Rate | | Debtor | | Percent | 8 | 0 | | | de.ju | debtor | de_judgement_principal | Judgement | | Debtor | | Currency | 12 | 0 | | | de.lc | debtor | de_legal_costs | Legal Costs | | Debtor | | Currency | 9 | 0 | | | de.le | debtor | de_entity | Legal entity | | Debtor | | Pick List | 15 | 0 | Internal | | de.leg | debtor | de_to_office | Legal | | Debtor | | Text, N | 8 | 0 | | | de.lf | debtor | de_legal | Legal fees | | Debtor | | Currency | 15 | 0 | | | de.li | debtor | de_listed_date | Listed | | Debtor | | Date | 8 | 0 | | | de.ma | debtor | de_category_1 | Master | | Debtor | | Text, N | 8 | 0 | | | de.md | debtor | de_modified_date | Modified Date | | Debtor | | Date | 8 | 0 | | | de.mi | debtor | de_misc | Miscellaneous | | Debtor | | Currency | 15 | 0 | | | de.mo | debtor | de_active | Mode | | Debtor | | Pick List | 2 | 0 | Internal | | de.mt | debtor | de_modified_time | Modified Time | | Debtor | | Time | 8 | 0 | | | de.na | debtor | de_name | Name | | Debtor | | Text, AN | 62 | 0 | | | de.ne | debtor | de_next_payment_date | Next | | Debtor | | Date | 8 | 0 | | | de.no | debtor | de_noteblob | Notes | | Debtor | | Text, N | 0 | 0 | | | de.o9 | debtor | de_over_90 | Over 90 | | Debtor | | Currency | 15 | 0 | | | de.oc | debtor | de_other | Other charges | | Debtor | | Currency | 15 | 0 | | | de.oe | debtor | de_other_extension | Other extension | | Debtor | | Text, AN | 7 | 0 | | | de.oi | debtor | de_original_interest | Original Interest | | Debtor | | Currency | 9 | 0 | | | de.op | debtor | de_collector | Operator | | Debtor | | Text, AN | 7 | 0 | | | de.ot | debtor | de_other_phone | Other | | Debtor | | Text, AN | 23 | 0 | | | de.ow | debtor | de_owing | Owing | | Debtor | | Currency | 15 | 0 | | | de.pa | debtor | de_paid | Paid | | Debtor | | Currency | 15 | 0 | | | de.pay | debtor | de_last_payment_date | Payment | | Debtor | | Date | 8 | 0 | | | de.ph | debtor | N/A | Phones | | Debtor | | N/A | 0 | 0 | | | de.po | debtor | de_work_phone | POE# | | Debtor | | Text, AN | 23 | 0 | | | de.poe | debtor | de_poe | POE | | Debtor | | Text, AN | 31 | 0 | | | de.pr | debtor | de_principal | Principal | | Debtor | | Currency | 15 | 0 | | | de.pro | debtor | de_promise_date | Promise | | Debtor | | Date | 8 | 0 | | | de.ra | debtor | de_commission_rate | Rate | | Debtor | | Percent | 8 | 0 | | | de.rc | debtor | de_flags | Report Credit | | Debtor | | Check Box | 1 | 16 | | | de.rp | debtor | de_last_action | Run plan | | Debtor | | Text, AN | 7 | 0 | | | de.sa | debtor | de_salesman | Sales | | Debtor | | Text, AN | 7 | 0 | | | de.sc | debtor | de_owned_by_debtor | Score | | Debtor | | Text, N | 10 | 0 | | | de.se | debtor | de_cl_settlement_amt | Settle | | Debtor | | Currency | 15 | 0 | | | de.sf | debtor | de_summary_flags | Summary Flags | | Debtor | | Text, N | 4 | 0 | | | de.sn | debtor | de_street_number | Street number | | Debtor | | Text, AN | 11 | 0 | | | de.sp | debtor | de_alt_number | Speech | | Debtor | | Text, AN | 19 | 0 | | | de.ss | debtor | de_sin | SSN | | Debtor | | Text, AN | 31 | 0 | | | de.st | debtor | de_state | State | | Debtor | | Text, AN | 31 | 0 | | | de.sta | debtor | de_status | Status | | Debtor | | Text, AN | 8 | 0 | | | de.sty | debtor | de_address_source | Street type | | Debtor | | Text, N | 5 | 0 | | | de.su | debtor | de_description | Summary | | Debtor | | Text, AN | 126 | 0 | | | de.ti | debtor | de_timezone | Timezone | | Debtor | | Pick List | 4 | 0 | Internal | | de.tr | debtor | N/A | Transactions | | Debtor | | N/A | 0 | 0 | | | de.tr1 | debtor | de_tax_rate | Tax Rate 1 | | Debtor | | Text, N | 9 | 0 | | | de.tr2 | debtor | de_tax_rate_1 | Tax Rate 2 | | Debtor | | Text, N | 9 | 0 | | | de.tr3 | debtor | de_tax_rate_2 | Tax Rate 3 | | Debtor | | Text, N | 9 | 0 | | | de.tr4 | debtor | de_tax_rate_3 | Tax Rate 4 | | Debtor | | Text, N | 9 | 0 | | | de.tro | debtor | de_tax_options | Tax Rate Option | | Debtor | | Text, N | 8 | 0 | | | de.ty | debtor | de_type | Type | | Debtor | | Text, AN | 31 | 0 | | | de.u1 | debtor | de_address_2 | User 1 | | Debtor | | Text, AN | 31 | 0 | | | de.u2 | debtor | de_user_1 | User 2 | | Debtor | | Text, AN | 31 | 0 | | | de.ui | debtor | de_rowid | UID | | Debtor | | Text, N | 7 | 0 | | | de.we | debtor | de_work_extension | Work extension | | Debtor | | Text, AN | 7 | 0 | | | de.wo | debtor | de_last_worked_date | Worked | | Debtor | | Date | 8 | 0 | | | de.wt | debtor | de_last_worked_time | Worked time | | Debtor | | Time | 8 | 0 | | | de.zi | debtor | de_zip | ZIP | | Debtor | | Text, AN | 14 | 0 | | | deu.co | RAM Record | codepage | Codepage | | Database Export Utility | | Text, N | 8 | 0 | | | deu.eaiar | RAM Record | options | Export alt impexes and reports | | Database Export Utility | | Check Box | 1 | 0 | | | deu.my | RAM Record | output_format | MySQL | | Database Export Utility | | Radio Button | 1 | 0 | | | deu.po | RAM Record | output_format | Postgres | | Database Export Utility | | Radio Button | 1 | 0 | | | deu.ra | RAM Record | output_format | Raima | | Database Export Utility | | Radio Button | 1 | 0 | | | deu.ss | RAM Record | output_format | SQL Server | | Database Export Utility | | Radio Button | 1 | 0 | | | df.dmyd | RAM Record | date_format | Day Month Year (DDMMYYYY) | | Date Format | | Radio Button | 1 | 0 | | | df.ds | RAM Record | date_separator | Date separator | | Date Format | | Text, AN | 1 | 0 | | | df.mdym | RAM Record | date_format | Month Day Year (MMDDYYYY) | | Date Format | | Radio Button | 1 | 0 | | | df.vde | RAM Record | more_bit_switches | Validate date entry | | Date Format | | Check Box | 1 | 0 | | | df.ymdy | RAM Record | date_format | Year Month Day (YYYYMMDD) | | Date Format | | Radio Button | 1 | 0 | | | dfs.ad | RAM Record | adjustments_charged | Adjustments | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.adj | RAM Record | adjustments | Adjustments | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.ap | RAM Record | adjustments_paid | Adjustments paid | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.ca | RAM Record | adjustments_current | Current adjustments | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.ci | RAM Record | interest_current | Current interest | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.cl | RAM Record | legal_current | Current legal | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.co | RAM Record | total_current | Current owing | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.cp | RAM Record | principal_current | Current principal | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.cu | RAM Record | fees_current | Current | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.da | RAM Record | date | Date | | Debtor Financial Summary | | Date | 8 | 0 | | | dfs.eps | RAM Record | early_payoff_savings | Early payoff savings | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.fe | RAM Record | fees_charged | Fees | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.fi | RAM Record | file | File | | Debtor Financial Summary | | Text, N | 9 | 0 | | | dfs.fo | RAM Record | fees_owing | Fees owing | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.fp | RAM Record | fees_paid | Fees paid | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.in | RAM Record | interest_charged | Interest | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.io | RAM Record | interest_owing | Interest owing | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.ip | RAM Record | interest_paid | Interest paid | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.le | RAM Record | legal_charged | Legal | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.lo | RAM Record | legal_owing | Legal owing | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.lp | RAM Record | legal_paid | Legal paid | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.mc | RAM Record | misc_current | Misc current | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.mi | RAM Record | misc_charged | Misc | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.mo | RAM Record | misc_owing | Misc owing | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.mp | RAM Record | misc_paid | Misc paid | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.oc | RAM Record | other_current | Other current | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.oo | RAM Record | other_owing | Other owing | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.op | RAM Record | other_paid | Other paid | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.ot | RAM Record | other_charged | Other | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.ov | RAM Record | overpayment | Overpayment | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.po | RAM Record | principal_owing | Principal owing | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.pp | RAM Record | principal_paid | Principal paid | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.pr | RAM Record | principal_charged | Principal | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.to | RAM Record | total_charged | Totals | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.tow | RAM Record | total_owing | Total owing | | Debtor Financial Summary | | Currency | 9 | 0 | | | dfs.tp | RAM Record | total_paid | Total paid | | Debtor Financial Summary | | Currency | 9 | 0 | | | di.ge | RAM Record | help_options | Generate | | Diagnostics | | Pick List | 23 | 0 | Internal | | di.la | RAM Record | lb_alloc | Listblocks allocated | | Diagnostics | | Text, N | 10 | 0 | | | di.ma | RAM Record | mem_alloc | Memory allocated | | Diagnostics | | Text, N | 10 | 0 | | | di.mo | RAM Record | module | Module | | Diagnostics | | Pick List | 23 | 0 | Internal | | di.re | RAM Record | result | Result | | Diagnostics | | Text, AN | 1023 | 0 | | | di.tf | RAM Record | string | Text field | | Diagnostics | | Text, AN | 102 | 0 | | | di.ty | RAM Record | type | Type | | Diagnostics | | Text, AN | 4 | 0 | | | dm.da | RAM Record | dbmaint_database | Database | | Database Maintenance | | Text, N | 131 | 0 | | | dm.de | RAM Record | dbmaint_device | Device | | Database Maintenance | | Text, AN | 131 | 0 | | | dm.su | RAM Record | N/A | Summary | | Database Maintenance | | N/A | 0 | 0 | | | dm.ty | RAM Record | dbmaint_type | Type | | Database Maintenance | | Pick List | 10 | 0 | Internal | | dmo.bt | RAM Record | dbmaint_backup_path | Backup to | | Database Maintenance Options | | Text, AN | 131 | 0 | | | dmo.ca | RAM Record | dbmaint_type | Check all | | Database Maintenance Options | | Check Box | 1 | 0 | | | dmo.cdbt | RAM Record | dbmaint_copy_options | Copy database before testing | | Database Maintenance Options | | Check Box | 1 | 0 | | | dmo.co | RAM Record | dbmaint_type | Complete | | Database Maintenance Options | | Check Box | 1 | 0 | | | dmo.cp | RAM Record | dbmaint_cache_pages | Cache pages | | Database Maintenance Options | | Text, N | 5 | 0 | | | dmo.crsab | RAM Record | dbmaint_type | Check records, sets and blobs | | Database Maintenance Options | | Check Box | 1 | 0 | | | dmo.da | RAM Record | dbmaint_database | Database | | Database Maintenance Options | | Text, N | 130 | 0 | | | dmo.dc | RAM Record | dbmaint_type | Dchain | | Database Maintenance Options | | Check Box | 1 | 0 | | | dmo.dd | RAM Record | dbmaint_type | Defragment DB | | Database Maintenance Options | | Check Box | 1 | 0 | | | dmo.fbolc | RAM Record | dbmaint_type | Fix based on last check | | Database Maintenance Options | | Check Box | 1 | 0 | | | dmo.ke | RAM Record | dbmaint_type | Keybuild | | Database Maintenance Options | | Check Box | 1 | 0 | | | dmo.st | RAM Record | dbmaint_snapshot_path | Snapshot to | | Database Maintenance Options | | Text, AN | 131 | 0 | | | dmo.uc | RAM Record | dbmaint_type | User configured | | Database Maintenance Options | | Check Box | 1 | 0 | | | dmo.uch | RAM Record | dbmaint_type | UID Check | | Database Maintenance Options | | Check Box | 1 | 0 | | | dp.acuc | RAM Record | db_optionflags | Automate client update (cvsync) | | Database Preferences | | Check Box | 1 | 0 | | | dp.aloa | RAM Record | logout_after | Auto log out after | | Database Preferences | | Text, N | 4 | 0 | | | dp.bi | RAM Record | main_batch_interval | Batch Interval | | Database Preferences | | Text, N | 4 | 0 | | | dp.cee | RAM Record | encryptionEnabled | Column Encryption Enabled | | Database Preferences | | Check Box | 1 | 0 | | | dp.ck | RAM Record | client_keepalive | Client keepalive | | Database Preferences | | Text, N | 4 | 0 | | | dp.ct | RAM Record | client_timeout | Client timeout | | Database Preferences | | Text, N | 4 | 0 | | | dp.da | RAM Record | main_db_path | Database | | Database Preferences | | Text, AN | 20 | 0 | | | dp.esa | RAM Record | mail_server_ip | Email server address | | Database Preferences | | Text, AN | 63 | 0 | | | dp.fbl | RAM Record | main_lm_protocol | File based locking | | Database Preferences | | Radio Button | 1 | 0 | | | dp.gfap | RAM Record | file_access_path | Global file access path | | Database Preferences | | Text, AN | 511 | 0 | | | dp.ioss | RAM Record | db_optionflags | Ignore operator security setting | | Database Preferences | | Check Box | 1 | 0 | | | dp.li | RAM Record | main_lock_interval | Lock Interval | | Database Preferences | | Text, N | 4 | 0 | | | dp.lmn | RAM Record | main_lockmgr_name | Lock manager name | | Database Preferences | | Text, AN | 63 | 0 | | | dp.lp | RAM Record | main_log_path | Log path | | Database Preferences | | Text, AN | 131 | 0 | | | dp.lt | RAM Record | lock_timeout | Lock timeout | | Database Preferences | | Text, N | 4 | 0 | | | dp.lts | RAM Record | main_lm_timeout | Lock timeout (seconds) | | Database Preferences | | Text, N | 4 | 0 | | | dp.mfp | RAM Record | main_errorlog_path | Message file path | | Database Preferences | | Text, AN | 255 | 0 | | | dp.mwhu | RAM Record | maximum_webhost_users | Maximum Web Host users | | Database Preferences | | Text, N | 5 | 0 | | | dp.nan | RAM Record | main_lm_protocol | NetBios and NetBEUI | | Database Preferences | | Radio Button | 1 | 0 | | | dp.nis | RAM Record | main_lm_protocol | Novell IPX/SPX | | Database Preferences | | Radio Button | 1 | 0 | | | dp.nttt | RAM Record | main_lm_protocol | Novell TTS transaction tracking | | Database Preferences | | Radio Button | 1 | 0 | | | dp.rlfoa | RAM Record | log_rotate_file_size | Rotate log files once at | | Database Preferences | | Text, AN | 4 | 0 | | | dp.rlp | RAM Record | letter_path | RTF letter path | | Database Preferences | | Text, AN | 511 | 0 | | | dp.rltp | RAM Record | letter_template_path | RTF letter template path | | Database Preferences | | Text, AN | 511 | 0 | | | dp.sl | RAM Record | main_user_id | SQL Login | | Database Preferences | | Text, AN | 7 | 0 | | | dp.soe | RAM Record | main_multi_user | Sign on exclusive | | Database Preferences | | Radio Button | 1 | 0 | | | dp.sos | RAM Record | main_multi_user | Sign on shared | | Database Preferences | | Radio Button | 1 | 0 | | | dp.sp | RAM Record | main_password | SQL Password | | Database Preferences | | Text, AN | 21 | 0 | | | dp.ti | RAM Record | main_lm_protocol | TCP/IP | | Database Preferences | | Radio Button | 1 | 0 | | | dp.whsmk | RAM Record | webhost_memory | Web Host session mem KB | | Database Preferences | | Text, N | 4 | 0 | | | dph.al | RAM Record | type | Alternate | | Dial Phone | | Radio Button | 1 | 0 | | | dph.in | RAM Record | type | International | | Dial Phone | | Radio Button | 1 | 0 | | | dph.ld | RAM Record | type | Long distance | | Dial Phone | | Radio Button | 1 | 0 | | | dph.lo | RAM Record | type | Local | | Dial Phone | | Radio Button | 1 | 0 | | | dph.nu | RAM Record | number | Number | | Dial Phone | | Text, AN | 60 | 0 | | | ds.c1 | debtor_status | ds_category | C1 | | Debtor Status | | Text, N | 4 | 0 | | | ds.c2 | debtor_status | ds_category_1 | C2 | | Debtor Status | | Text, N | 4 | 0 | | | ds.c3 | debtor_status | ds_category_2 | C3 | | Debtor Status | | Text, N | 4 | 0 | | | ds.cb | debtor_status | ds_cby | Cby | | Debtor Status | | Text, AN | 7 | 0 | | | ds.co | debtor_status | ds_code | Code | | Debtor Status | | Text, AN | 4 | 0 | | | ds.cr | debtor_status | ds_cdate | Created | | Debtor Status | | Date | 8 | 0 | | | ds.ct | debtor_status | ds_ctime | Ctime | | Debtor Status | | Time | 8 | 0 | | | ds.de | debtor_status | ds_description | Description | | Debtor Status | | Text, AN | 40 | 0 | | | ds.lr | debtor_status | ds_flags | Listing Reversal | | Debtor Status | | Check Box | 1 | 1 | | | ds.mb | debtor_status | ds_mby | Mby | | Debtor Status | | Text, AN | 7 | 0 | | | ds.mo | debtor_status | ds_mdate | Modified | | Debtor Status | | Date | 8 | 0 | | | ds.mt | debtor_status | ds_mtime | Mtime | | Debtor Status | | Time | 8 | 0 | | | ds.rcpws | debtor_status | ds_plan | Run contact plan when set | | Debtor Status | | Text, AN | 3 | 0 | | | ds.rp | debtor_status | ds_plan | Run plan | | Debtor Status | | Text, AN | 7 | 0 | | | ds.saaoc | debtor_status | ds_state | Set account active or closed | | Debtor Status | | Pick List | 1 | 0 | Internal | | ds.srtb | debtor_status | ds_metro_status | Status reported to bureaus | | Debtor Status | | Text, AN | 3 | 0 | | | ds.ui | debtor_status | ds_rowid | UID | | Debtor Status | | Text, N | 7 | 0 | | | ds.wp | debtor_status | ds_category | WIP priority | | Debtor Status | | Text, N | 4 | 0 | | | dts.ad | RAM Record | N/A | Adjustments | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.al | RAM Record | N/A | All | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.ba | RAM Record | current_balance | Balance | | Debtor Transaction Summary | | Currency | 13 | 0 | | | dts.cp | RAM Record | total_commission_paid | Commission paid | | Debtor Transaction Summary | | Currency | 13 | 0 | | | dts.dt | RAM Record | total_direct | Direct total | | Debtor Transaction Summary | | Currency | 13 | 0 | | | dts.ep | RAM Record | earliest_posted | Earliest posting | | Debtor Transaction Summary | | Date | 8 | 0 | | | dts.fe | RAM Record | N/A | Fees | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.in | RAM Record | N/A | Interest | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.int | RAM Record | N/A | Internal | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.le | RAM Record | N/A | Legal | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.mi | RAM Record | N/A | Misc | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.mrp | RAM Record | latest_posted | Most recent posting | | Debtor Transaction Summary | | Date | 8 | 0 | | | dts.ot | RAM Record | N/A | Other | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.pa | RAM Record | N/A | Paid | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.pam | RAM Record | next_payment_amt | Payment amount | | Debtor Transaction Summary | | Currency | 9 | 0 | | | dts.pd | RAM Record | next_payment_due | Payment due | | Debtor Transaction Summary | | Date | 8 | 0 | | | dts.pr | RAM Record | N/A | Principal | | Debtor Transaction Summary | | N/A | 0 | 0 | | | dts.to | RAM Record | total_owing | Total owed | | Debtor Transaction Summary | | Currency | 13 | 0 | | | dts.tp | RAM Record | total_paid | Total paid | | Debtor Transaction Summary | | Currency | 13 | 0 | | | dts.tut | RAM Record | total_tous | To us total | | Debtor Transaction Summary | | Currency | 13 | 0 | | | ef.cd | imp_map_filter | imf_cdate | Cdate | | Export Filter | | Date | 8 | 0 | | | ef.ct | imp_map_filter | imf_ctime | Ctime | | Export Filter | | Time | 8 | 0 | | | ef.ex | imp_map_filter | imf_exclusive | Exclusive | | Export Filter | | Pick List | 4 | 0 | Internal | | ef.fi | imp_map_filter | imf_field | Field | | Export Filter | | Text, AN | 79 | 0 | | | ef.ma | imp_map_filter | imf_max | Max | | Export Filter | | Text, AN | 79 | 0 | | | ef.md | imp_map_filter | imf_mdate | Mdate | | Export Filter | | Date | 8 | 0 | | | ef.mi | imp_map_filter | imf_min | Min | | Export Filter | | Text, AN | 79 | 0 | | | ef.mt | imp_map_filter | imf_mtime | Mtime | | Export Filter | | Time | 8 | 0 | | | ef.ui | imp_map_filter | imf_rowid | UID | | Export Filter | | Text, N | 7 | 0 | | | ef.wi | imp_map_filter | imf_window | Window | | Export Filter | | Text, AN | 79 | 0 | | | efs.fn | RAM Record | field_name | Field name | | Edit Field Sequence | | Text, AN | 63 | 0 | | | efs.nlo | RAM Record | new_list_order | New List Order | | Edit Field Sequence | | Text, N | 4 | 0 | | | efs.nto | RAM Record | new_tab_order | New Tab Order | | Edit Field Sequence | | Text, N | 4 | 0 | | | efs.olo | RAM Record | old_list_order | Old List Order | | Edit Field Sequence | | Text, N | 4 | 0 | | | efs.oto | RAM Record | old_tab_order | Old Tab Order | | Edit Field Sequence | | Text, N | 4 | 0 | | | em.cf | RAM Record | from_activities | Changes from | | Export Menu | | Date | 10 | 0 | | | em.cl | RAM Record | client | Client | | Export Menu | | Text, AN | 40 | 0 | | | em.cr | RAM Record | cri0 | Criteria | | Export Menu | | Text, AN | 60 | 0 | | | em.cri | RAM Record | cri1 | Cri1 | | Export Menu | | Text, AN | 60 | 0 | | | em.cri2 | RAM Record | cri2 | Cri2 | | Export Menu | | Text, AN | 60 | 0 | | | em.cri3 | RAM Record | cri3 | Cri3 | | Export Menu | | Text, AN | 60 | 0 | | | em.ds | RAM Record | status | Debtor status | | Export Menu | | Text, AN | 4 | 0 | | | em.fi | RAM Record | file | File | | Export Menu | | Text, AN | 80 | 0 | | | em.fo | RAM Record | format | Format | | Export Menu | | Text, AN | 60 | 0 | | | em.lf | RAM Record | from_listed | Listed from | | Export Menu | | Date | 10 | 0 | | | em.mo | RAM Record | active | Mode | | Export Menu | | Pick List | 1 | 0 | Internal | | em.nu | RAM Record | client_num | Number | | Export Menu | | Text, AN | 8 | 0 | | | em.to | RAM Record | to_listed | To | | Export Menu | | Date | 10 | 0 | | | em.to1 | RAM Record | to_activities | To | | Export Menu | | Date | 10 | 0 | | | em.ty | RAM Record | type | Type | | Export Menu | | Text, AN | 3 | 0 | | | ema.ac | email | em_type | Active | | Email | | Pick List | 4 | 0 | Internal | | ema.acn | email | N/A | Associated client number | | Email | | N/A | 0 | 0 | | | ema.as | email | N/A | Associated | | Email | | N/A | 0 | 0 | | | ema.cb | email | em_cby | Cby | | Email | | Text, AN | 7 | 0 | | | ema.cdf | email | N/A | Cosigner debtor file | | Email | | N/A | 0 | 0 | | | ema.cl | email | N/A | Client | | Email | | N/A | 0 | 0 | | | ema.cn | email | N/A | Client number | | Email | | N/A | 0 | 0 | | | ema.co | email | N/A | Cosigner | | Email | | N/A | 0 | 0 | | | ema.cr | email | em_cdate | Created | | Email | | Date | 8 | 0 | | | ema.ct | email | em_ctime | Ctime | | Email | | Time | 8 | 0 | | | ema.d1 | email | em_date_1 | Date 1 | | Email | | Date | 8 | 0 | | | ema.d2 | email | em_date_2 | Date 2 | | Email | | Date | 8 | 0 | | | ema.de | email | N/A | Debtor | | Email | | N/A | 0 | 0 | | | ema.df | email | N/A | Debtor file | | Email | | N/A | 0 | 0 | | | ema.doms | email | em_flags | Display on main screen | | Email | | Check Box | 1 | 2 | | | ema.ea | email | em_email_address | Email Address | | Email | | Text, AN | 127 | 0 | | | ema.iibe | email | em_flags | Include in batch emails | | Email | | Check Box | 1 | 4 | | | ema.mb | email | em_mby | Mby | | Email | | Text, AN | 7 | 0 | | | ema.mo | email | em_mdate | Modified | | Email | | Date | 8 | 0 | | | ema.mt | email | em_mtime | Mtime | | Email | | Time | 8 | 0 | | | ema.so | email | em_flags_1 | Source | | Email | | Pick List | 4 | 0 | Internal | | ema.ui | email | em_rowid | UID | | Email | | Text, N | 8 | 0 | | | emc.etr | RAM Record | switches | Enable trlog recycling | | Extension Module Configuration | | Check Box | 1 | 0 | | | emc.mdsft | RAM Record | threshold | Max disk space for trlog | | Extension Module Configuration | | Text, N | 4 | 0 | | | emc.rtotd | RAM Record | days | Recycle trlog older than days | | Extension Module Configuration | | Text, N | 4 | 0 | | | emc.vm | RAM Record | switches | Verbose monitoring | | Extension Module Configuration | | Check Box | 1 | 0 | | | ens. | RAM Record | N/A | | | EFT Notices Setup | | Check Box | 0 | 0 | | | ens.aal | RAM Record | ach_auth_letter | ACH authorization letter | | EFT Notices Setup | | Text, AN | 79 | 0 | | | ens.anl | RAM Record | ach_notify_letter | ACH notification letter | | EFT Notices Setup | | Text, AN | 79 | 0 | | | ens.cal | RAM Record | cc_auth_letter | CC authorization letter | | EFT Notices Setup | | Text, AN | 79 | 0 | | | ens.cnl | RAM Record | cc_notify_letter | CC notification letter | | EFT Notices Setup | | Text, AN | 79 | 0 | | | ens.dp | RAM Record | cc_notify_before | Days prior | | EFT Notices Setup | | Text, N | 4 | 0 | | | ens.dpr | RAM Record | ach_notify_before | Days prior | | EFT Notices Setup | | Text, N | 4 | 0 | | | ens.eaa | RAM Record | ach_flags | Enable ach auth | | EFT Notices Setup | | Check Box | 1 | 0 | | | ens.ean | RAM Record | ach_flags | Enable ach notify | | EFT Notices Setup | | Check Box | 1 | 0 | | | ens.eca | RAM Record | cc_flags | Enable cc auth | | EFT Notices Setup | | Check Box | 1 | 0 | | | ens.ecn | RAM Record | cc_flags | Enable cc notify | | EFT Notices Setup | | Check Box | 1 | 0 | | | ens.ucd | RAM Record | cc_flags | Use calendar days | | EFT Notices Setup | | Check Box | 1 | 0 | | | ens.ucda | RAM Record | ach_flags | Use calendar days | | EFT Notices Setup | | Check Box | 1 | 0 | | | es.ad | RAM Record | eb_flags | Address | | eBureau Setup | | Check Box | 1 | 0 | | | es.do | RAM Record | eb_flags | DOB | | eBureau Setup | | Check Box | 1 | 0 | | | es.ec | RAM Record | eb_service | Echo | | eBureau Setup | | Radio Button | 1 | 0 | | | es.lrd | RAM Record | eb_flags | Log received data | | eBureau Setup | | Check Box | 1 | 0 | | | es.lsd | RAM Record | eb_flags | Log sent data | | eBureau Setup | | Check Box | 1 | 0 | | | es.oie | RAM Record | eb_flags | Only if emptry | | eBureau Setup | | Check Box | 1 | 0 | | | es.pa | RAM Record | eb_password | Password | | eBureau Setup | | Text, AN | 12 | 0 | | | es.ph | RAM Record | eb_flags | Phone | | eBureau Setup | | Check Box | 1 | 0 | | | es.pr | RAM Record | eb_service | Process | | eBureau Setup | | Radio Button | 1 | 0 | | | es.se | RAM Record | eb_server | Server | | eBureau Setup | | Text, AN | 127 | 0 | | | es.ti | RAM Record | eb_timeout | Timeout | | eBureau Setup | | Text, N | 4 | 0 | | | es.tp1 | RAM Record | eb_phone1 | Try Phone 1 | | eBureau Setup | | Pick List | 8 | 0 | Internal | | es.tp2 | RAM Record | eb_phone2 | Try Phone 2 | | eBureau Setup | | Pick List | 8 | 0 | Internal | | es.tt | RAM Record | eb_flags | Then try | | eBureau Setup | | Check Box | 1 | 0 | | | es.udi | RAM Record | eb_flags | Update debtor information | | eBureau Setup | | Check Box | 1 | 0 | | | es.us | RAM Record | eb_userid | Userid | | eBureau Setup | | Text, AN | 10 | 0 | | | esc.da | RAM Record | ac_dbid | Database | | Enter Search Criteria | | Pick List | 35 | 0 | Internal | | esc.md | RAM Record | ac_min_date | Min Date | | Enter Search Criteria | | Date | 8 | 0 | | | esc.mda | RAM Record | ac_max_date | Max Date | | Enter Search Criteria | | Date | 8 | 0 | | | esc.oi | RAM Record | ac_opid | Operator ID | | Enter Search Criteria | | Text, AN | 6 | 0 | | | esc.op | RAM Record | ac_opcode | Operation | | Enter Search Criteria | | Pick List | 7 | 0 | Internal | | esc.ri | RAM Record | ac_recid | Record ID | | Enter Search Criteria | | Text, AN | 63 | 0 | | | esc.ui | RAM Record | ac_uid | UID | | Enter Search Criteria | | Text, AN | 19 | 0 | | | ev.aautd | contact_event | ce_flags | Allow all users to delete | | Event | | Check Box | 1 | 2048 | | | ev.apoo | contact_event | ce_flags | Advance promise on overpayment | | Event | | Check Box | 1 | 32 | | | ev.at | contact_event | ce_attachment | Attachment | | Event | | Text, AN | 62 | 0 | | | ev.atao | contact_event | ce_operator_flag | Assign to account operator | | Event | | Radio Button | 1 | 1 | | | ev.atco | contact_event | ce_operator_flag | Assign to current operator | | Event | | Radio Button | 1 | 2 | | | ev.atso | contact_event | ce_operator_flag | Assign to specific operator | | Event | | Radio Button | 1 | 4 | | | ev.ccor | contact_event | ce_flags | Create copy on repeat | | Event | | Check Box | 1 | 256 | | | ev.cd | contact_event | ce_cdate | Cdate | | Event | | Date | 8 | 0 | | | ev.cm | contact_event | ce_flags | Create metafile | | Event | | Check Box | 1 | 4096 | | | ev.ct | contact_event | ce_ctime | Ctime | | Event | | Time | 8 | 0 | | | ev.da | contact_event | ce_delay | ...... Days | | Event | | Text, N | 5 | 0 | | | ev.dd | contact_event | ce_date_flag | Delay days | | Event | | Radio Button | 1 | 1 | | | ev.de | contact_event | ce_description | Description | | Event | | Text, AN | 78 | 0 | | | ev.del | contact_event | ce_time_flag | Delay | | Event | | Radio Button | 1 | 1 | | | ev.dna | contact_event | ce_flags | Do not autodelete | | Event | | Check Box | 1 | 64 | | | ev.do | contact_event | ce_delay | ..... DoM | | Event | | Text, N | 5 | 0 | | | ev.dom | contact_event | ce_date_flag | Day of month | | Event | | Radio Button | 1 | 2 | | | ev.dstc | contact_event | ce_flags | Delete same type contacts | | Event | | Check Box | 1 | 2 | | | ev.if | contact_event | ce_compare | If | | Event | | Pick List | 6 | 0 | Internal | | ev.lrtn | contact_event | ce_flags | Log repeat to notes | | Event | | Check Box | 1 | 512 | | | ev.md | contact_event | ce_mdate | Mdate | | Event | | Date | 8 | 0 | | | ev.mdi | contact_event | ce_flags | Mark done immediately | | Event | | Check Box | 1 | 16 | | | ev.mi | contact_event | ce_time | ........ Minutes | | Event | | Text, N | 5 | 0 | | | ev.mt | contact_event | ce_mtime | Mtime | | Event | | Time | 8 | 0 | | | ev.na | contact_event | ce_flags | No autocomplete | | Event | | Check Box | 1 | 128 | | | ev.nap | contact_event | ce_flags | No autocomplete promise | | Event | | Check Box | 1 | 16384 | | | ev.nmsd | contact_event | ce_date_flag | Next month same day | | Event | | Radio Button | 1 | 4 | | | ev.nntf | contact_event | ce_flags | No note to file | | Event | | Check Box | 1 | 8192 | | | ev.nod | contact_event | ce_transaction_type | Number of days | | Event | | Text, AN | 8 | 0 | | | ev.oo | contact_event | ce_dummy | Of Owing | | Event | | Radio Button | 1 | 1 | | | ev.op | contact_event | ce_who | Operator | | Event | | Text, AN | 7 | 0 | | | ev.os | contact_event | ce_dummy | Of Settle | | Event | | Radio Button | 1 | 2 | | | ev.pn | contact_event | ce_flags | Print now | | Event | | Check Box | 1 | 8 | | | ev.pr | contact_event | ce_priority | Priority | | Event | | Text, N | 10 | 0 | | | ev.pro | contact_event | ce_amount | Promise | | Event | | Percent | 9 | 0 | | | ev.ptcd | contact_event | ce_flags | Prompt to confirm details | | Event | | Check Box | 1 | 1 | | | ev.re | contact_event | ce_repeat | Repeat | | Event | | Pick List | 4 | 0 | Internal | | ev.reh | contact_event | ce_flags | Record event history | | Event | | Check Box | 1 | 1024 | | | ev.sdo | contact_event | ce_flags | Same description only | | Event | | Check Box | 1 | 4 | | | ev.si | contact_event | ce_date_flag | Schedule immediately | | Event | | Radio Button | 1 | 8 | | | ev.sif | contact_event | ce_if | Schedule if | | Event | | Text, AN | 15 | 0 | | | ev.ti | contact_event | ce_time_flag | Timeless | | Event | | Radio Button | 1 | 4 | | | ev.to | contact_event | ce_time | ...... ToD | | Event | | Time | 9 | 0 | | | ev.tod | contact_event | ce_time_flag | Time of day | | Event | | Radio Button | 1 | 2 | | | ev.ty | contact_event | ce_type | Type | | Event | | Pick List | 4 | 0 | Internal | | ev.ui | contact_event | ce_rowid | UID | | Event | | Text, N | 7 | 0 | | | ev.v1 | contact_event | ce_value | Value 1 | | Event | | Text, AN | 23 | 0 | | | ev.v2 | contact_event | ce_value2 | Value 2 | | Event | | Text, AN | 23 | 0 | | | ev.wt | contact_event | ce_warning_time | Warning Time | | Event | | Elapsed Time | 8 | 0 | | | fac.acto | debtor | de_flags | Add commission to owing | | Fees and Charges | | Check Box | 1 | 4 | | | fac.cf | debtor | de_pre_charge | Client fee | | Fees and Charges | | Currency | 9 | 0 | | | fac.ctd | debtor | de_commission_to_date | Commission to date | | Fees and Charges | | Currency | 9 | 0 | | | fac.df | debtor | de_fix_fee | Debtor fee | | Fees and Charges | | Currency | 9 | 0 | | | fac.fptd | debtor | de_fees_paid_to_date | Fees paid to date | | Fees and Charges | | Currency | 9 | 0 | | | fac.ow | debtor | de_owing | Owing | | Fees and Charges | | Currency | 9 | 0 | | | fac.pr | debtor | de_principal | Principal | | Fees and Charges | | Currency | 9 | 0 | | | fac.tf | debtor | de_fees | Total fees | | Fees and Charges | | Currency | 9 | 0 | | | fb.a1 | RAM Record | fb_address_1 | Address 1 | | Find by | | Text, AN | 127 | 0 | | | fb.ac | RAM Record | fb_account | Account | | Find by | | Text, AN | 127 | 0 | | | fb.act | RAM Record | fb_active | Active | | Find by | | Text, AN | 31 | 0 | | | fb.ad | RAM Record | fb_address | Address | | Find by | | Text, AN | 79 | 0 | | | fb.ci | RAM Record | fb_city | City | | Find by | | Text, AN | 31 | 0 | | | fb.co | RAM Record | fb_contact | Contact | | Find by | | Text, AN | 127 | 0 | | | fb.cou | RAM Record | fb_country | Country | | Find by | | Text, AN | 31 | 0 | | | fb.do | RAM Record | fb_dob | DOB | | Find by | | Date | 8 | 0 | | | fb.em | RAM Record | fb_email | Email | | Find by | | Text, AN | 79 | 0 | | | fb.li | RAM Record | fb_listed | Listed | | Find by | | Date | 8 | 0 | | | fb.na | RAM Record | fb_name | Name | | Find by | | Text, AN | 127 | 0 | | | fb.nu | RAM Record | fb_number | Number | | Find by | | Text, N | 8 | 0 | | | fb.on | RAM Record | fb_owner_name | Owner Name | | Find by | | Text, AN | 127 | 0 | | | fb.onu | RAM Record | fb_owner_number | Owner Number | | Find by | | Text, N | 8 | 0 | | | fb.ow | RAM Record | fb_owing | Owing | | Find by | | Currency | 9 | 0 | | | fb.p1 | RAM Record | fb_phone_1 | Phone 1 | | Find by | | Text, AN | 23 | 0 | | | fb.p2 | RAM Record | fb_phone_2 | Phone 2 | | Find by | | Text, AN | 23 | 0 | | | fb.re | RAM Record | fb_result | Result | | Find by | | Text, AN | 127 | 0 | | | fb.so | RAM Record | fb_source | Source | | Find by | | Text, AN | 127 | 0 | | | fb.st | RAM Record | fb_status | Status | | Find by | | Text, AN | 9 | 0 | | | fb.sta | RAM Record | fb_state | State | | Find by | | Text, AN | 31 | 0 | | | fb.ty | RAM Record | fb_type | Type | | Find by | | Text, AN | 127 | 0 | | | fb.zi | RAM Record | fb_zip | Zip | | Find by | | Text, AN | 23 | 0 | | | fd.acto | debtor | de_flags | Add commission to owing | | Financial Detail | | Check Box | 1 | 4 | | | fd.cf | debtor | de_pre_charge | Client fee | | Financial Detail | | Currency | 12 | 0 | | | fd.ctd | debtor | de_commission_to_date | Commission to date | | Financial Detail | | Currency | 12 | 0 | | | fd.cu | debtor | de_currency | Currency | | Financial Detail | | Pick List | 8 | 0 | Internal | | fd.df | debtor | de_fix_fee | Debtor fee | | Financial Detail | | Currency | 12 | 0 | | | fd.pa | debtor | de_paid | Paid | | Financial Detail | | Currency | 12 | 0 | | | fd.pptd | debtor | de_principal_paid_to_date | Principal paid to date | | Financial Detail | | Currency | 12 | 0 | | | fd.pr | debtor | de_principal | Principal | | Financial Detail | | Currency | 12 | 0 | | | fd.rr | debtor | de_referral_rate | Referral Rate | | Financial Detail | | Percent | 9 | 0 | | | fd.s369 | debtor | de_flags | Show 30/60/90 | | Financial Detail | | Check Box | 1 | 32 | | | fd.te | debtor | de_tax_exempt | Tax exempt | | Financial Detail | | Check Box | 1 | 1 | | | fd.ti | debtor | de_interest | Total interest | | Financial Detail | | Currency | 12 | 0 | | | fd.to | debtor | de_owing | Totals | | Financial Detail | | Currency | 12 | 0 | | | ff.cf | debtor | de_pre_charge | Client fee | | Financial Fees | | Currency | 15 | 0 | | | ff.df | debtor | de_fix_fee | Debtor fee | | Financial Fees | | Currency | 15 | 0 | | | ffs.cd | imp_map | cdate | Cdate | | File Format Specification | | Date | 8 | 0 | | | ffs.cle | imp_map | im_flags | CRLF Line Endings | | File Format Specification | | Check Box | 1 | 512 | | | ffs.cs | imp_map | quotes | Comma separated | | File Format Specification | | Radio Button | 1 | 2 | | | ffs.ct | imp_map | ctime | Ctime | | File Format Specification | | Time | 8 | 0 | | | ffs.fd | imp_map | custom_field_delimiter | Field delimiter | | File Format Specification | | Text, AN | 7 | 0 | | | ffs.fi | imp_map | default_source_file | File | | File Format Specification | | Text, AN | 131 | 0 | | | ffs.fie | imp_map | N/A | Fields | | File Format Specification | | N/A | 0 | 0 | | | ffs.fl | imp_map | quotes | Fixed length | | File Format Specification | | Radio Button | 1 | 1 | | | ffs.lw | imp_map | delimiter | Line Width | | File Format Specification | | Text, N | 4 | 0 | | | ffs.md | imp_map | mdate | Mdate | | File Format Specification | | Date | 8 | 0 | | | ffs.mt | imp_map | mtime | Mtime | | File Format Specification | | Time | 8 | 0 | | | ffs.na | imp_map | name | Name | | File Format Specification | | Text, AN | 31 | 0 | | | ffs.no | imp_map | imp_map_note | Note | | File Format Specification | | Text, AN | 70 | 0 | | | ffs.ot | imp_map | quotes | Other | | File Format Specification | | Radio Button | 1 | 4 | | | ffs.rd | imp_map | custom_record_delimiter | Record delimiter | | File Format Specification | | Text, AN | 7 | 0 | | | ffs.re | imp_map | N/A | Records | | File Format Specification | | N/A | 0 | 0 | | | ffs.ui | imp_map | im_rowid | UID | | File Format Specification | | Text, N | 7 | 0 | | | fo.al | application_form | af_alias | Alias | | Form | | Text, AN | 32 | 0 | | | fo.fn | application_form | af_form_name | Form name | | Form | | Text, AN | 32 | 0 | | | foo.cd | footer | ftr_cdate | Cdate | | Footer | | Date | 8 | 0 | | | foo.ct | footer | ftr_ctime | Ctime | | Footer | | Time | 8 | 0 | | | foo.md | footer | ftr_mdate | Mdate | | Footer | | Date | 8 | 0 | | | foo.mt | footer | ftr_mtime | Mtime | | Footer | | Time | 8 | 0 | | | foo.te | footer | ftr_text | Text | | Footer | | Text, AN | 132 | 0 | | | foo.ui | footer | ftr_rowid | UID | | Footer | | Text, N | 7 | 0 | | | fr.al | form_rights | fr_alias | Alias | | Form Rights | | Text, AN | 32 | 0 | | | fr.cd | form_rights | fr_cdate | Cdate | | Form Rights | | Date | 8 | 0 | | | fr.cda | form_rights | fr_mdate | Cdate | | Form Rights | | Date | 8 | 0 | | | fr.ct | form_rights | fr_ctime | Ctime | | Form Rights | | Time | 8 | 0 | | | fr.le | form_rights | N/A | Level | | Form Rights | | N/A | 0 | 0 | | | fr.ma | form_rights | fr_max | Maximum | | Form Rights | | Text, AN | 32 | 0 | | | fr.mf | form_rights | fr_formnum | Mask Field | | Form Rights | | Pick List | 6 | 0 | Internal | | fr.mi | form_rights | fr_min | Minimum | | Form Rights | | Text, AN | 32 | 0 | | | fr.mt | form_rights | fr_mtime | Mtime | | Form Rights | | Time | 8 | 0 | | | fr.plf | form_rights | fr_pick_list_file | Pick list file | | Form Rights | | Text, AN | 63 | 0 | | | fr.ri | form_rights | fr_rights | Rights | | Form Rights | | Pick List | 4 | 0 | Internal | | fr.ui | form_rights | fr_rowid | UID | | Form Rights | | Text, N | 7 | 0 | | | fs.cl | RAM Record | client_fax_num_field | Client | | Fax Setup | | Text, N | 20 | 0 | | | fs.co | RAM Record | cosigner_fax_num_field | Cosigner | | Fax Setup | | Text, N | 20 | 0 | | | fs.de | RAM Record | debtor_fax_num_field | Debtor | | Fax Setup | | Text, N | 20 | 0 | | | fst.ad | debtor | de_adjustments | Adjustments | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.af | debtor | de_fees | Attorney fees | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.cc | debtor | de_legal | Court costs | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.fe | debtor | de_fees | Fees | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.in | debtor | de_interest | Interest | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.jd | debtor | de_judgement_date | Judgement date | | Financial Summary Totals | | Date | 8 | 0 | | | fst.ji | debtor | de_judgement_interest | Judgement interest | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.jp | debtor | de_judgement_principal | Judgement principal | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.le | debtor | de_legal | Legal | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.mi | debtor | de_misc | Misc | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.oi | debtor | de_original_interest | Original interest | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.op | debtor | de_principal | Original principal | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.ot | debtor | de_other | Other | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.ow | debtor | de_owing | Owing | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.pa | debtor | de_paid | Paid | | Financial Summary Totals | | Currency | 15 | 0 | | | fst.tlc | debtor | de_legal_costs | Total legal costs | | Financial Summary Totals | | Currency | 15 | 0 | | | ft.bi | app_field | af_bit_index | Bit index | | Field Type | | Text, N | 4 | 0 | | | ft.cd | app_field | apf_cdate | Cdate | | Field Type | | Date | 8 | 0 | | | ft.ct | app_field | apf_ctime | Ctime | | Field Type | | Time | 8 | 0 | | | ft.fi | app_field | af_field | Field | | Field Type | | Text, AN | 40 | 0 | | | ft.fin | app_field | af_field_index | Field index | | Field Type | | Text, N | 4 | 0 | | | ft.fn | app_field | af_sub_index | Form name | | Field Type | | Pick List | 4 | 0 | Internal | | ft.md | app_field | apf_mdate | Mdate | | Field Type | | Date | 8 | 0 | | | ft.mt | app_field | apf_mtime | Mtime | | Field Type | | Time | 8 | 0 | | | ft.of | app_field | af_offset | Offset | | Field Type | | Text, N | 4 | 0 | | | ft.re | app_field | N/A | Record | | Field Type | | N/A | 0 | 0 | | | ft.si | app_field | af_sub_index | Sub index | | Field Type | | Text, N | 4 | 0 | | | ft.sin | app_field | af_subwin_index | Subwin index | | Field Type | | Text, N | 4 | 0 | | | ft.sind | app_field | af_subfield_index | Subfield index | | Field Type | | Text, N | 4 | 0 | | | ft.siz | app_field | af_size | Size | | Field Type | | Text, N | 4 | 0 | | | ft.ty | app_field | af_type | Type | | Field Type | | Pick List | 4 | 0 | Internal | | ft.ui | app_field | N/A | Used In | | Field Type | | N/A | 0 | 0 | | | ft.uid | app_field | apf_rowid | UID | | Field Type | | Text, N | 7 | 0 | | | ft.wi | app_field | af_width | Width | | Field Type | | Text, N | 4 | 0 | | | fty.fi | RAM Record | fm_id | Form ID | | Form Type | | Text, N | 8 | 0 | | | fty.na | RAM Record | fm_name | Name | | Form Type | | Text, AN | 127 | 0 | | | gfs.ad | RAM Record | adjustments | Adjustments | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.cf | RAM Record | fees_current | Current fees | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.ci | RAM Record | interest_current | Current interest | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.cl | RAM Record | legal_current | Current legal | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.cm | RAM Record | misc_current | Current misc | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.co | RAM Record | other_current | Current other | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.cp | RAM Record | principal_current | Current principal | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.cu | RAM Record | total_current | Current | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.da | RAM Record | date | Date | | Group Financial Summary | | Date | 8 | 0 | | | gfs.eps | RAM Record | early_payoff_savings | Early payoff Savings | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.fe | RAM Record | fees_charged | Fees | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.gr | RAM Record | group_number | Group | | Group Financial Summary | | Text, N | 8 | 0 | | | gfs.in | RAM Record | interest_charged | Interest | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.le | RAM Record | legal_charged | Legal | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.mi | RAM Record | misc_charged | Misc | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.of | RAM Record | fees_owing | Owing fees | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.oi | RAM Record | interest_owing | Owing interest | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.ol | RAM Record | legal_owing | Owing legal | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.om | RAM Record | misc_owing | Owing misc | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.oo | RAM Record | other_owing | Owing other | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.op | RAM Record | principal_owing | Owing principal | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.ot | RAM Record | other_charged | Other | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.ov | RAM Record | overpayment | Overpayment | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.ow | RAM Record | total_owing | Owing | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.pa | RAM Record | total_paid | Paid | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.pf | RAM Record | fees_paid | Paid fees | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.pi | RAM Record | interest_paid | Paid interest | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.pl | RAM Record | legal_paid | Paid legal | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.pm | RAM Record | misc_paid | Paid misc | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.po | RAM Record | other_paid | Paid other | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.pp | RAM Record | principal_paid | Paid principal | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.pr | RAM Record | principal_charged | Principal | | Group Financial Summary | | Currency | 9 | 0 | | | gfs.to | RAM Record | total_charged | Totals | | Group Financial Summary | | Currency | 9 | 0 | | | gm.ac | debtor | de_active | Active | | Group Members | | Pick List | 2 | 0 | Internal | | gm.cl | debtor | N/A | Client | | Group Members | | N/A | 0 | 0 | | | gm.co | debtor | de_contact | Contact | | Group Members | | Text, AN | 30 | 0 | | | gm.gi | debtor | de_group_id | Group ID | | Group Members | | Text, N | 8 | 0 | | | gm.li | debtor | de_listed_date | Listed | | Group Members | | Date | 8 | 0 | | | gm.me | debtor | de_group_member | Member | | Group Members | | Text, N | 3 | 0 | | | gm.na | debtor | de_name | Name | | Group Members | | Text, AN | 40 | 0 | | | gm.nu | debtor | de_number | Number | | Group Members | | Text, N | 8 | 0 | | | gm.ow | debtor | de_owing | Owing | | Group Members | | Currency | 9 | 0 | | | gm.pa | debtor | de_paid | Paid | | Group Members | | Currency | 9 | 0 | | | gm.pr | debtor | de_principal | Principal | | Group Members | | Currency | 9 | 0 | | | gm.st | debtor | de_status | Status | | Group Members | | Text, AN | 4 | 0 | | | gms.a1 | debtor | de_address_1 | Address 1 | | Group Member Setup | | Text, AN | 35 | 0 | | | gms.ad | debtor | de_group_flags | Address | | Group Member Setup | | Check Box | 1 | 64 | | | gms.add | debtor | de_address | Address | | Group Member Setup | | Text, AN | 40 | 0 | | | gms.cn | debtor | de_group_flags | Cascade notes | | Group Member Setup | | Check Box | 1 | 32768 | | | gms.co | debtor | de_group_flags | Contact | | Group Member Setup | | Check Box | 1 | 2 | | | gms.con | debtor | de_contact | Contact | | Group Member Setup | | Text, AN | 30 | 0 | | | gms.dl | debtor | de_group_flags | DL | | Group Member Setup | | Check Box | 1 | 16 | | | gms.dl1 | debtor | de_dl | DL | | Group Member Setup | | Text, AN | 19 | 0 | | | gms.do | debtor | de_group_flags | DOB | | Group Member Setup | | Check Box | 1 | 8 | | | gms.dob | debtor | de_dob | DOB | | Group Member Setup | | Date | 8 | 0 | | | gms.efgt | debtor | de_flags_2 | Exclude from group totals | | Group Member Setup | | Check Box | 1 | 256 | | | gms.em | debtor | de_group_flags | Email | | Group Member Setup | | Check Box | 1 | 16384 | | | gms.ema | debtor | de_email | Email | | Group Member Setup | | Text, AN | 20 | 0 | | | gms.fi | debtor | de_number | File | | Group Member Setup | | Text, N | 8 | 0 | | | gms.gr | debtor | de_group_id | Group | | Group Member Setup | | Text, N | 8 | 0 | | | gms.me | debtor | de_group_member | Member | | Group Member Setup | | Text, N | 3 | 0 | | | gms.mgp | debtor | de_flags_2 | Manage group promises | | Group Member Setup | | Check Box | 1 | 512 | | | gms.na | debtor | de_group_flags | Name | | Group Member Setup | | Check Box | 1 | 1 | | | gms.nam | debtor | de_name | Name | | Group Member Setup | | Text, AN | 40 | 0 | | | gms.pcwc | debtor | de_group_flags | Prevent cascade when closed | | Group Member Setup | | Check Box | 1 | 2048 | | | gms.ph | debtor | de_group_flags | Phones | | Group Member Setup | | Check Box | 1 | 32 | | | gms.pho | debtor | de_home_phone | Phones | | Group Member Setup | | Text, AN | 13 | 0 | | | gms.po | debtor | de_group_flags | POE | | Group Member Setup | | Check Box | 1 | 128 | | | gms.poe | debtor | de_poe | POE | | Group Member Setup | | Text, AN | 31 | 0 | | | gms.sn | debtor | de_group_flags | Share notes | | Group Member Setup | | Check Box | 1 | 1024 | | | gms.ss | debtor | de_group_flags | SSN | | Group Member Setup | | Check Box | 1 | 4 | | | gms.ssn | debtor | de_sin | SSN | | Group Member Setup | | Text, AN | 11 | 0 | | | gms.st | debtor | de_group_flags | Status | | Group Member Setup | | Check Box | 1 | 512 | | | gms.wo | debtor | de_group_flags | Worked | | Group Member Setup | | Check Box | 1 | 256 | | | gms.wp | debtor | de_work_phone | Work Phone | | Group Member Setup | | Text, AN | 13 | 0 | | | he.cd | header | hdr_cdate | Cdate | | Header | | Date | 8 | 0 | | | he.ct | header | hdr_ctime | Ctime | | Header | | Time | 8 | 0 | | | he.md | header | hdr_mdate | Mdate | | Header | | Date | 8 | 0 | | | he.mt | header | hdr_mtime | Mtime | | Header | | Time | 8 | 0 | | | he.te | header | hdr_text | Text | | Header | | Text, AN | 132 | 0 | | | he.ui | header | hdr_rowid | UID | | Header | | Text, N | 7 | 0 | | | hrl.cm | RAM Record | method | Cmd | | HTTP Request Log | | Text, AN | 31 | 0 | | | hrl.da | RAM Record | date | Date | | HTTP Request Log | | Date | 8 | 0 | | | hrl.de | RAM Record | detail | Detail | | HTTP Request Log | | Text, AN | 31 | 0 | | | hrl.ho | RAM Record | ip | Host | | HTTP Request Log | | Text, AN | 511 | 0 | | | hrl.id | RAM Record | user_id | ID | | HTTP Request Log | | Text, AN | 15 | 0 | | | hrl.re | RAM Record | result | Result | | HTTP Request Log | | Text, AN | 63 | 0 | | | hrl.st | RAM Record | status | Stat | | HTTP Request Log | | Text, AN | 3 | 0 | | | hrl.ti | RAM Record | time | Time | | HTTP Request Log | | Time | 8 | 0 | | | hte.na | RAM Record | name | Name | | How-To Examples | | Text, AN | 255 | 0 | | | id.3d | debtor | de_period_days | 365 days | | Interest Detail | | Radio Button | 1 | 0 | | | id.3da | debtor | de_period_days | 360 days | | Interest Detail | | Radio Button | 1 | 1 | | | id.acl | debtor | de_interest_flags3 | Apply charges last | | Interest Detail | | Check Box | 1 | 2 | | | id.ai | debtor | de_accrued_interest | Accrued interest | | Interest Detail | | Currency | 15 | 0 | | | id.air | debtor | de_interest_rate | Annual interest rate | | Interest Detail | | Percent | 8 | 0 | | | id.aln | debtor | de_interest_flags2 | Amortized loan - normal | | Interest Detail | | Radio Button | 1 | 2 | | | id.alro7 | debtor | de_interest_flags2 | Amortized loan - rule of 78 | | Interest Detail | | Radio Button | 1 | 1 | | | id.awer | debtor | de_interest_flags3 | Amortize with effective rate | | Interest Detail | | Check Box | 1 | 16 | | | id.cdd | debtor | de_flags | Calculate delinquency date | | Interest Detail | | Check Box | 1 | 128 | | | id.ci | debtor | de_interest_flags1 | Compound interest | | Interest Detail | | Radio Button | 1 | 1 | | | id.cifd | debtor | de_interest_date | Calculate interest from date | | Interest Detail | | Date | 8 | 0 | | | id.ct | debtor | de_interest_flags2 | Compound type | | Interest Detail | | Pick List | 4 | 0 | Internal | | id.cui | debtor | de_interest_flags3 | Compound unpaid interest | | Interest Detail | | Check Box | 1 | 128 | | | id.dp | debtor | de_interest_flags3 | Delayed payments | | Interest Detail | | Check Box | 1 | 4 | | | id.epa | debtor | de_early_payoff_amount | Early payoff amount | | Interest Detail | | Currency | 15 | 0 | | | id.epd | debtor | de_early_payoff_discount | Early payoff discount | | Interest Detail | | Currency | 15 | 0 | | | id.eps | debtor | de_early_payoff_savings | Early payoff savings | | Interest Detail | | Currency | 15 | 0 | | | id.fpd | debtor | de_first_payment_date | First payment date | | Interest Detail | | Date | 8 | 0 | | | id.go | debtor | de_late_fee_flags2 | Greater of | | Interest Detail | | Radio Button | 1 | 128 | | | id.gpd | debtor | de_grace_period | Grace period days | | Interest Detail | | Text, N | 4 | 0 | | | id.it | debtor | de_interest_flags1 | Interest type | | Interest Detail | | Pick List | 4 | 0 | Internal | | id.ji | debtor | de_judgement_interest | Judgement interest | | Interest Detail | | Text, N | 12 | 0 | | | id.lfa | debtor | de_late_fee_flags1 | Late fees apply | | Interest Detail | | Check Box | 1 | 1 | | | id.lfam | debtor | de_late_fee_amount | Late fee amount | | Interest Detail | | Currency | 9 | 0 | | | id.lfp | debtor | de_late_fee_percent | Late fee percent | | Interest Detail | | Percent | 8 | 0 | | | id.lo | debtor | de_late_fee_flags2 | Lesser of | | Interest Detail | | Radio Button | 1 | 0 | | | id.nai | debtor | de_interest_flags1 | No additional interest | | Interest Detail | | Radio Button | 1 | 0 | | | id.oi | debtor | de_original_interest | Original interest | | Interest Detail | | Currency | 12 | 0 | | | id.or | debtor | de_period_days | Ordinary | | Interest Detail | | Radio Button | 1 | 2 | | | id.pa | debtor | de_payment_amount | Payment amount | | Interest Detail | | Currency | 15 | 0 | | | id.pe | debtor | de_interest_period | Period | | Interest Detail | | Pick List | 8 | 0 | Internal | | id.pp | debtor | de_flags_1 | Payment period | | Interest Detail | | Pick List | 8 | 0 | Internal | | id.pr | debtor | de_principal | Principal | | Interest Detail | | Currency | 12 | 0 | | | id.rb | debtor | de_period_days | Rate basis | | Interest Detail | | Pick List | 4 | 0 | Internal | | id.rci | debtor | de_interest_flags2 | Revolving compound interest | | Interest Detail | | Radio Button | 1 | 0 | | | id.si | debtor | de_interest_flags1 | Simple interest | | Interest Detail | | Radio Button | 1 | 2 | | | id.stm | debtor | de_interest_flags3 | Set terms manually | | Interest Detail | | Check Box | 1 | 1 | | | id.te | debtor | de_number_of_periods | Term | | Interest Detail | | Text, N | 4 | 0 | | | id.ti | debtor | de_interest | Total interest | | Interest Detail | | Currency | 15 | 0 | | | id.tpp | debtor | de_total_plan_payments | Total plan payments | | Interest Detail | | Currency | 15 | 0 | | | id.vif | debtor | de_user_4 | Variable interest file | | Interest Detail | | Text, AN | 62 | 0 | | | ido.c1v9 | imp_map | date_flags | Century (1995 vs. 95) | | Import Date Options | | Check Box | 1 | 4 | | | ido.cd | imp_map | cdate | Cdate | | Import Date Options | | Date | 8 | 0 | | | ido.ct | imp_map | ctime | Ctime | | Import Date Options | | Time | 8 | 0 | | | ido.dd | imp_map | date_format | DDMMMYY | | Import Date Options | | Radio Button | 1 | 32 | | | ido.ddmy | imp_map | date_format | DMY - Day/Month/Year | | Import Date Options | | Radio Button | 1 | 4 | | | ido.ddoy | imp_map | date_format | ddd - Day of Year | | Import Date Options | | Radio Button | 1 | 16 | | | ido.dlz0v5 | imp_map | date_flags | Day leading zero (05 vs. 5) | | Import Date Options | | Check Box | 1 | 1 | | | ido.ds | imp_map | date_separator | Date separator | | Import Date Options | | Text, AN | 1 | 0 | | | ido.md | imp_map | mdate | Mdate | | Import Date Options | | Date | 8 | 0 | | | ido.mlz0v3 | imp_map | date_flags | Month leading zero (03 vs. 3) | | Import Date Options | | Check Box | 1 | 2 | | | ido.mmdy | imp_map | date_format | MDY - Month/Day/Year | | Import Date Options | | Radio Button | 1 | 1 | | | ido.mt | imp_map | mtime | Mtime | | Import Date Options | | Time | 8 | 0 | | | ido.ns | imp_map | date_flags | No separator | | Import Date Options | | Check Box | 1 | 8 | | | ido.yyd | imp_map | date_format | YYYYddd - Year/Day | | Import Date Options | | Radio Button | 1 | 8 | | | ido.yymd | imp_map | date_format | YMD - Year/Month/Day | | Import Date Options | | Radio Button | 1 | 2 | | | ifdf.c1v9 | imp_field | if_date_flags | Century (1995 vs. 95) | | Import Field Date Format | | Check Box | 1 | 4 | | | ifdf.dd | imp_field | if_date_format | DDMMYY | | Import Field Date Format | | Radio Button | 1 | 4 | | | ifdf.ddd | imp_field | if_date_format | ddd | | Import Field Date Format | | Radio Button | 1 | 16 | | | ifdf.ddm | imp_field | if_date_format | DDMMMYY | | Import Field Date Format | | Radio Button | 1 | 32 | | | ifdf.dlz0v5 | imp_field | if_date_flags | Day leading zero (05 vs. 5) | | Import Field Date Format | | Check Box | 1 | 1 | | | ifdf.ds | imp_field | if_date_separator | Date separator | | Import Field Date Format | | Text, AN | 1 | 0 | | | ifdf.mlz0v3 | imp_field | if_date_flags | Month leading zero (03 vs. 3) | | Import Field Date Format | | Check Box | 1 | 2 | | | ifdf.mm | imp_field | if_date_format | MMDDYY | | Import Field Date Format | | Radio Button | 1 | 1 | | | ifdf.ns | imp_field | if_date_flags | No separator | | Import Field Date Format | | Check Box | 1 | 8 | | | ifdf.yy | imp_field | if_date_format | YYMMDD | | Import Field Date Format | | Radio Button | 1 | 2 | | | ifdf.yyy | imp_field | if_date_format | YYYYddd | | Import Field Date Format | | Radio Button | 1 | 8 | | | ifo.ad | imp_field | if_citystatezip_flags | Address | | Import Field Options | | Radio Button | 1 | 8 | | | ifo.bp | imp_field | if_required | Blank permitted | | Import Field Options | | Radio Button | 1 | 0 | | | ifo.ci | imp_field | if_citystatezip_flags | City | | Import Field Options | | Radio Button | 1 | 1 | | | ifo.co | imp_field | if_owing_type | Current owing | | Import Field Options | | Radio Button | 1 | 0 | | | ifo.fcfo | imp_field | if_exceptions | Fail cancels field only | | Import Field Options | | Check Box | 1 | 2 | | | ifo.gtv | imp_field | if_required | Greater than value | | Import Field Options | | Radio Button | 1 | 128 | | | ifo.ltv | imp_field | if_required | Less than value | | Import Field Options | | Radio Button | 1 | 256 | | | ifo.mbf | imp_field | if_required | Must be filled | | Import Field Options | | Radio Button | 1 | 1 | | | ifo.mbgtz | imp_field | if_required | Must be greater than zero | | Import Field Options | | Radio Button | 1 | 4 | | | ifo.mbltz | imp_field | if_required | Must be less than zero | | Import Field Options | | Radio Button | 1 | 8 | | | ifo.mbnz | imp_field | if_required | Must be non zero | | Import Field Options | | Radio Button | 1 | 2 | | | ifo.medv | imp_field | if_required | Must equal default value | | Import Field Options | | Radio Button | 1 | 32 | | | ifo.mez | imp_field | if_required | Must equal zero | | Import Field Options | | Radio Button | 1 | 16 | | | ifo.mnev | imp_field | if_required | Must not equal value | | Import Field Options | | Radio Button | 1 | 64 | | | ifo.na | imp_field | if_citystatezip_flags | Non address | | Import Field Options | | Radio Button | 1 | 0 | | | ifo.nr | imp_field | if_flags | NPANNX Reversal | | Import Field Options | | Check Box | 1 | 2 | | | ifo.oat | imp_field | if_owing_type | Owing after transaction | | Import Field Options | | Radio Button | 1 | 2 | | | ifo.obt | imp_field | if_owing_type | Owing before transaction | | Import Field Options | | Radio Button | 1 | 1 | | | ifo.pr | imp_field | if_precision | Precision | | Import Field Options | | Text, N | 4 | 0 | | | ifo.rjzf | imp_field | if_strip_decimal | Right justify zero fill | | Import Field Options | | Check Box | 1 | 2 | | | ifo.sdp | imp_field | if_strip_decimal | Strip decimal point | | Import Field Options | | Check Box | 1 | 1 | | | ifo.snn | imp_field | if_exceptions | Strip non-numerics | | Import Field Options | | Check Box | 1 | 4 | | | ifo.srfr | imp_field | if_exceptions | Skip remaining field references | | Import Field Options | | Check Box | 1 | 16 | | | ifo.ss | imp_field | if_exceptions | Strip spaces | | Import Field Options | | Check Box | 1 | 8 | | | ifo.st | imp_field | if_citystatezip_flags | State | | Import Field Options | | Radio Button | 1 | 2 | | | ifo.wodo | imp_field | if_exceptions | Warn on data overrun | | Import Field Options | | Check Box | 1 | 1 | | | ifo.zi | imp_field | if_citystatezip_flags | ZIP | | Import Field Options | | Radio Button | 1 | 4 | | | ifs.ac | imp_field | if_accumulator | Accumulator | | Import Field Specification | | Text, N | 4 | 0 | | | ifs.asba | imp_field | if_append | Add space before appending | | Import Field Specification | | Check Box | 1 | 4 | | | ifs.ated | imp_field | if_append | Append to existing data | | Import Field Specification | | Check Box | 1 | 1 | | | ifs.ca | imp_field | if_case | Capitalize | | Import Field Specification | | Radio Button | 1 | 8 | | | ifs.cd | imp_field | if_cdate | Cdate | | Import Field Specification | | Date | 8 | 0 | | | ifs.ct | imp_field | if_ctime | Ctime | | Import Field Specification | | Time | 8 | 0 | | | ifs.ctlc | imp_field | if_case | Convert to lower case | | Import Field Specification | | Radio Button | 1 | 4 | | | ifs.ctuc | imp_field | if_case | Convert to upper case | | Import Field Specification | | Radio Button | 1 | 2 | | | ifs.dltn | imp_field | if_flags | Disable log to notes | | Import Field Specification | | Check Box | 1 | 512 | | | ifs.dtcc | imp_field | if_case | Don't change case | | Import Field Specification | | Radio Button | 1 | 0 | | | ifs.dv | imp_field | if_value | Default value | | Import Field Specification | | Text, AN | 131 | 0 | | | ifs.emo | imp_field | if_no_duplicates | Exact match only | | Import Field Specification | | Check Box | 1 | 2 | | | ifs.fi | imp_field | N/A | Field | | Import Field Specification | | N/A | 0 | 0 | | | ifs.fv | imp_field | if_fill_with | Fill value | | Import Field Specification | | Text, AN | 131 | 0 | | | ifs.ia | imp_field | if_flags | Inhibit autocreate | | Import Field Specification | | Check Box | 1 | 8 | | | ifs.ic | imp_field | if_flags | Insert comma | | Import Field Specification | | Check Box | 1 | 4 | | | ifs.lai | imp_field | if_line | Lines after identifier | | Import Field Specification | | Text, N | 4 | 0 | | | ifs.le | imp_field | if_length | Length | | Import Field Specification | | Text, N | 4 | 0 | | | ifs.lsrtf | imp_field | if_flags | Log skipped record to file | | Import Field Specification | | Check Box | 1 | 128 | | | ifs.mb | imp_field | if_multiplier | Multiply by | | Import Field Specification | | Text, N | 9 | 0 | | | ifs.md | imp_field | if_mdate | Mdate | | Import Field Specification | | Date | 8 | 0 | | | ifs.mt | imp_field | if_mtime | Mtime | | Import Field Specification | | Time | 8 | 0 | | | ifs.no | imp_field | if_note | Note | | Import Field Specification | | Text, AN | 59 | 0 | | | ifs.of | imp_field | if_offset | Offset | | Import Field Specification | | Text, N | 4 | 0 | | | ifs.pc | imp_field | if_append | Prepend comma | | Import Field Specification | | Check Box | 1 | 2 | | | ifs.ped | imp_field | if_no_overwrite | Preserve existing data | | Import Field Specification | | Check Box | 1 | 1 | | | ifs.sf | imp_field | if_scan_for | Scan for | | Import Field Specification | | Text, AN | 63 | 0 | | | ifs.sirf | imp_field | if_flags | Skip if record found | | Import Field Specification | | Check Box | 1 | 64 | | | ifs.slf | imp_field | if_flags | Special log format | | Import Field Specification | | Check Box | 1 | 256 | | | ifs.ssiknf | imp_field | if_flags | Skip subrecords if key not found | | Import Field Specification | | Check Box | 1 | 32 | | | ifs.to | imp_field | if_flags | Trailing overpunch | | Import Field Specification | | Check Box | 1 | 1 | | | ifs.uaktfe | imp_field | if_no_duplicates | Use as key to find existing | | Import Field Specification | | Check Box | 1 | 1 | | | ifs.ui | imp_field | if_rowid | UID | | Import Field Specification | | Text, N | 7 | 0 | | | il.bf | invoice_line | il_balance | Bal/Fwd | | Invoice Line | | Currency | 15 | 0 | | | il.cd | invoice_line | il_cdate | Cdate | | Invoice Line | | Date | 8 | 0 | | | il.co | invoice_line | il_commission | Commission | | Invoice Line | | Currency | 15 | 0 | | | il.cr | invoice_line | il_commission_rate | Commission rate | | Invoice Line | | Percent | 8 | 0 | | | il.ct | invoice_line | il_ctime | Ctime | | Invoice Line | | Time | 8 | 0 | | | il.da | invoice_line | il_date | Date | | Invoice Line | | Date | 8 | 0 | | | il.di | invoice_line | il_direct | Direct | | Invoice Line | | Currency | 15 | 0 | | | il.fi | invoice_line | il_debtor_number | File | | Invoice Line | | Text, N | 8 | 0 | | | il.md | invoice_line | il_mdate | Mdate | | Invoice Line | | Date | 8 | 0 | | | il.mt | invoice_line | il_mtime | Mtime | | Invoice Line | | Time | 8 | 0 | | | il.na | invoice_line | il_debtor | Name | | Invoice Line | | Text, AN | 40 | 0 | | | il.pd | invoice_line | N/A | Payment date | | Invoice Line | | N/A | 0 | 0 | | | il.pda | invoice_line | N/A | Posted date | | Invoice Line | | N/A | 0 | 0 | | | il.re | invoice_line | il_returned | Return | | Invoice Line | | Currency | 15 | 0 | | | il.su | invoice_line | il_description | Summary | | Invoice Line | | Text, AN | 32 | 0 | | | il.ta | invoice_line | il_tax | Tax | | Invoice Line | | Currency | 15 | 0 | | | il.ti | invoice_line | N/A | Transaction invoice # | | Invoice Line | | N/A | 10 | 0 | | | il.tr | invoice_line | N/A | Transaction receipt # | | Invoice Line | | N/A | 0 | 0 | | | il.tu | invoice_line | il_to_us | To us | | Invoice Line | | Currency | 15 | 0 | | | il.ty | invoice_line | N/A | Type | | Invoice Line | | N/A | 0 | 0 | | | il.ui | invoice_line | il_rowid | UID | | Invoice Line | | Text, N | 7 | 0 | | | im.aatc | RAM Record | imp_collector | Assign accounts to collector | | Import Menu | | Text, AN | 7 | 0 | | | im.cff | RAM Record | imp_fixed_charge | Client fixed fee | | Import Menu | | Currency | 7 | 0 | | | im.cl | RAM Record | imp_client | Client | | Import Menu | | Text, AN | 60 | 0 | | | im.cn | RAM Record | imp_client_number | Client Number | | Import Menu | | Text, N | 8 | 0 | | | im.cr | RAM Record | imp_commission_rate | Commission rate | | Import Menu | | Percent | 8 | 0 | | | im.ff | RAM Record | imp_format | File format | | Import Menu | | Text, AN | 60 | 0 | | | im.fn | RAM Record | imp_file_path | File name | | Import Menu | | Text, AN | 260 | 0 | | | im.ir | RAM Record | imp_interest_rate | Interest rate | | Import Menu | | Percent | 8 | 0 | | | im.rpona | RAM Record | imp_status | Run plan on new accounts | | Import Menu | | Text, AN | 7 | 0 | | | im.rpoua | RAM Record | import_updated_plan | Run plan on updated accounts | | Import Menu | | Text, AN | 7 | 0 | | | im.sfn | RAM Record | imp_file_number | Starting file number | | Import Menu | | Text, N | 9 | 0 | | | io. | imp_map | review_delay | | | Import Options | | Text, N | 4 | 0 | | | io.2 | imp_map | letter | | | Import Options | | Text, AN | 65 | 0 | | | io.aato | imp_map | collector | Assign accounts to operator | | Import Options | | Text, AN | 7 | 0 | | | io.acs | imp_map | im_flags | Apply client settings | | Import Options | | Check Box | 1 | 256 | | | io.c2 | imp_map | description | Client # | | Import Options | | Text, AN | 9 | 0 | | | io.cl | imp_map | imp_client | Client | | Import Options | | Text, AN | 80 | 0 | | | io.cr | imp_map | rate | Commission rate | | Import Options | | Percent | 8 | 0 | | | io.dtcots | imp_map | im_flags | Don't copy operator to sales | | Import Options | | Check Box | 1 | 2 | | | io.fcf | imp_map | charge | Fixed client fee | | Import Options | | Currency | 9 | 0 | | | io.flcl | imp_map | im_flags | First line contains labels | | Import Options | | Check Box | 1 | 1 | | | io.ir | imp_map | interest_rate | Interest rate | | Import Options | | Percent | 8 | 0 | | | io.isfn | imp_map | review | Importing specific file numbers | | Import Options | | Check Box | 1 | 4 | | | io.itp | imp_map | im_flags | Include transaction posting | | Import Options | | Check Box | 1 | 2048 | | | io.ldaac | imp_map | im_flags | Load debtors across all clients | | Import Options | | Check Box | 1 | 128 | | | io.llcf | imp_map | im_flags | Last line contains footer | | Import Options | | Check Box | 1 | 1024 | | | io.ltt | imp_map | im_flags | Lock this template | | Import Options | | Check Box | 1 | 4 | | | io.mp | imp_map | im_flags | Manage promises | | Import Options | | Check Box | 1 | 16 | | | io.pn | imp_map | review | Print notice | | Import Options | | Check Box | 1 | 2 | | | io.ra | imp_map | im_flags | Recalculate accounts | | Import Options | | Check Box | 1 | 32 | | | io.rpona | imp_map | status | Run plan on new accounts | | Import Options | | Text, AN | 7 | 0 | | | io.rpoua | imp_map | imp_map_report | Run plan on updated accounts | | Import Options | | Text, AN | 7 | 0 | | | io.sra | imp_map | review | Schedule review after | | Import Options | | Check Box | 1 | 1 | | | io.utta | imp_map | im_flags | Use transaction type - After | | Import Options | | Check Box | 1 | 8 | | | io.uttb | imp_map | im_flags | Use transaction type - Before | | Import Options | | Check Box | 1 | 64 | | | ir.da | RAM Record | date | Date | | Interest Rate | | Date | 8 | 0 | | | ir.pr | RAM Record | options | Processed | | Interest Rate | | Check Box | 1 | 0 | | | ir.ra | RAM Record | rate | Rate | | Interest Rate | | Percent | 9 | 0 | | | ira.da | RAM Record | date | Date | | Interest Rates | | Date | 8 | 0 | | | ira.pr | RAM Record | processed | Processed | | Interest Rates | | Text, AN | 19 | 0 | | | ira.ra | RAM Record | rate | Rate | | Interest Rates | | Percent | 9 | 0 | | | ird.af | imp_record | il_skip_after | After | | Import Record Definition | | Text, N | 4 | 0 | | | ird.cd | imp_record | ir_cdate | Cdate | | Import Record Definition | | Date | 8 | 0 | | | ird.ct | imp_record | ir_ctime | Ctime | | Import Record Definition | | Time | 8 | 0 | | | ird.eo | imp_record | il_eol_offset | EOL offset | | Import Record Definition | | Text, N | 4 | 0 | | | ird.eoli | imp_record | il_end_of_list | End of line ID | | Import Record Definition | | Text, AN | 29 | 0 | | | ird.fi | imp_record | N/A | Fields | | Import Record Definition | | N/A | 0 | 0 | | | ird.id | imp_record | il_id | Identifier | | Import Record Definition | | Text, AN | 59 | 0 | | | ird.md | imp_record | ir_mdate | Mdate | | Import Record Definition | | Date | 8 | 0 | | | ird.mt | imp_record | ir_mtime | Mtime | | Import Record Definition | | Time | 8 | 0 | | | ird.no | imp_record | il_note | Note | | Import Record Definition | | Text, AN | 62 | 0 | | | ird.of | imp_record | il_offset | Offset | | Import Record Definition | | Text, N | 4 | 0 | | | ird.re | imp_record | N/A | Record | | Import Record Definition | | N/A | 0 | 0 | | | ird.slb | imp_record | il_skip_before | Skip lines before | | Import Record Definition | | Text, N | 4 | 0 | | | ird.ui | imp_record | ir_rowid | UID | | Import Record Definition | | Text, N | 7 | 0 | | | irm.ir | RAM Record | N/A | Interest Rates | | Interest Rate Management | | N/A | 0 | 0 | | | iro.cl | imp_record | il_terminator | CR/LF | | Import Record Options | | Radio Button | 1 | 4 | | | iro.dt | imp_record | il_terminator | Default terminator | | Import Record Options | | Radio Button | 1 | 0 | | | iro.fo | imp_record | il_headerfooter | Footer | | Import Record Options | | Check Box | 1 | 2 | | | iro.he | imp_record | il_headerfooter | Header | | Import Record Options | | Check Box | 1 | 1 | | | iro.id | imp_record | il_id2 | ID2 | | Import Record Options | | Text, AN | 21 | 0 | | | iro.id3 | imp_record | il_id3 | ID3 | | Import Record Options | | Text, AN | 21 | 0 | | | iro.io | imp_record | il_id2offset | ID2 offset | | Import Record Options | | Text, N | 4 | 0 | | | iro.iof | imp_record | il_id3offset | ID3 offset | | Import Record Options | | Text, N | 4 | 0 | | | iro.nt | imp_record | il_terminator | Null terminate | | Import Record Options | | Radio Button | 1 | 1 | | | iro.nte | imp_record | il_terminator | No terminator | | Import Record Options | | Radio Button | 1 | 2 | | | irs.dirf | RAM Record | ir_file | Default interest rate file | | Interest Rate Settings | | Text, AN | 259 | 0 | | | irs.dwp | RAM Record | ir_options | Disable warning prompts | | Interest Rate Settings | | Check Box | 1 | 0 | | | irs.ldfas | RAM Record | ir_options | Load default file at startup | | Interest Rate Settings | | Check Box | 1 | 0 | | | irs.scfoac | RAM Record | ir_options | Save current file on any changes | | Interest Rate Settings | | Check Box | 1 | 0 | | | is.1d | invoice | in_120_days | 120 days | | Invoice/Statement | | Currency | 15 | 0 | | | is.1da | invoice | in_150_days | 150+ days | | Invoice/Statement | | Currency | 15 | 0 | | | is.3d | invoice | in_30_days | 30 days | | Invoice/Statement | | Currency | 15 | 0 | | | is.6d | invoice | in_60_days | 60 days | | Invoice/Statement | | Currency | 15 | 0 | | | is.9d | invoice | in_90_days | 90 days | | Invoice/Statement | | Currency | 15 | 0 | | | is.cb | invoice | in_cby | Cby | | Invoice/Statement | | Text, AN | 7 | 0 | | | is.ch | invoice | in_check_number | Check | | Invoice/Statement | | Text, N | 8 | 0 | | | is.cl | invoice | N/A | Client | | Invoice/Statement | | N/A | 0 | 0 | | | is.cle | invoice | in_date_1 | Cleared | | Invoice/Statement | | Date | 8 | 0 | | | is.co | invoice | in_number | Counter | | Invoice/Statement | | Text, N | 8 | 0 | | | is.com | invoice | in_commission | Comm | | Invoice/Statement | | Currency | 15 | 0 | | | is.cr | invoice | in_cdate | Created | | Invoice/Statement | | Date | 8 | 0 | | | is.ct | invoice | in_ctime | Ctime | | Invoice/Statement | | Time | 8 | 0 | | | is.cu | invoice | in_currency | Currency | | Invoice/Statement | | Pick List | 8 | 0 | Internal | | is.d2 | invoice | in_date_2 | Date 2 | | Invoice/Statement | | Date | 8 | 0 | | | is.da | invoice | in_date | Date | | Invoice/Statement | | Date | 8 | 0 | | | is.dc | invoice | in_direct_comm | Direct comm | | Invoice/Statement | | Currency | 15 | 0 | | | is.di | invoice | in_direct | Direct | | Invoice/Statement | | Currency | 15 | 0 | | | is.dt | invoice | in_direct_tax | Direct tax | | Invoice/Statement | | Currency | 15 | 0 | | | is.du | invoice | in_due | Due | | Invoice/Statement | | Currency | 15 | 0 | | | is.fr | invoice | in_from_date | From | | Invoice/Statement | | Date | 8 | 0 | | | is.gb | invoice | in_generated_by | Generated by | | Invoice/Statement | | Text, AN | 7 | 0 | | | is.il | invoice | N/A | Invoice Lines | | Invoice/Statement | | N/A | 0 | 0 | | | is.mb | invoice | in_mby | Mby | | Invoice/Statement | | Text, AN | 7 | 0 | | | is.mo | invoice | in_mdate | Modified | | Invoice/Statement | | Date | 8 | 0 | | | is.mt | invoice | in_mtime | Mtime | | Invoice/Statement | | Time | 8 | 0 | | | is.nu | invoice | N/A | Number | | Invoice/Statement | | N/A | 0 | 0 | | | is.pa | invoice | in_balance | Payments | | Invoice/Statement | | Currency | 15 | 0 | | | is.re | invoice | in_returned | Return | | Invoice/Statement | | Currency | 15 | 0 | | | is.su | invoice | in_subtotal | Subtotal | | Invoice/Statement | | Currency | 15 | 0 | | | is.ta | invoice | in_gst | Tax | | Invoice/Statement | | Currency | 15 | 0 | | | is.to | invoice | in_total | Total | | Invoice/Statement | | Currency | 15 | 0 | | | is.to1 | invoice | in_to_date | To | | Invoice/Statement | | Date | 8 | 0 | | | is.tu | invoice | in_to_us | To us | | Invoice/Statement | | Currency | 15 | 0 | | | is.tuc | invoice | in_tous_comm | To us comm | | Invoice/Statement | | Currency | 15 | 0 | | | is.tut | invoice | in_tous_tax | To us tax | | Invoice/Statement | | Currency | 15 | 0 | | | is.ty | invoice | in_type | Type | | Invoice/Statement | | Pick List | 8 | 0 | Internal | | is.ui | invoice | in_rowid | UID | | Invoice/Statement | | Text, N | 7 | 0 | | | li.co | RAM Record | company | Company | | License Information | | Text, AN | 59 | 0 | | | li.da | RAM Record | udays | Days | | License Information | | Pick List | 3 | 0 | Internal | | li.de | RAM Record | type | Description | | License Information | | Text, AN | 19 | 0 | | | li.di | RAM Record | udate | Date issued | | License Information | | Date | 8 | 0 | | | li.it | RAM Record | user | Issued to | | License Information | | Text, AN | 39 | 0 | | | li.li | RAM Record | id | License ID | | License Information | | Text, N | 8 | 0 | | | li.tl | RAM Record | make_test_license | Test License | | License Information | | Check Box | 1 | 0 | | | li.us | RAM Record | users | Users | | License Information | | Text, N | 4 | 0 | | | ls.cpd | RAM Record | wip_count_per_day | Contacts per day | | Load Spreading | | Text, N | 4 | 0 | | | ls.noc | RAM Record | wip_current_count | Number of contacts | | Load Spreading | | Text, N | 8 | 0 | | | ls.so | RAM Record | wip_starting_on | Starting on | | Load Spreading | | Date | 8 | 0 | | | ma.aa | RAM Record | active | Active accounts | | Matching Accounts | | Text, N | 4 | 0 | | | ma.ad | RAM Record | adjustments | Adjustments | | Matching Accounts | | Currency | 12 | 0 | | | ma.ao | RAM Record | active_owing | Active Owing | | Matching Accounts | | Currency | 12 | 0 | | | ma.ca | RAM Record | closed | Closed accounts | | Matching Accounts | | Text, N | 4 | 0 | | | ma.co | RAM Record | closed_owing | Closed Owing | | Matching Accounts | | Currency | 12 | 0 | | | ma.fl | RAM Record | fees | Fees/Legal | | Matching Accounts | | Currency | 12 | 0 | | | ma.in | RAM Record | interest | Interest | | Matching Accounts | | Currency | 12 | 0 | | | ma.motg | RAM Record | N/A | Members of this group | | Matching Accounts | | N/A | 0 | 0 | | | ma.om | RAM Record | other | Other/Misc | | Matching Accounts | | Currency | 8 | 0 | | | ma.pa | RAM Record | paid | Paid | | Matching Accounts | | Currency | 12 | 0 | | | ma.pr | RAM Record | principal | Principal | | Matching Accounts | | Currency | 12 | 0 | | | ma.ta | RAM Record | accounts | Total accounts | | Matching Accounts | | Text, N | 4 | 0 | | | ma.to | RAM Record | owing | Total Owing | | Matching Accounts | | Currency | 12 | 0 | | | mc.aac | de_transaction | tr_agency_acct_currency | Agency account currency | | Multi Currency | | Pick List | 4 | 0 | Internal | | mc.ac | de_transaction | tr_actual | Actual | | Multi Currency | | Currency | 9 | 0 | | | mc.acu | de_transaction | tr_currency | Actual currency | | Multi Currency | | Pick List | 8 | 0 | Internal | | mc.aer | de_transaction | tr_agency_exchange_rate | Agency exchange rate | | Multi Currency | | Percent | 9 | 0 | | | mc.dc | de_transaction | tr_to_currency | Debtor currency | | Multi Currency | | Pick List | 8 | 0 | Internal | | mc.de | de_transaction | tr_deposited_date | Deposited | | Multi Currency | | Date | 8 | 0 | | | mc.der | de_transaction | tr_exchange_rate | Debtor exchange rate | | Multi Currency | | Percent | 9 | 0 | | | mc.di | de_transaction | tr_to_client | Direct | | Multi Currency | | Currency | 9 | 0 | | | mc.dir | de_transaction | tr_flags_1 | Direct | | Multi Currency | | Radio Button | 1 | 2 | | | mc.po | de_transaction | tr_posted_date | Posted | | Multi Currency | | Date | 8 | 0 | | | mc.ta | de_transaction | tr_agency_exchange_amt | To agency | | Multi Currency | | Currency | 9 | 0 | | | mc.tu | de_transaction | tr_to_agency | To us | | Multi Currency | | Currency | 9 | 0 | | | mc.tus | de_transaction | tr_flags_1 | To us | | Multi Currency | | Radio Button | 1 | 1 | | | mi.a1 | debtor | de_amount_1 | Amount 1 | | Misc | | Currency | 9 | 0 | | | mi.a2 | debtor | de_amount_2 | Amount 2 | | Misc | | Currency | 9 | 0 | | | mi.d1 | debtor | de_date_1 | Date 1 | | Misc | | Date | 8 | 0 | | | mi.d2 | debtor | de_date_2 | Date 2 | | Misc | | Date | 8 | 0 | | | mi.et | debtor | de_estimated_time | Estimated Time | | Misc | | Elapsed Time | 8 | 0 | | | mi.eti | debtor | de_elapsed_time | Elapsed Time | | Misc | | Elapsed Time | 8 | 0 | | | mi.n1 | debtor | de_number_1 | Number 1 | | Misc | | Text, N | 8 | 0 | | | mi.n2 | debtor | de_number_2 | Number 2 | | Misc | | Text, N | 8 | 0 | | | mi.p1 | debtor | de_percent_1 | Percent 1 | | Misc | | Percent | 8 | 0 | | | mi.p2 | debtor | de_percent_2 | Percent 2 | | Misc | | Percent | 8 | 0 | | | mi.pi | debtor | de_process_id | Process Id | | Misc | | Text, N | 8 | 0 | | | mi.ps | debtor | de_process_step | Process Step | | Misc | | Text, N | 8 | 0 | | | mi.rs | debtor | de_risk_score | Risk Score | | Misc | | Percent | 4 | 0 | | | mi.s1 | debtor | de_flags_2 | Switch 1 | | Misc | | Check Box | 1 | 1 | | | mi.s2 | debtor | de_flags_2 | Switch 2 | | Misc | | Check Box | 1 | 2 | | | mi.s3 | debtor | de_flags_2 | Switch 3 | | Misc | | Check Box | 1 | 4 | | | mi.s4 | debtor | de_flags_2 | Switch 4 | | Misc | | Check Box | 1 | 8 | | | mi.s5 | debtor | de_flags_2 | Switch 5 | | Misc | | Check Box | 1 | 16 | | | mi.s6 | debtor | de_flags_2 | Switch 6 | | Misc | | Check Box | 1 | 32 | | | mi.s7 | debtor | de_flags_2 | Switch 7 | | Misc | | Check Box | 1 | 64 | | | mi.s8 | debtor | de_flags_2 | Switch 8 | | Misc | | Check Box | 1 | 128 | | | mm.aawwd | RAM Record | signon_db | and are working with database | | Main Menu | | Text, AN | 131 | 0 | | | mm.an | RAM Record | acct | Acct No | | Main Menu | | Text, AN | 39 | 0 | | | mm.do | RAM Record | dob | DOB | | Main Menu | | Date | 10 | 0 | | | mm.em | RAM Record | email | Email | | Main Menu | | Text, AN | 79 | 0 | | | mm.fn | RAM Record | file | File No | | Main Menu | | Text, N | 9 | 0 | | | mm.na | RAM Record | name | Name | | Main Menu | | Text, AN | 63 | 0 | | | mm.ph | RAM Record | phone | Phone | | Main Menu | | Text, AN | 23 | 0 | | | mm.ss | RAM Record | ssn | SSN | | Main Menu | | Text, AN | 63 | 0 | | | mm.yasoao | RAM Record | signon_id | You are signed on as operator | | Main Menu | | Text, AN | 7 | 0 | | | mme.da | RAM Record | signon_db | Database | | Main Menu | | Text, AN | 131 | 0 | | | mme.op | RAM Record | signon_id | Operator | | Main Menu | | Text, AN | 6 | 0 | | | ms.da | RAM Record | DBMaint_Database | Database | | Maintenace Summary | | Text, AN | 39 | 0 | | | ms.dat | RAM Record | DBMaint_Date | Date | | Maintenace Summary | | Date | 8 | 0 | | | ms.er | RAM Record | DBMaint_Errors | Errors | | Maintenace Summary | | Text, N | 4 | 0 | | | ms.op | RAM Record | DBMaint_Operator | Operator | | Maintenace Summary | | Text, AN | 9 | 0 | | | ms.ti | RAM Record | DBMaint_Time | Time | | Maintenace Summary | | Time | 8 | 0 | | | nb.da | RAM Record | nn_date | Date | | Note Block | | Date | 8 | 0 | | | nb.n1 | RAM Record | new_note_1 | Note 1 | | Note Block | | Text, AN | 63 | 0 | | | nb.n2 | RAM Record | new_note_2 | Note 2 | | Note Block | | Text, AN | 63 | 0 | | | nb.n3 | RAM Record | new_note_3 | Note 3 | | Note Block | | Text, AN | 63 | 0 | | | nb.n4 | RAM Record | new_note_4 | Note 4 | | Note Block | | Text, AN | 63 | 0 | | | nb.n5 | RAM Record | new_note_5 | Note 5 | | Note Block | | Text, AN | 63 | 0 | | | nb.n6 | RAM Record | new_note_6 | Note 6 | | Note Block | | Text, AN | 63 | 0 | | | nb.op | RAM Record | nn_operator | Operator | | Note Block | | Text, AN | 9 | 0 | | | nb.st | RAM Record | nn_status | Status | | Note Block | | Text, AN | 9 | 0 | | | nb.te | RAM Record | nn_text | TEXT | | Note Block | | | 9 | 0 | | | nb.ti | RAM Record | nn_time | Time | | Note Block | | Time | 8 | 0 | | | no.ca | notes | N/A | Client Account # | | Notes | | N/A | 0 | 0 | | | no.co | notes | N/A | Contact | | Notes | | N/A | 0 | 0 | | | no.dl | notes | N/A | DL | | Notes | | N/A | 0 | 0 | | | no.fi | notes | N/A | File | | Notes | | N/A | 0 | 0 | | | no.hp | notes | N/A | Home Phone | | Notes | | N/A | 0 | 0 | | | no.ss | notes | N/A | SSN | | Notes | | N/A | 0 | 0 | | | no.te | notes | no_rowid | Text | | Notes | | Text, AN | 79 | 0 | | | no.wp | notes | N/A | Work Phone | | Notes | | N/A | 0 | 0 | | | not.da | RAM Record | bl_date | Date | | Note | | Date | 8 | 0 | | | not.op | RAM Record | bl_opid | Operator | | Note | | Text, AN | 7 | 0 | | | not.pr | RAM Record | bl_sticky | Priority | | Note | | Text, N | 4 | 0 | | | not.st | RAM Record | bl_status | Status | | Note | | Text, AN | 9 | 0 | | | not.te | RAM Record | bl_text | Text | | Note | | Text, AN | 8191 | 0 | | | not.ti | RAM Record | bl_time | Time | | Note | | Time | 8 | 0 | | | not.ty | RAM Record | bl_type | Type | | Note | | Text, N | 4 | 0 | | | nt.bplht | RAM Record | main_fast_lock_time | Batch processing lock hold time | | Network Timing | | Text, N | 4 | 0 | | | nt.kct | RAM Record | main_key_clear_time | Key clear time | | Network Timing | | Text, N | 4 | 0 | | | nt.lmt | RAM Record | main_lm_timeout | Lock manager timeout | | Network Timing | | Text, N | 4 | 0 | | | nt.loa | RAM Record | logout_after | Log out after | | Network Timing | | Text, N | 4 | 0 | | | nt.mdt | RAM Record | main_message_display_time | Message display time | | Network Timing | | Text, N | 4 | 0 | | | nt.mrlht | RAM Record | main_max_read_lock_time | Maximum read lock hold time | | Network Timing | | Text, N | 4 | 0 | | | nui.dtdtma | RAM Record | hide_blank_id_prompt | Don't display this message again | | No User ID | | Check Box | 1 | 0 | | | oar.fr | RAM Record | from_date | From | | Operator Analysis Report | | Date | 10 | 0 | | | oar.to | RAM Record | to_date | To | | Operator Analysis Report | | Date | 10 | 0 | | | od.ar | nx_operator | op_calc_flags | Automatic recalc | | Operator Detail | | Check Box | 1 | 1 | | | od.br | nx_operator | op_goal_value | Breakeven | | Operator Detail | | Currency | 13 | 0 | | | od.crp | nx_operator | op_comm_rate_plan | Commission rate plan | | Operator Detail | | Text, AN | 7 | 0 | | | od.d1 | nx_operator | op_date1 | Date 1 | | Operator Detail | | Date | 8 | 0 | | | od.d2 | nx_operator | op_date2 | Date 2 | | Operator Detail | | Date | 8 | 0 | | | od.dam | nx_operator | op_flags | Disable account matching | | Operator Detail | | Check Box | 1 | 16 | | | od.dfh | nx_operator | op_flags | Disable F1 help | | Operator Detail | | Check Box | 1 | 128 | | | od.dna | nx_operator | op_flags | Display notes automatically | | Operator Detail | | Check Box | 1 | 32 | | | od.dp | nx_operator | op_flags | Disable printing | | Operator Detail | | Check Box | 1 | 8 | | | od.dph | nx_operator | op_flags | Disable popup help | | Operator Detail | | Check Box | 1 | 1 | | | od.g1 | nx_operator | op_money1 | Goal 1 | | Operator Detail | | Currency | 13 | 0 | | | od.g2 | nx_operator | op_money2 | Goal 2 | | Operator Detail | | Currency | 13 | 0 | | | od.il | nx_operator | op_impex_dat | Import library | | Operator Detail | | Text, AN | 31 | 0 | | | od.la | nx_operator | op_lang | Language | | Operator Detail | | Pick List | 20 | 0 | Internal | | od.ld | nx_operator | op_flags1 | Legacy display | | Operator Detail | | Check Box | 1 | 1 | | | od.lk | nx_operator | op_flags1 | Legacy keyboard | | Operator Detail | | Check Box | 1 | 8 | | | od.ln | nx_operator | op_flags1 | Legacy notes | | Operator Detail | | Check Box | 1 | 512 | | | od.me | nx_operator | us_help | Messaging | | Operator Detail | | Pick List | 4 | 0 | Internal | | od.n1 | nx_operator | op_user1 | Note 1 | | Operator Detail | | Text, AN | 52 | 0 | | | od.n2 | nx_operator | op_user2 | Note 2 | | Operator Detail | | Text, AN | 52 | 0 | | | od.nc | nx_operator | op_color | Notes color | | Operator Detail | | Pick List | 6 | 0 | Internal | | od.pbga | nx_operator | op_flags | Prompt before grouping accounts | | Operator Detail | | Check Box | 1 | 64 | | | od.pe | nx_operator | op_per1 | Percent | | Operator Detail | | Percent | 9 | 0 | | | od.pr | nx_operator | op_print_via_browser_flag | Printing | | Operator Detail | | Pick List | 4 | 0 | Internal | | od.rl | nx_operator | op_report_dat | Report library | | Operator Detail | | Text, AN | 31 | 0 | | | od.usfd | nx_operator | op_flags | Use softphone for dialer | | Operator Detail | | Check Box | 1 | 32768 | | | oe.ep | nx_operator | op_web_password | Email password | | Operator Email | | Text, AN | 127 | 0 | | | oe.es | nx_operator | op_mail_sigfile | Email signature | | Operator Email | | Text, AN | 50 | 0 | | | oe.esi | nx_operator | op_mail_server_ip | Email server IP | | Operator Email | | Text, AN | 32 | 0 | | | oe.esm | nx_operator | op_switches | Enable SMTP | | Operator Email | | Check Box | 1 | 1 | | | oe.eu | nx_operator | op_web_username | Email username | | Operator Email | | Text, AN | 127 | 0 | | | og.eog | nx_operator | op_switches | Enable operator group | | Operator Group | | Check Box | 1 | 1024 | | | og.id | nx_operator | op_id | ID | | Operator Group | | Text, AN | 6 | 0 | | | og.m1 | nx_operator | op_member_1 | Member 1 | | Operator Group | | Text, AN | 7 | 0 | | | og.m10 | nx_operator | op_member_10 | Member 10 | | Operator Group | | Text, AN | 7 | 0 | | | og.m11 | nx_operator | op_member_11 | Member 11 | | Operator Group | | Text, AN | 7 | 0 | | | og.m12 | nx_operator | op_member_12 | Member 12 | | Operator Group | | Text, AN | 7 | 0 | | | og.m13 | nx_operator | op_member_13 | Member 13 | | Operator Group | | Text, AN | 7 | 0 | | | og.m14 | nx_operator | op_member_14 | Member 14 | | Operator Group | | Text, AN | 7 | 0 | | | og.m15 | nx_operator | op_member_15 | Member 15 | | Operator Group | | Text, AN | 7 | 0 | | | og.m16 | nx_operator | op_member_16 | Member 16 | | Operator Group | | Text, AN | 7 | 0 | | | og.m2 | nx_operator | op_member_2 | Member 2 | | Operator Group | | Text, AN | 7 | 0 | | | og.m3 | nx_operator | op_member_3 | Member 3 | | Operator Group | | Text, AN | 7 | 0 | | | og.m4 | nx_operator | op_member_4 | Member 4 | | Operator Group | | Text, AN | 7 | 0 | | | og.m5 | nx_operator | op_member_5 | Member 5 | | Operator Group | | Text, AN | 7 | 0 | | | og.m6 | nx_operator | op_member_6 | Member 6 | | Operator Group | | Text, AN | 7 | 0 | | | og.m7 | nx_operator | op_member_7 | Member 7 | | Operator Group | | Text, AN | 7 | 0 | | | og.m8 | nx_operator | op_member_8 | Member 8 | | Operator Group | | Text, AN | 7 | 0 | | | og.m9 | nx_operator | op_member_9 | Member 9 | | Operator Group | | Text, AN | 7 | 0 | | | ol.co | operator_level | le_code | Code | | Operator Level | | Text, N | 4 | 0 | | | ol.de | operator_level | le_description | Description | | Operator Level | | Text, AN | 20 | 0 | | | olr.al | form_rights | fr_alias | Alias | | Operator Level Rights | | Text, AN | 32 | 0 | | | olr.it | form_rights | N/A | Item | | Operator Level Rights | | N/A | 0 | 0 | | | olr.ma | form_rights | fr_max | maximum | | Operator Level Rights | | Text, AN | 32 | 0 | | | olr.mf | form_rights | fr_formnum | Mask Field | | Operator Level Rights | | Pick List | 6 | 0 | Internal | | olr.mi | form_rights | fr_min | minimum | | Operator Level Rights | | Text, AN | 32 | 0 | | | olr.puf | form_rights | fr_rights | Permissible user functions | | Operator Level Rights | | Pick List | 4 | 0 | Internal | | op.a1 | nx_operator | op_address_1 | Address 1 | | Operator | | Text, AN | 127 | 0 | | | op.ac | nx_operator | op_actual_name | Actual | | Operator | | Text, AN | 127 | 0 | | | op.ad | nx_operator | op_address | Address | | Operator | | Text, AN | 81 | 0 | | | op.adv | nx_operator | us_help | Advanced | | Operator | | Radio Button | 1 | 2 | | | op.cd | nx_operator | op_cdate | Cdate | | Operator | | Date | 8 | 0 | | | op.ci | nx_operator | op_city | City | | Operator | | Text, AN | 63 | 0 | | | op.cl | nx_operator | op_team | Client | | Operator | | Radio Button | 1 | 8 | | | op.co | nx_operator | op_team | Collector | | Operator | | Radio Button | 1 | 4 | | | op.cou | nx_operator | op_country | Country | | Operator | | Pick List | 63 | 0 | Internal | | op.cr | nx_operator | op_commission | Commission rate | | Operator | | Percent | 8 | 0 | | | op.ct | nx_operator | op_ctime | Ctime | | Operator | | Time | 8 | 0 | | | op.do | nx_operator | op_team | Dialer operator | | Operator | | Radio Button | 1 | 16 | | | op.em | nx_operator | op_email | Email | | Operator | | Text, AN | 127 | 0 | | | op.ex | nx_operator | us_help | Expert | | Operator | | Radio Button | 1 | 4 | | | op.id | nx_operator | op_id | ID | | Operator | | Text, AN | 7 | 0 | | | op.lhr | nx_operator | op_flags | Limit help resources | | Operator | | Check Box | 1 | 2 | | | op.md | nx_operator | op_mdate | Mdate | | Operator | | Date | 8 | 0 | | | op.mt | nx_operator | op_mtime | Mtime | | Operator | | Time | 8 | 0 | | | op.na | nx_operator | op_name | Name | | Operator | | Text, AN | 127 | 0 | | | op.no | nx_operator | us_help | Normal | | Operator | | Radio Button | 1 | 1 | | | op.of | nx_operator | op_office | Office | | Operator | | Text, AN | 63 | 0 | | | op.pdtp | nx_operator | op_print_via_browser_flag | Print direct to printer | | Operator | | Radio Button | 1 | 1 | | | op.pe | nx_operator | op_phone_ext | Phone Extension | | Operator | | Text, AN | 15 | 0 | | | op.ph | nx_operator | op_phone | Phone | | Operator | | Text, AN | 14 | 0 | | | op.ppe | nx_operator | op_private_phone_ext | Private Phone Ext | | Operator | | Text, AN | 15 | 0 | | | op.pr | nx_operator | op_private_phone | Private | | Operator | | Text, AN | 14 | 0 | | | op.pvb | nx_operator | op_print_via_browser_flag | Print via browser | | Operator | | Radio Button | 1 | 2 | | | op.pvdc | nx_operator | op_print_via_browser_flag | Print via device context | | Operator | | Radio Button | 1 | 4 | | | op.sdp | nx_operator | op_print_via_browser_flag | System default print | | Operator | | Radio Button | 1 | 0 | | | op.sn | nx_operator | op_street_number | Street number | | Operator | | Text, AN | 23 | 0 | | | op.st | nx_operator | op_state | State | | Operator | | Text, AN | 63 | 0 | | | op.ste | nx_operator | op_team | Sales team | | Operator | | Radio Button | 1 | 2 | | | op.sti | nx_operator | op_team | Sales team id | | Operator | | Text, N | 4 | 0 | | | op.sy | nx_operator | op_team | System | | Operator | | Radio Button | 1 | 1 | | | op.ti | nx_operator | op_title | Title | | Operator | | Text, AN | 41 | 0 | | | op.ty | nx_operator | op_team | Type | | Operator | | Pick List | 4 | 0 | Internal | | op.ui | nx_operator | op_rowid | UID | | Operator | | Text, N | 7 | 0 | | | op.wp | nx_operator | op_web_password | Web Password | | Operator | | Text, AN | 127 | 0 | | | op.zi | nx_operator | op_zip | ZIP | | Operator | | Text, AN | 63 | 0 | | | os.abs | nx_operator | op_flags | Allow browser signon | | Operator Security | | Check Box | 1 | 4 | | | os.aid | nx_operator | op_switches | Account is disabled | | Operator Security | | Check Box | 1 | 16 | | | os.ailo | nx_operator | op_switches | Account is locked out | | Operator Security | | Check Box | 1 | 32 | | | os.alfc | nx_operator | op_flags | Allow local file copies | | Operator Security | | Check Box | 1 | 256 | | | os.atca | nx_operator | op_switches | Apply to client accounts | | Operator Security | | Check Box | 1 | 4096 | | | os.au | nx_operator | op_web_password | Auth | | Operator Security | | Text, AN | 64 | 0 | | | os.cc | nx_operator | op_flags1 | Create contact | | Operator Security | | Check Box | 1 | 256 | | | os.cl | nx_operator | op_web_username | Client # | | Operator Security | | Text, AN | 20 | 0 | | | os.dms | nx_operator | op_switches | Deny multiple signon | | Operator Security | | Check Box | 1 | 512 | | | os.em | nx_operator | op_flags1 | Enable MFA | | Operator Security | | Check Box | 1 | 16 | | | os.essl | nx_operator | op_flags | Enable secure socket layer | | Operator Security | | Check Box | 1 | 2048 | | | os.ev | nx_operator | op_switches | Enable verification | | Operator Security | | Check Box | 1 | 2 | | | os.gi | nx_operator | op_owned_by_op | Group ID | | Operator Security | | Text, AN | 7 | 0 | | | os.ics | nx_operator | op_flags | Internal Collect! SSL | | Operator Security | | Radio Button | 1 | 8192 | | | os.id | nx_operator | op_id | ID | | Operator Security | | Text, AN | 8 | 0 | | | os.lma | nx_operator | op_flags | Log modified accounts | | Operator Security | | Check Box | 1 | 1024 | | | os.lobd | nx_operator | op_switches | Locked out by default | | Operator Security | | Check Box | 1 | 256 | | | os.lva | nx_operator | op_flags | Log viewed accounts | | Operator Security | | Check Box | 1 | 512 | | | os.mcpnl | nx_operator | op_switches | Must change password next login | | Operator Security | | Check Box | 1 | 128 | | | os.me | nx_operator | op_flags1 | MFA Email | | Operator Security | | Check Box | 1 | 64 | | | os.ms | nx_operator | op_flags1 | MFA SMS | | Operator Security | | Check Box | 1 | 128 | | | os.mv | nx_operator | op_flags1 | MFA Verified | | Operator Security | | Check Box | 1 | 32 | | | os.pa | nx_operator | op_password | Password | | Operator Security | | Text, AN | 21 | 0 | | | os.pne | nx_operator | op_switches | Password never expires | | Operator Security | | Check Box | 1 | 64 | | | os.se | nx_operator | op_switches | Security | | Operator Security | | Check Box | 1 | 4 | | | os.sp | nx_operator | op_switches | Show passwords | | Operator Security | | Check Box | 1 | 2048 | | | os.ssw | nx_operator | op_flags | Stunnel socket wrapper | | Operator Security | | Radio Button | 1 | 4096 | | | os.st | nx_operator | op_switches | Strict | | Operator Security | | Check Box | 1 | 8 | | | os.ul | nx_operator | op_level | User level | | Operator Security | | Text, N | 4 | 0 | | | os.whxdp | nx_operator | op_flags | Web Host XML data pump | | Operator Security | | Check Box | 1 | 16384 | | | ot.c1 | nx_operator | op_commission_1 | Commission 1 | | Operator Team | | Percent | 8 | 0 | | | ot.c10 | nx_operator | op_commission_10 | Commission 10 | | Operator Team | | Percent | 8 | 0 | | | ot.c11 | nx_operator | op_commission_11 | Commission 11 | | Operator Team | | Percent | 8 | 0 | | | ot.c12 | nx_operator | op_commission_12 | Commission 12 | | Operator Team | | Percent | 8 | 0 | | | ot.c13 | nx_operator | op_commission_13 | Commission 13 | | Operator Team | | Percent | 8 | 0 | | | ot.c14 | nx_operator | op_commission_14 | Commission 14 | | Operator Team | | Percent | 8 | 0 | | | ot.c15 | nx_operator | op_commission_15 | Commission 15 | | Operator Team | | Percent | 8 | 0 | | | ot.c16 | nx_operator | op_commission_16 | Commission 16 | | Operator Team | | Percent | 8 | 0 | | | ot.c2 | nx_operator | op_commission_2 | Commission 2 | | Operator Team | | Percent | 8 | 0 | | | ot.c3 | nx_operator | op_commission_3 | Commission 3 | | Operator Team | | Percent | 8 | 0 | | | ot.c4 | nx_operator | op_commission_4 | Commission 4 | | Operator Team | | Percent | 8 | 0 | | | ot.c5 | nx_operator | op_commission_5 | Commission 5 | | Operator Team | | Percent | 8 | 0 | | | ot.c6 | nx_operator | op_commission_6 | Commission 6 | | Operator Team | | Percent | 8 | 0 | | | ot.c7 | nx_operator | op_commission_7 | Commission 7 | | Operator Team | | Percent | 8 | 0 | | | ot.c8 | nx_operator | op_commission_8 | Commission 8 | | Operator Team | | Percent | 8 | 0 | | | ot.c9 | nx_operator | op_commission_9 | Commission 9 | | Operator Team | | Percent | 8 | 0 | | | ot.f1 | nx_operator | op_function_1 | Function 1 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f10 | nx_operator | op_function_10 | Function 10 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f11 | nx_operator | op_function_11 | Function 11 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f12 | nx_operator | op_function_12 | Function 12 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f13 | nx_operator | op_function_13 | Function 13 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f14 | nx_operator | op_function_14 | Function 14 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f15 | nx_operator | op_function_15 | Function 15 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f16 | nx_operator | op_function_16 | Function 16 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f2 | nx_operator | op_function_2 | Function 2 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f3 | nx_operator | op_function_3 | Function 3 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f4 | nx_operator | op_function_4 | Function 4 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f5 | nx_operator | op_function_5 | Function 5 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f6 | nx_operator | op_function_6 | Function 6 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f7 | nx_operator | op_function_7 | Function 7 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f8 | nx_operator | op_function_8 | Function 8 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.f9 | nx_operator | op_function_9 | Function 9 | | Operator Team | | Pick List | 4 | 0 | Internal | | ot.m1 | nx_operator | op_member_1 | Member 1 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m10 | nx_operator | op_member_10 | Member 10 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m11 | nx_operator | op_member_11 | Member 11 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m12 | nx_operator | op_member_12 | Member 12 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m13 | nx_operator | op_member_13 | Member 13 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m14 | nx_operator | op_member_14 | Member 14 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m15 | nx_operator | op_member_15 | Member 15 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m16 | nx_operator | op_member_16 | Member 16 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m2 | nx_operator | op_member_2 | Member 2 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m3 | nx_operator | op_member_3 | Member 3 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m4 | nx_operator | op_member_4 | Member 4 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m5 | nx_operator | op_member_5 | Member 5 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m6 | nx_operator | op_member_6 | Member 6 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m7 | nx_operator | op_member_7 | Member 7 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m8 | nx_operator | op_member_8 | Member 8 | | Operator Team | | Text, AN | 7 | 0 | | | ot.m9 | nx_operator | op_member_9 | Member 9 | | Operator Team | | Text, AN | 7 | 0 | | | pa.am | cl_transaction | tr_to_client | Amount | | Payment | | Currency | 13 | 0 | | | pa.at | cl_transaction | tr_attachment | Attachment | | Payment | | Text, AN | 63 | 0 | | | pa.c2 | cl_transaction | tr_category_1 | C2 | | Payment | | Text, N | 4 | 0 | | | pa.c3 | cl_transaction | tr_category_2 | C3 | | Payment | | Text, N | 4 | 0 | | | pa.cb | cl_transaction | tr_cby | Cby | | Payment | | Text, AN | 7 | 0 | | | pa.cd | cl_transaction | tr_confirmation_date | Confirmation Date | | Payment | | Date | 8 | 0 | | | pa.cl | cl_transaction | N/A | Client | | Payment | | N/A | 0 | 0 | | | pa.cn | cl_transaction | tr_number_1 | Check No | | Payment | | Text, N | 8 | 0 | | | pa.cr | cl_transaction | tr_cdate | Created | | Payment | | Date | 8 | 0 | | | pa.ct | cl_transaction | tr_ctime | Ctime | | Payment | | Time | 8 | 0 | | | pa.cti | cl_transaction | tr_confirmation_time | Confirmation Time | | Payment | | Time | 8 | 0 | | | pa.d1 | cl_transaction | tr_date_1 | Date 1 | | Payment | | Date | 8 | 0 | | | pa.d2 | cl_transaction | tr_date_2 | Date 2 | | Payment | | Date | 8 | 0 | | | pa.da | cl_transaction | tr_posted_date | Date | | Payment | | Date | 8 | 0 | | | pa.dd | cl_transaction | tr_deposited_date | Deposited Date | | Payment | | Date | 8 | 0 | | | pa.de | cl_transaction | tr_description | Description | | Payment | | Text, AN | 127 | 0 | | | pa.dt | cl_transaction | tr_deposited_time | Deposited Time | | Payment | | Time | 8 | 0 | | | pa.in | cl_transaction | tr_category | Invoice | | Payment | | Text, N | 4 | 0 | | | pa.inu | cl_transaction | tr_invoice_number | Invoice Number | | Payment | | Text, N | 8 | 0 | | | pa.mb | cl_transaction | tr_mby | Mby | | Payment | | Text, AN | 7 | 0 | | | pa.mo | cl_transaction | tr_mdate | Modified | | Payment | | Date | 8 | 0 | | | pa.mt | cl_transaction | tr_mtime | Mtime | | Payment | | Time | 8 | 0 | | | pa.pd | cl_transaction | tr_payment_date | Payment Date | | Payment | | Date | 8 | 0 | | | pa.pdd | cl_transaction | tr_payment_due_date | Payment Due Date | | Payment | | Date | 8 | 0 | | | pa.pdt | cl_transaction | tr_payment_due_time | Payment Due Time | | Payment | | Time | 8 | 0 | | | pa.pt | cl_transaction | tr_payment_time | Payment Time | | Payment | | Time | 8 | 0 | | | pa.pti | cl_transaction | tr_posted_time | Posted Time | | Payment | | Time | 8 | 0 | | | pa.ui | cl_transaction | tr_rowid | UID | | Payment | | Text, N | 8 | 0 | | | pcc.cd | code | code_cdate | Cdate | | Printer Control Code | | Date | 8 | 0 | | | pcc.co | code | code_command | Code | | Printer Control Code | | Text, AN | 4 | 0 | | | pcc.ct | code | code_ctime | Ctime | | Printer Control Code | | Time | 8 | 0 | | | pcc.md | code | code_mdate | Mdate | | Printer Control Code | | Date | 8 | 0 | | | pcc.mt | code | code_mtime | Mtime | | Printer Control Code | | Time | 8 | 0 | | | pcc.na | code | code_name | Name | | Printer Control Code | | Text, AN | 20 | 0 | | | pcc.of | code | code_off | Off | | Printer Control Code | | Text, AN | 81 | 0 | | | pcc.on | code | code_on | On | | Printer Control Code | | Text, AN | 81 | 0 | | | pcc.pr | code | code_printer | Printer | | Printer Control Code | | Pick List | 4 | 0 | Internal | | pcc.ui | code | code_rowid | UID | | Printer Control Code | | Text, N | 7 | 0 | | | pd.cu | debtor | de_currency | Currency | | Principal Detail | | Text, N | 8 | 0 | | | pd.jb | debtor | de_judgement_balance | Judgement Balance | | Principal Detail | | Currency | 15 | 0 | | | pd.jd | debtor | de_judgement_date | Judgement date | | Principal Detail | | Date | 8 | 0 | | | pd.jf | debtor | de_judgement_fees | Judgement Fees | | Principal Detail | | Currency | 15 | 0 | | | pd.jfp | debtor | de_judge_fee_paidtodate | Judge Fee Paidtodate | | Principal Detail | | Currency | 15 | 0 | | | pd.ji | debtor | de_judgement_interest | Judgement Interest | | Principal Detail | | Currency | 15 | 0 | | | pd.jip | debtor | de_judge_int_paidtodate | Judge Int Paidtodate | | Principal Detail | | Currency | 15 | 0 | | | pd.jl | debtor | de_judgement_legal | Judgement Legal | | Principal Detail | | Currency | 15 | 0 | | | pd.jlp | debtor | de_judge_legal_paidtodate | Judge Legal Paidtodate | | Principal Detail | | Currency | 15 | 0 | | | pd.jm | debtor | de_judgement_misc | Judgement Misc | | Principal Detail | | Currency | 15 | 0 | | | pd.jmp | debtor | de_judge_misc_paidtodate | Judge Misc Paidtodate | | Principal Detail | | Currency | 15 | 0 | | | pd.jo | debtor | de_judgement_other | Judgement Other | | Principal Detail | | Currency | 15 | 0 | | | pd.jop | debtor | de_judge_other_paidtodate | Judge Other Paidtodate | | Principal Detail | | Currency | 15 | 0 | | | pd.jp | debtor | de_judgement_principal | Judgement principal | | Principal Detail | | Currency | 15 | 0 | | | pd.jpp | debtor | de_judge_princ_paidtodate | Judge Princ Paidtodate | | Principal Detail | | Currency | 15 | 0 | | | pd.jptd | debtor | de_principal_paid_to_date | Judgement Paid To Date | | Principal Detail | | Currency | 12 | 0 | | | pd.op | debtor | de_principal | Original principal | | Principal Detail | | Currency | 12 | 0 | | | pd.pptd | debtor | de_principal_paid_to_date | Principal paid to date | | Principal Detail | | Currency | 12 | 0 | | | pd.s369 | debtor | de_flags | Show 30/60/90 | | Principal Detail | | Check Box | 1 | 32 | | | pd.tlc | debtor | de_legal_costs | Total legal costs | | Principal Detail | | Currency | 11 | 0 | | | pdt. | RAM Record | to1 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.10 | RAM Record | to2 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.11 | RAM Record | to3 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.12 | RAM Record | to3 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.13 | RAM Record | to3 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.14 | RAM Record | to3 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.15 | RAM Record | to3 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.16 | RAM Record | to4 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.17 | RAM Record | to4 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.18 | RAM Record | to4 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.19 | RAM Record | to4 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.2 | RAM Record | to1 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.20 | RAM Record | to4 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.3 | RAM Record | to1 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.4 | RAM Record | to1 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.5 | RAM Record | to1 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.6 | RAM Record | to2 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.7 | RAM Record | to2 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.8 | RAM Record | to2 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.9 | RAM Record | to2 | | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.ac | RAM Record | account | Account | | Post Debtor Transaction | | Text, AN | 20 | 0 | | | pdt.act | RAM Record | action | Action | | Post Debtor Transaction | | Text, AN | 4 | 0 | | | pdt.ad | RAM Record | adjustments | Adjustment | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.adj | RAM Record | new_adjustments | Adjustments | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.cl | RAM Record | client | Client | | Post Debtor Transaction | | Text, AN | 34 | 0 | | | pdt.co | RAM Record | collector | Collector | | Post Debtor Transaction | | Text, AN | 7 | 0 | | | pdt.com | RAM Record | commission1 | Commission | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.comm | RAM Record | commission2 | Commission | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.commi | RAM Record | commission3 | Commission | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.commis | RAM Record | commission4 | Commission | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.cr | RAM Record | commission_rate | Commission rate | | Post Debtor Transaction | | Percent | 8 | 0 | | | pdt.cre | RAM Record | credit1 | Credit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.cred | RAM Record | credit2 | Credit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.credi | RAM Record | credit3 | Credit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.credit | RAM Record | credit4 | Credit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.credit1 | RAM Record | total_credit | Credit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.da | RAM Record | date | Date | | Post Debtor Transaction | | Date | 8 | 0 | | | pdt.de | RAM Record | debtor | Debtor | | Post Debtor Transaction | | Text, AN | 40 | 0 | | | pdt.deb | RAM Record | debit1 | Debit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.debi | RAM Record | debit2 | Debit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.debit | RAM Record | debit3 | Debit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.debit1 | RAM Record | debit4 | Debit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.debit2 | RAM Record | total_debit | Debit | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.des | RAM Record | description | Description | | Post Debtor Transaction | | Text, AN | 30 | 0 | | | pdt.desc | RAM Record | description1 | Description | | Post Debtor Transaction | | Text, AN | 30 | 0 | | | pdt.descr | RAM Record | description2 | Description | | Post Debtor Transaction | | Text, AN | 30 | 0 | | | pdt.descri | RAM Record | description3 | Description | | Post Debtor Transaction | | Text, AN | 30 | 0 | | | pdt.descrip | RAM Record | description4 | Description | | Post Debtor Transaction | | Text, AN | 30 | 0 | | | pdt.di | RAM Record | to | Direct | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.fe | RAM Record | fees | Fees | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.fee | RAM Record | new_fees | Fees | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.fi | RAM Record | file | File | | Post Debtor Transaction | | Text, N | 8 | 0 | | | pdt.in | RAM Record | interest | Interest | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.int | RAM Record | new_interest | Interest | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.ow | RAM Record | owing | Owing | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.owi | RAM Record | new_owing | Owing | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.pa | RAM Record | paid | Paid | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.pai | RAM Record | new_paid | Paid | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.pr | RAM Record | principal | Principal | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.pri | RAM Record | new_principal | Principal | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.sa | RAM Record | sales | Sales | | Post Debtor Transaction | | Text, AN | 7 | 0 | | | pdt.ta | RAM Record | to | To agency | | Post Debtor Transaction | | Radio Button | 1 | 0 | | | pdt.tad | RAM Record | pmt_adjustments | To Adjustments | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.tax | RAM Record | tax1 | Tax | | Post Debtor Transaction | | Currency | 8 | 0 | | | pdt.tax1 | RAM Record | tax2 | Tax | | Post Debtor Transaction | | Currency | 8 | 0 | | | pdt.tax2 | RAM Record | tax3 | Tax | | Post Debtor Transaction | | Currency | 8 | 0 | | | pdt.tax3 | RAM Record | tax4 | Tax | | Post Debtor Transaction | | Currency | 8 | 0 | | | pdt.tc | RAM Record | total_commission | Total commissions | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.tf | RAM Record | pmt_fees | To fees | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.ti | RAM Record | pmt_interest | To interest | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.tp | RAM Record | pmt_principal | To principal | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.tr | RAM Record | tax_rate | Tax rate | | Post Debtor Transaction | | Percent | 8 | 0 | | | pdt.tt | RAM Record | total_transaction | Transaction total | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.tta | RAM Record | total_tax | Total tax | | Post Debtor Transaction | | Currency | 9 | 0 | | | pdt.ty | RAM Record | type1 | Type | | Post Debtor Transaction | | Text, AN | 4 | 0 | | | pdt.typ | RAM Record | type2 | Type | | Post Debtor Transaction | | Text, AN | 4 | 0 | | | pdt.type | RAM Record | type3 | Type | | Post Debtor Transaction | | Text, AN | 4 | 0 | | | pdt.type1 | RAM Record | type4 | Type | | Post Debtor Transaction | | Text, AN | 4 | 0 | | | pe.dd | RAM Record | date | Date due | | Promise Entries | | Date | 8 | 0 | | | pe.pr | RAM Record | org_owing | Promised | | Promise Entries | | Currency | 9 | 0 | | | pe.rf | RAM Record | fees_owed | Remaining fees | | Promise Entries | | Currency | 9 | 0 | | | pe.ri | RAM Record | act_remaining_interest | Remaining interest | | Promise Entries | | Currency | 9 | 0 | | | pe.ro | RAM Record | act_owing | Remaining owing | | Promise Entries | | Currency | 9 | 0 | | | pe.rp | RAM Record | act_remaining_principal | Remaining principal | | Promise Entries | | Currency | 9 | 0 | | | pe.tf | RAM Record | fees_paid | To fees | | Promise Entries | | Currency | 9 | 0 | | | pe.ti | RAM Record | org_to_interest | To interest | | Promise Entries | | Currency | 9 | 0 | | | pe.tp | RAM Record | org_to_principal | To principal | | Promise Entries | | Currency | 9 | 0 | | | pf.cd | field | field_cdate | Cdate | | Printable Field | | Date | 8 | 0 | | | pf.ct | field | field_ctime | Ctime | | Printable Field | | Time | 8 | 0 | | | pf.fi | field | field_field_index | Field index | | Printable Field | | Text, N | 4 | 0 | | | pf.id | field | field_id | Id | | Printable Field | | Text, AN | 20 | 0 | | | pf.md | field | field_mdate | Mdate | | Printable Field | | Date | 8 | 0 | | | pf.mt | field | field_mtime | Mtime | | Printable Field | | Time | 8 | 0 | | | pf.na | field | field_name | Name | | Printable Field | | Text, AN | 40 | 0 | | | pf.ui | field | field_rowid | UID | | Printable Field | | Text, N | 8 | 0 | | | pf.wi | field | field_window | Window | | Printable Field | | Text, AN | 40 | 0 | | | pf.win | field | field_window_index | Window index | | Printable Field | | Text, N | 4 | 0 | | | ph.ac | phone | ph_type | Active | | Phone | | Pick List | 9 | 0 | Internal | | ph.acn | phone | N/A | Associated client number | | Phone | | N/A | 0 | 0 | | | ph.an | phone | N/A | Associated name | | Phone | | N/A | 0 | 0 | | | ph.cb | phone | ph_cby | Created By | | Phone | | Text, AN | 7 | 0 | | | ph.cdf | phone | N/A | Cosigner debtor file | | Phone | | N/A | 0 | 0 | | | ph.cn | phone | N/A | Client name | | Phone | | N/A | 0 | 0 | | | ph.cna | phone | N/A | Cosigner name | | Phone | | N/A | 0 | 0 | | | ph.cnu | phone | N/A | Client number | | Phone | | N/A | 0 | 0 | | | ph.cr | phone | ph_cdate | Created | | Phone | | Date | 8 | 0 | | | ph.ct | phone | ph_ctime | Created time | | Phone | | Time | 8 | 0 | | | ph.da | phone | ph_date_received | Date | | Phone | | Date | 8 | 0 | | | ph.dn | phone | N/A | Debtor name | | Phone | | N/A | 0 | 0 | | | ph.dnc | phone | ph_flags | Do not call | | Phone | | Check Box | 1 | 4 | | | ph.ex | phone | ph_extension | Extension | | Phone | | Text, AN | 5 | 0 | | | ph.fi | phone | N/A | File | | Phone | | N/A | 0 | 0 | | | ph.indu | phone | ph_flags | Invalid number / debtor unknown | | Phone | | Check Box | 1 | 2 | | | ph.lr | phone | ph_number_1 | Last result | | Phone | | Pick List | 14 | 0 | Internal | | ph.mb | phone | ph_mby | Modified By | | Phone | | Text, AN | 7 | 0 | | | ph.mo | phone | ph_mdate | Modified | | Phone | | Date | 8 | 0 | | | ph.mt | phone | ph_mtime | Modified time | | Phone | | Time | 8 | 0 | | | ph.ni | phone | ph_NIS_id | NIS ID | | Phone | | Pick List | 14 | 0 | Internal | | ph.nis | phone | ph_flags | Not in service | | Phone | | Check Box | 1 | 8 | | | ph.nr | phone | ph_NIS_reason | NIS reason | | Phone | | Pick List | 21 | 0 | Internal | | ph.ow | phone | ph_category | Owner | | Phone | | Pick List | 25 | 0 | Internal | | ph.pn | phone | ph_number | Phone number | | Phone | | Text, AN | 23 | 0 | | | ph.po | phone | ph_category_2 | Position | | Phone | | Pick List | 11 | 0 | Internal | | ph.rp | phone | ph_flags | RPC | | Phone | | Check Box | 1 | 1 | | | ph.sm | phone | ph_flags | SMS | | Phone | | Check Box | 1 | 16 | | | ph.so | phone | ph_source | Source | | Phone | | Pick List | 29 | 0 | Internal | | ph.tf | phone | ph_time_from | Time From | | Phone | | Time | 8 | 0 | | | ph.ti | phone | ph_timezone | Timezone | | Phone | | Pick List | 18 | 0 | Internal | | ph.tim | phone | ph_NIS_date | Time | | Phone | | Time | 8 | 0 | | | ph.tt | phone | ph_time_to | Time To | | Phone | | Time | 8 | 0 | | | ph.u1 | phone | ph_user1 | User 1 | | Phone | | Text, AN | 29 | 0 | | | ph.u2 | phone | ph_user2 | User 2 | | Phone | | Text, AN | 29 | 0 | | | ph.ui | phone | ph_rowid | UID | | Phone | | Text, N | 8 | 0 | | | pl.cd | pklist | pl_cdate | Cdate | | Pick list | | Date | 8 | 0 | | | pl.ct | pklist | pl_ctime | Ctime | | Pick list | | Time | 8 | 0 | | | pl.de | pklist | pl_description | Description | | Pick list | | Text, AN | 79 | 0 | | | pl.en | pklist | N/A | Entries | | Pick list | | N/A | 0 | 0 | | | pl.md | pklist | pl_mdate | Mdate | | Pick list | | Date | 8 | 0 | | | pl.mt | pklist | pl_mtime | Mtime | | Pick list | | Time | 8 | 0 | | | pl.na | pklist | pl_name | Name | | Pick list | | Text, AN | 63 | 0 | | | pl.ui | pklist | pl_rowid | UID | | Pick list | | | 10 | 0 | | | pl.uu | pklist | pl_uuid | Uuid | | Pick list | | Text, AN | 47 | 0 | | | ple.bl | pkentry | pe_blue | Blue | | Pick list entry | | Text, AN | 4 | 0 | | | ple.cd | pkentry | pe_cdate | Cdate | | Pick list entry | | Date | 8 | 0 | | | ple.ct | pkentry | pe_ctime | Ctime | | Pick list entry | | Time | 8 | 0 | | | ple.gr | pkentry | pe_green | Green | | Pick list entry | | Text, AN | 4 | 0 | | | ple.ke | pkentry | pe_key | Key | | Pick list entry | | Text, AN | 63 | 0 | | | ple.md | pkentry | pe_mdate | Mdate | | Pick list entry | | Date | 8 | 0 | | | ple.mt | pkentry | pe_mtime | Mtime | | Pick list entry | | Date | 8 | 0 | | | ple.or | pkentry | pe_order | Order | | Pick list entry | | Text, N | 4 | 0 | | | ple.pl | pkentry | pe_rowid_pklist | Pick list | | Pick list entry | | | 10 | 0 | | | ple.re | pkentry | pe_red | Red | | Pick list entry | | Text, AN | 4 | 0 | | | ple.te | pkentry | pe_value | Text | | Pick list entry | | Text, AN | 64 | 0 | | | ple.ui | pkentry | pe_rowid | UID | | Pick list entry | | | 10 | 0 | | | pls.ad | RAM Record | accumulated_adjustments | Adjustments | | Promise Listing Summary | | Currency | 15 | 0 | | | pls.ba | RAM Record | rate_basis | Basis | | Promise Listing Summary | | Text, N | 8 | 0 | | | pls.cd | RAM Record | calc_date | Calc date | | Promise Listing Summary | | Date | 8 | 0 | | | pls.fe | RAM Record | fees_charged | Fees | | Promise Listing Summary | | Currency | 15 | 0 | | | pls.in | RAM Record | original_interest | Interest | | Promise Listing Summary | | Currency | 15 | 0 | | | pls.le | RAM Record | current_legal | Legal | | Promise Listing Summary | | Currency | 15 | 0 | | | pls.mi | RAM Record | current_misc | Misc | | Promise Listing Summary | | Currency | 15 | 0 | | | pls.ot | RAM Record | current_other | Other | | Promise Listing Summary | | Currency | 15 | 0 | | | pls.ow | RAM Record | original_owing | Owing | | Promise Listing Summary | | Currency | 15 | 0 | | | pls.pe | RAM Record | period | Period | | Promise Listing Summary | | Pick List | 8 | 0 | Internal | | pls.pen | RAM Record | N/A | Promise Entries | | Promise Listing Summary | | N/A | 0 | 0 | | | pls.pr | RAM Record | original_principal | Principal | | Promise Listing Summary | | Currency | 15 | 0 | | | pls.ra | RAM Record | interest_rate | Rate | | Promise Listing Summary | | Percent | 8 | 0 | | | pp.ci | RAM Record | pp_interest_flags1 | Compound interest | | Payment Plan | | Radio Button | 1 | 0 | | | pp.co | RAM Record | pp_current_owing | Current owing | | Payment Plan | | Currency | 9 | 0 | | | pp.da | RAM Record | pp_date | Date | | Payment Plan | | Date | 8 | 0 | | | pp.day | RAM Record | pp_custom_period | Days | | Payment Plan | | Text, N | 4 | 0 | | | pp.do | RAM Record | pp_delinquent_on_date | Delinquent on | | Payment Plan | | Date | 8 | 0 | | | pp.dp | RAM Record | pp_down_payment_date | Down payment | | Payment Plan | | Date | 8 | 0 | | | pp.dpa | RAM Record | pp_down_payment_amount | Down payment amount | | Payment Plan | | Currency | 9 | 0 | | | pp.fp | RAM Record | pp_first_payment_date | First payment | | Payment Plan | | Date | 8 | 0 | | | pp.ic | RAM Record | pp_initial_charge | Initial charge | | Payment Plan | | Currency | 9 | 0 | | | pp.id | RAM Record | pp_initial_credit | Initial discount | | Payment Plan | | Currency | 9 | 0 | | | pp.ir | RAM Record | pp_interest_rate | Interest rate | | Payment Plan | | Percent | 8 | 0 | | | pp.lf | RAM Record | pp_late_fee | Late fee | | Payment Plan | | Currency | 9 | 0 | | | pp.lftd | RAM Record | pp_late_fees_to_date | Late fees to date | | Payment Plan | | Currency | 9 | 0 | | | pp.lp | RAM Record | pp_last_payment_date | Last payment | | Payment Plan | | Date | 9 | 0 | | | pp.lpa | RAM Record | pp_last_payment | Last payment amount | | Payment Plan | | Currency | 9 | 0 | | | pp.ni | RAM Record | pp_interest_flags1 | No interest | | Payment Plan | | Radio Button | 1 | 0 | | | pp.nop | RAM Record | pp_number_of_payments | Number of payments | | Payment Plan | | Text, N | 4 | 0 | | | pp.oc | RAM Record | pp_other_charges | Other charges | | Payment Plan | | Currency | 9 | 0 | | | pp.pa | RAM Record | pp_payment_amount | Payment amount | | Payment Plan | | Currency | 9 | 0 | | | pp.pia | RAM Record | pp_payments_in_arrears | Payments in arrears | | Payment Plan | | Text, N | 4 | 0 | | | pp.pp | RAM Record | pp_payment_period | Payment period | | Payment Plan | | Pick List | 4 | 0 | Internal | | pp.pr | RAM Record | pp_payments_remaining | Payments remaining | | Payment Plan | | Text, N | 4 | 0 | | | pp.ptd | RAM Record | pp_paid_to_date | Paid to date | | Payment Plan | | Currency | 9 | 0 | | | pp.sc | RAM Record | pp_service_charge_rate | Service charge | | Payment Plan | | Percent | 8 | 0 | | | pp.sca | RAM Record | pp_service_charge_amount | Service charge amount | | Payment Plan | | Currency | 9 | 0 | | | pp.si | RAM Record | pp_interest_flags1 | Simple interest | | Payment Plan | | Radio Button | 1 | 0 | | | pp.ta | RAM Record | pp_total_in_arrears | Total arrears | | Payment Plan | | Currency | 9 | 0 | | | pp.ttp | RAM Record | pp_total_plan_payments | Total term payments | | Payment Plan | | Currency | 9 | 0 | | | ppo.amp | RAM Record | show_action_on_posting | Automatically manage promises | | Payment Posting Options | | Check Box | 1 | 0 | | | ppo.ardp | RAM Record | show_action_on_posting | Automatically run default plan | | Payment Posting Options | | Check Box | 1 | 0 | | | ppo.cd | RAM Record | payment_post_conf_delay | Confirmation delay | | Payment Posting Options | | Text, N | 4 | 0 | | | ppo.da | RAM Record | skip_adv_promise_days | Days | | Payment Posting Options | | Text, N | 4 | 0 | | | ppo.dcp | RAM Record | contact_close_plan | Default contact plan | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.dtac1 | RAM Record | show_action_on_posting | Don't automatically create 196 | | Payment Posting Options | | Check Box | 1 | 0 | | | ppo.epsp | RAM Record | auto_promise_flags | Early payments skip promises | | Payment Posting Options | | Check Box | 1 | 0 | | | ppo.flom | RAM Record | promise_sched_fees | Fees, Legal, Other, Misc | | Payment Posting Options | | Pick List | 12 | 0 | Internal | | ppo.in | RAM Record | promise_sched_interest | Interest | | Payment Posting Options | | Pick List | 12 | 0 | Internal | | ppo.pbp | RAM Record | promise_broken_plan | Promise broken payment | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.pfp | RAM Record | promise_fullpayment_plan | Promise full payment | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.pfpa | RAM Record | plan_fullpayment_plan | Plan full payment | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.pnp | RAM Record | promise_nsfpayment_plan | Promise NSF payment | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.pnpa | RAM Record | plan_nsfpayment_plan | Plan NSF payment | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.po | RAM Record | promise_overpayment_plan | Promise overpayment | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.pov | RAM Record | plan_overpayment_plan | Plan overpayment | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.pr | RAM Record | promise_sched_principal | Principal | | Payment Posting Options | | Pick List | 12 | 0 | Internal | | ppo.pu | RAM Record | promise_underpayment_plan | Promise underpayment | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.pun | RAM Record | plan_underpayment_plan | Plan underpayment | | Payment Posting Options | | Text, AN | 8 | 0 | | | ppo.rowbb | RAM Record | debtor_close_threshold | Run only when balance below | | Payment Posting Options | | Text, N | 7 | 0 | | | ppo.t3pc | RAM Record | show_action_on_posting | Truncate 33 percent commission | | Payment Posting Options | | Check Box | 1 | 0 | | | ppo.utfpd | RAM Record | auto_promise_flags | Use today for payment date | | Payment Posting Options | | Check Box | 1 | 0 | | | ppo.utfpda | RAM Record | auto_promise_flags | Use today for posted date | | Payment Posting Options | | Check Box | 1 | 0 | | | ppo.wdtdr | RAM Record | post_writes_date | Write date to debtor record | | Payment Posting Options | | Check Box | 1 | 0 | | | pps.cpop | RAM Record | pp_contact_plan | Contact plan on posting | | Payment Plan Setup | | Text, AN | 3 | 0 | | | pps.dp | RAM Record | pp_down_pmt_trans_type | Down payment | | Payment Plan Setup | | Text, AN | 4 | 0 | | | pps.dpa | RAM Record | pp_down_payment_amount | Down payment amount | | Payment Plan Setup | | Currency | 9 | 0 | | | pps.ic | RAM Record | pp_icharge_trans_type | Initial charge | | Payment Plan Setup | | Text, AN | 4 | 0 | | | pps.ica | RAM Record | pp_initial_charge | Initial charge amount | | Payment Plan Setup | | Currency | 9 | 0 | | | pps.id | RAM Record | pp_icredit_trans_type | Initial discount | | Payment Plan Setup | | Text, AN | 4 | 0 | | | pps.ida | RAM Record | pp_initial_credit | Initial discount amount | | Payment Plan Setup | | Currency | 9 | 0 | | | pps.lf | RAM Record | pp_late_fee_trans_type | Late fee | | Payment Plan Setup | | Text, AN | 4 | 0 | | | pps.lfa | RAM Record | pp_late_fee | Late fee amount | | Payment Plan Setup | | Text, N | 9 | 0 | | | pps.lpp | RAM Record | pp_last_payment_plan | Last payment plan | | Payment Plan Setup | | Text, AN | 4 | 0 | | | pps.nod | RAM Record | pp_custom_period | Number of days | | Payment Plan Setup | | Text, N | 4 | 0 | | | pps.nop | RAM Record | pp_number_of_payments | Number of payments | | Payment Plan Setup | | Text, N | 4 | 0 | | | pps.pa | RAM Record | pp_payment_trans_type | Payments | | Payment Plan Setup | | Text, AN | 4 | 0 | | | pps.pbc | RAM Record | pp_flags | Prompt before creating | | Payment Plan Setup | | Check Box | 1 | 0 | | | pps.pp | RAM Record | pp_payment_period | Payment period | | Payment Plan Setup | | Pick List | 4 | 0 | Internal | | pps.ra | RAM Record | pp_service_charge_rate | Rate | | Payment Plan Setup | | Percent | 8 | 0 | | | pps.sa | RAM Record | pp_service_charge_amount | Service amount | | Payment Plan Setup | | Currency | 9 | 0 | | | pps.sc | RAM Record | pp_scharge_trans_type | Service charge | | Payment Plan Setup | | Text, AN | 4 | 0 | | | pr.br | RAM Record | destination | Browser | | Print Report | | Radio Button | 1 | 0 | | | pr.cc | RAM Record | sms_switches | CC cosigners | | Print Report | | Check Box | 1 | 0 | | | pr.do | RAM Record | sms_domain_name | Domain | | Print Report | | Text, AN | 32 | 0 | | | pr.ed | RAM Record | mode | Edit | | Print Report | | Radio Button | 1 | 0 | | | pr.em | RAM Record | destination | Email | | Print Report | | Radio Button | 1 | 0 | | | pr.f2 | RAM Record | fax_number | Fax # | | Print Report | | Text, AN | 20 | 0 | | | pr.fa | RAM Record | destination | Fax | | Print Report | | Radio Button | 1 | 0 | | | pr.fi | RAM Record | destination | File | | Print Report | | Radio Button | 1 | 0 | | | pr.fn | RAM Record | file | File name | | Print Report | | Text, AN | 255 | 0 | | | pr.lm | RAM Record | left_margin | Left margin | | Print Report | | Text, N | 4 | 0 | | | pr.ls | RAM Record | destination | Letter service | | Print Report | | Radio Button | 1 | 0 | | | pr.me | RAM Record | redirect | Merge | | Print Report | | Text, AN | 255 | 0 | | | pr.mo | RAM Record | sms_switches | Monochrome | | Print Report | | Check Box | 1 | 0 | | | pr.na | RAM Record | fax_recipient | Name | | Print Report | | Text, AN | 40 | 0 | | | pr.noc | RAM Record | copies | Number of copies | | Print Report | | Text, N | 4 | 0 | | | pr.op | RAM Record | mode | Open | | Print Report | | Radio Button | 1 | 0 | | | pr.ot | RAM Record | destination | Other | | Print Report | | Radio Button | 1 | 0 | | | pr.pd | RAM Record | destination | PDF | | Print Report | | Radio Button | 1 | 0 | | | pr.pf | RAM Record | mode | Print file | | Print Report | | Radio Button | 1 | 0 | | | pr.pfp | RAM Record | start_page | Print from page | | Print Report | | Text, N | 4 | 0 | | | pr.ph | RAM Record | page_height | Page height | | Print Report | | Text, N | 4 | 0 | | | pr.pn | RAM Record | printer | Printer number | | Print Report | | Pick List | 4 | 0 | Internal | | pr.pr | RAM Record | destination | Printer | | Print Report | | Radio Button | 1 | 0 | | | pr.pre | RAM Record | mode | Preview | | Print Report | | Radio Button | 1 | 0 | | | pr.pri | RAM Record | mode | Print | | Print Report | | Radio Button | 1 | 0 | | | pr.pw | RAM Record | page_width | Page width | | Print Report | | Text, N | 4 | 0 | | | pr.sc | RAM Record | destination | Screen | | Print Report | | Radio Button | 1 | 0 | | | pr.seea | RAM Record | sms_switches | Skip empty email addresses | | Print Report | | Check Box | 1 | 0 | | | pr.sp | RAM Record | destination | Spreadsheet | | Print Report | | Radio Button | 1 | 0 | | | pr.st | RAM Record | destination | Skip Trace | | Print Report | | Radio Button | 1 | 0 | | | pr.stfo | RAM Record | mode | Save to file only | | Print Report | | Radio Button | 1 | 0 | | | pr.tm | RAM Record | top_margin | Top margin | | Print Report | | Text, N | 4 | 0 | | | pr.tp | RAM Record | end_page | to page | | Print Report | | Text, N | 4 | 0 | | | pr.tr | RAM Record | tray | Tray | | Print Report | | Pick List | 4 | 0 | Internal | | pr.ts | RAM Record | support_report | Technical support | | Print Report | | Check Box | 1 | 0 | | | pr.uro | RAM Record | destination | Use report options | | Print Report | | Radio Button | 1 | 0 | | | pr.us | RAM Record | sms_switches | Use SMS | | Print Report | | Check Box | 1 | 0 | | | pr.wc | RAM Record | destination | Windows clipboard | | Print Report | | Radio Button | 1 | 0 | | | pr.wp | RAM Record | destination | Word Processor | | Print Report | | Radio Button | 1 | 0 | | | ps.pr | RAM Record | name | Printer | | Printer Setup | | Text, AN | 63 | 0 | | | ps.ty | RAM Record | type | Type | | Printer Setup | | Pick List | 4 | 0 | Internal | | psae.na | RAM Record | fl_name | Name | | Please Select an Entry ... | | Text, AN | 255 | 0 | | | pse.falolc | RAM Record | force_numerics | Force at least one lower case | | Password Settings | | Check Box | 1 | 0 | | | pse.falon | RAM Record | force_numerics | Force at least one numeric | | Password Settings | | Check Box | 1 | 0 | | | pse.falos | RAM Record | force_numerics | Force at least one special | | Password Settings | | Check Box | 1 | 0 | | | pse.falouc | RAM Record | force_numerics | Force at least one upper case | | Password Settings | | Check Box | 1 | 0 | | | pse.loa | RAM Record | lock_out_after | Lock out after | | Password Settings | | Text, N | 4 | 0 | | | pse.mpw | RAM Record | minimum_password_width | Minimum password width | | Password Settings | | Text, N | 3 | 0 | | | pse.rpe | RAM Record | renew_password_every | Renew password every | | Password Settings | | Text, N | 4 | 0 | | | pt.bij | RAM Record | type | Bubble/ink jet | | Printer Type | | Radio Button | 1 | 0 | | | pt.dm | RAM Record | type | Dot matrix | | Printer Type | | Radio Button | 1 | 0 | | | pt.la | RAM Record | type | Laser | | Printer Type | | Radio Button | 1 | 0 | | | pt.na | RAM Record | name | Name | | Printer Type | | Text, AN | 127 | 0 | | | pt.un | RAM Record | type | Unknown | | Printer Type | | Radio Button | 1 | 0 | | | pte.ab | RAM Record | days | Above | | Picklist Testing | | Pick List | 20 | 0 | Internal | | pte.no | RAM Record | threshold | Normal | | Picklist Testing | | Pick List | 20 | 0 | Internal | | pte.sc | RAM Record | switches | Scroll | | Picklist Testing | | Pick List | 20 | 0 | Internal | | pv.ltp | RAM Record | pp_planpayment_below | Less than plan | | Payment Values | | Text, N | 9 | 0 | | | pv.ltpr | RAM Record | pp_promisepayment_below | Less than promise | | Payment Values | | Text, N | 9 | 0 | | | pv.mtp | RAM Record | pp_planpayment_above | More than plan | | Payment Values | | Text, N | 9 | 0 | | | pv.mtpr | RAM Record | pp_promisepayment_above | More than promise | | Payment Values | | Text, N | 9 | 0 | | | pv.tr | RAM Record | promise_trans_type | Transaction | | Payment Values | | Text, AN | 4 | 0 | | | qd.1 | RAM Record | quick_dial_1a | 1 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.10 | RAM Record | quick_dial_10a | 10 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.10b | RAM Record | quick_dial_10b | 10b | | Quick Dial | | Text, AN | 20 | 0 | | | qd.1b | RAM Record | quick_dial_1b | 1b | | Quick Dial | | Text, AN | 20 | 0 | | | qd.2 | RAM Record | quick_dial_2a | 2 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.2b | RAM Record | quick_dial_2b | 2b | | Quick Dial | | Text, AN | 20 | 0 | | | qd.3 | RAM Record | quick_dial_3a | 3 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.3b | RAM Record | quick_dial_3b | 3b | | Quick Dial | | Text, AN | 20 | 0 | | | qd.4 | RAM Record | quick_dial_4a | 4 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.4b | RAM Record | quick_dial_4b | 4b | | Quick Dial | | Text, AN | 20 | 0 | | | qd.5 | RAM Record | quick_dial_5a | 5 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.5b | RAM Record | quick_dial_5b | 5b | | Quick Dial | | Text, AN | 20 | 0 | | | qd.6 | RAM Record | quick_dial_6a | 6 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.6b | RAM Record | quick_dial_6b | 6b | | Quick Dial | | Text, AN | 20 | 0 | | | qd.7 | RAM Record | quick_dial_7a | 7 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.7b | RAM Record | quick_dial_7b | 7b | | Quick Dial | | Text, AN | 20 | 0 | | | qd.8 | RAM Record | quick_dial_8a | 8 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.8b | RAM Record | quick_dial_8b | 8b | | Quick Dial | | Text, AN | 20 | 0 | | | qd.9 | RAM Record | quick_dial_9a | 9 | | Quick Dial | | Text, AN | 20 | 0 | | | qd.9b | RAM Record | quick_dial_9b | 9b | | Quick Dial | | Text, AN | 20 | 0 | | | qf.fi | RAM Record | field | Find: | | Quick Find | | Pick List | 8 | 0 | Internal | | qf.va | RAM Record | value | Value | | Quick Find | | Text, AN | 63 | 0 | | | raf.ad | RAM Record | blo_address_flags | Address | | Required Address Fields | | Check Box | 1 | 0 | | | raf.al2 | RAM Record | blo_address_flags | Address line 2 | | Required Address Fields | | Check Box | 1 | 0 | | | raf.ci | RAM Record | blo_address_flags | City | | Required Address Fields | | Check Box | 1 | 0 | | | raf.co | RAM Record | blo_address_flags | Country | | Required Address Fields | | Check Box | 1 | 0 | | | raf.eraf | RAM Record | blo_address_flags | Enable required address filter | | Required Address Fields | | Check Box | 1 | 0 | | | raf.sn | RAM Record | blo_address_flags | Street number | | Required Address Fields | | Check Box | 1 | 0 | | | raf.st | RAM Record | blo_address_flags | State | | Required Address Fields | | Check Box | 1 | 0 | | | raf.zi | RAM Record | blo_address_flags | ZIP | | Required Address Fields | | Check Box | 1 | 0 | | | rap.a2 | RAM Record | address2 | Address 2 | | Recurring ACH Payments | | Text, AN | 30 | 0 | | | rap.ac | RAM Record | acctnum | Acct # | | Recurring ACH Payments | | Text, AN | 17 | 0 | | | rap.ad | RAM Record | address1 | Address | | Recurring ACH Payments | | Text, AN | 30 | 0 | | | rap.af | RAM Record | flags | Apply fee | | Recurring ACH Payments | | Check Box | 1 | 0 | | | rap.am | RAM Record | amount | Amount | | Recurring ACH Payments | | Currency | 9 | 0 | | | rap.ba | RAM Record | bank | Bank | | Recurring ACH Payments | | Text, AN | 63 | 0 | | | rap.ci | RAM Record | city | City | | Recurring ACH Payments | | Text, AN | 30 | 0 | | | rap.fe | RAM Record | fee | Fee | | Recurring ACH Payments | | Currency | 9 | 0 | | | rap.fr | RAM Record | schedule | Frequency | | Recurring ACH Payments | | Pick List | 4 | 0 | Internal | | rap.na | RAM Record | accountname | Name | | Recurring ACH Payments | | Text, AN | 22 | 0 | | | rap.ne | RAM Record | next | Next | | Recurring ACH Payments | | Date | 8 | 0 | | | rap.pa | RAM Record | password | Password | | Recurring ACH Payments | | Text, AN | 50 | 0 | | | rap.ph | RAM Record | homephone | Phone | | Recurring ACH Payments | | Text, AN | 12 | 0 | | | rap.re | RAM Record | remaining | Remaining | | Recurring ACH Payments | | Text, N | 4 | 0 | | | rap.ro | RAM Record | aba | Routing | | Recurring ACH Payments | | Text, AN | 9 | 0 | | | rap.sbi | RAM Record | flags | Save bank information | | Recurring ACH Payments | | Check Box | 1 | 0 | | | rap.st | RAM Record | state | State | | Recurring ACH Payments | | Text, AN | 2 | 0 | | | rap.tc | RAM Record | saveto | To cosigner | | Recurring ACH Payments | | Radio Button | 1 | 0 | | | rap.td | RAM Record | saveto | To debtor | | Recurring ACH Payments | | Radio Button | 1 | 0 | | | rap.to | RAM Record | total | Total | | Recurring ACH Payments | | Currency | 9 | 0 | | | rap.ty | RAM Record | accttype | Type | | Recurring ACH Payments | | Pick List | 32 | 0 | Internal | | rap.zi | RAM Record | zip | Zip | | Recurring ACH Payments | | Text, AN | 10 | 0 | | | raps.dps | RAM Record | use_report_writer | Default printer stream | | Report and Printer Setup | | Radio Button | 1 | 0 | | | raps.dtuof | RAM Record | ltr_service_custom_format | Don't use Ontario format | | Report and Printer Setup | | Check Box | 1 | 0 | | | raps.ik0s | RAM Record | ncoa_k3_segment | Insert #K#03 segment | | Report and Printer Setup | | Check Box | 1 | 0 | | | raps.lscf | RAM Record | ltr_service_custom_format | Letter Service Custom Format | | Report and Printer Setup | | Check Box | 1 | 0 | | | raps.lss | RAM Record | letter_service_separator | Letter service separator | | Report and Printer Setup | | Text, AN | 3 | 0 | | | raps.pvb | RAM Record | use_report_writer | Print via browser | | Report and Printer Setup | | Radio Button | 1 | 0 | | | raps.pvdc | RAM Record | use_report_writer | Print via device context | | Report and Printer Setup | | Radio Button | 1 | 0 | | | raps.rtco | RAM Record | ltr_service_custom_format | Restrict to cosigner only | | Report and Printer Setup | | Check Box | 1 | 0 | | | rb.te | RAM Record | ord_text | Text | | Report Body | | Text, AN | 132 | 0 | | | rccp.am | RAM Record | amount | Amount | | Recurring Credit Card Payments | | Currency | 9 | 0 | | | rccp.as | RAM Record | avsstreet | AVS street | | Recurring Credit Card Payments | | Text, AN | 25 | 0 | | | rccp.az | RAM Record | avszip | AVS ZIP | | Recurring Credit Card Payments | | Text, AN | 10 | 0 | | | rccp.ch | RAM Record | accountholder | Card holder | | Recurring Credit Card Payments | | Text, AN | 40 | 0 | | | rccp.ci | RAM Record | city | City | | Recurring Credit Card Payments | | Text, AN | 31 | 0 | | | rccp.cn | RAM Record | cardnumber | Card number | | Recurring Credit Card Payments | | Text, AN | 20 | 0 | | | rccp.co | RAM Record | cardcode | Code | | Recurring Credit Card Payments | | Text, AN | 7 | 0 | | | rccp.ct | RAM Record | cardtype | Card type | | Recurring Credit Card Payments | | Pick List | 10 | 0 | Internal | | rccp.em | RAM Record | email | Email | | Recurring Credit Card Payments | | Text, AN | 79 | 0 | | | rccp.ex | RAM Record | cardexp | Exp | | Recurring Credit Card Payments | | Text, AN | 4 | 0 | | | rccp.fi | RAM Record | firstname | First | | Recurring Credit Card Payments | | Text, AN | 20 | 0 | | | rccp.fr | RAM Record | schedule | Frequency | | Recurring Credit Card Payments | | Pick List | 4 | 0 | Internal | | rccp.la | RAM Record | lastname | Last | | Recurring Credit Card Payments | | Text, AN | 20 | 0 | | | rccp.ne | RAM Record | next | Next | | Recurring Credit Card Payments | | Date | 8 | 0 | | | rccp.pi | RAM Record | userpin | PIN | | Recurring Credit Card Payments | | Text, AN | 30 | 0 | | | rccp.re | RAM Record | remaining | Remaining | | Recurring Credit Card Payments | | Text, N | 4 | 0 | | | rccp.s1 | RAM Record | address_1 | Street 1 | | Recurring Credit Card Payments | | Text, AN | 127 | 0 | | | rccp.scci | RAM Record | flags | Save credit card info | | Recurring Credit Card Payments | | Check Box | 1 | 0 | | | rccp.ser | RAM Record | flags | Send email receipt | | Recurring Credit Card Payments | | Check Box | 1 | 0 | | | rccp.st | RAM Record | address | Street | | Recurring Credit Card Payments | | Text, AN | 79 | 0 | | | rccp.sta | RAM Record | state | State | | Recurring Credit Card Payments | | Text, AN | 2 | 0 | | | rccp.tc | RAM Record | saveto | To cosigner | | Recurring Credit Card Payments | | Radio Button | 1 | 0 | | | rccp.td | RAM Record | saveto | To debtor | | Recurring Credit Card Payments | | Radio Button | 1 | 0 | | | rccp.un | RAM Record | until | Until | | Recurring Credit Card Payments | | Date | 8 | 0 | | | rccp.zi | RAM Record | zip | ZIP | | Recurring Credit Card Payments | | Text, AN | 10 | 0 | | | rd.cd | report | rpt_cdate | Cdate | | Report Definition | | Date | 8 | 0 | | | rd.ct | report | rpt_ctime | Ctime | | Report Definition | | Time | 8 | 0 | | | rd.id | report | rpt_id | Id | | Report Definition | | Text, AN | 7 | 0 | | | rd.md | report | rpt_mdate | Mdate | | Report Definition | | Date | 8 | 0 | | | rd.mt | report | rpt_mtime | Mtime | | Report Definition | | Time | 8 | 0 | | | rd.na | report | rpt_name | Name | | Report Definition | | Text, AN | 65 | 0 | | | rd.rb | report | rpt_blob | Report Body | | Report Definition | | Text, N | 0 | 0 | | | rd.so | report | rpt_start_record | Start on | | Report Definition | | Text, AN | 40 | 0 | | | rd.ui | report | rpt_rowid | UID | | Report Definition | | Text, N | 7 | 0 | | | ri.atsd | RAM Record | si_accrued_to_date | Accrued to stop date | | Reset Interest | | Currency | 9 | 0 | | | ri.lt | RAM Record | si_last_pay_date | Last transaction | | Reset Interest | | Date | 9 | 0 | | | ri.nr | RAM Record | si_new_rate | New rate | | Reset Interest | | Percent | 8 | 0 | | | ri.rd | RAM Record | si_start_from | Restart date | | Reset Interest | | Date | 8 | 0 | | | ri.sai | RAM Record | si_flags | Stop all interest | | Reset Interest | | Check Box | 1 | 0 | | | ri.sd | RAM Record | si_stop_date | Stop date | | Reset Interest | | Date | 8 | 0 | | | ro.de | report | rpt_destination | Destination | | Report Options | | Pick List | 4 | 0 | Internal | | ro.dtpofo | report | rpt_uidm | Don't prompt on file overwrite | | Report Options | | Check Box | 1 | 2 | | | ro.efap | report | rpt_new_form | Eject form after printing | | Report Options | | Pick List | 4 | 0 | Internal | | ro.fn | report | rpt_file_name | File name | | Report Options | | Text, AN | 59 | 0 | | | ro.lm | report | rpt_left_margin | Left margin | | Report Options | | Text, N | 4 | 0 | | | ro.ln | report | rpt_letter_number | Letter number | | Report Options | | Text, N | 4 | 0 | | | ro.m1 | report | rpt_min_range_1 | Min 1 | | Report Options | | Text, N | 4 | 0 | | | ro.m11 | report | rpt_max_range_1 | Max 1 | | Report Options | | Text, N | 4 | 0 | | | ro.m2 | report | rpt_min_range_2 | Min 2 | | Report Options | | Text, N | 4 | 0 | | | ro.m21 | report | rpt_max_range_2 | Max 2 | | Report Options | | Text, N | 4 | 0 | | | ro.m3 | report | rpt_min_range_3 | Min 3 | | Report Options | | Text, N | 4 | 0 | | | ro.m31 | report | rpt_max_range_3 | Max 3 | | Report Options | | Text, N | 4 | 0 | | | ro.nc | report | rpt_id | NCOA check | | Report Options | | Pick List | 4 | 0 | Internal | | ro.ph | report | rpt_height | Page height | | Report Options | | Text, N | 4 | 0 | | | ro.pic | report | rpt_init | Printer initialization codes | | Report Options | | Text, AN | 71 | 0 | | | ro.pn | report | rpt_prnum | Printer number | | Report Options | | Pick List | 4 | 0 | Internal | | ro.ptc | report | rpt_deinit | Printer termination codes | | Report Options | | Text, AN | 40 | 0 | | | ro.pw | report | rpt_width | Page width | | Report Options | | Text, N | 4 | 0 | | | ro.tm | report | rpt_top_margin | Top margin | | Report Options | | Text, N | 4 | 0 | | | ro.ul | report | rpt_user_level | User level | | Report Options | | Text, N | 4 | 0 | | | ro.us | report | rpt_uidm | Use SMS | | Report Options | | Check Box | 1 | 1 | | | rs.by | RAM Record | rs_cby | By | | Record Statistics | | Text, AN | 7 | 0 | | | rs.by1 | RAM Record | rs_mby | By | | Record Statistics | | Text, AN | 7 | 0 | | | rs.da | RAM Record | rs_cdate | Date | | Record Statistics | | Date | 8 | 0 | | | rs.dat | RAM Record | rs_mdate | Date | | Record Statistics | | Date | 8 | 0 | | | rs.db | RAM Record | rs_dbix | DBIX | | Record Statistics | | Text, AN | 2 | 0 | | | rs.na | RAM Record | rs_name | Name | | Record Statistics | | Text, AN | 63 | 0 | | | rs.ri | RAM Record | rs_recid | Rec. ID | | Record Statistics | | Text, AN | 5 | 0 | | | rs.ta | RAM Record | rs_tag | Tag | | Record Statistics | | Text, AN | 17 | 0 | | | rs.ti | RAM Record | rs_ctime | Time | | Record Statistics | | Time | 8 | 0 | | | rs.tim | RAM Record | rs_mtime | Time | | Record Statistics | | Time | 8 | 0 | | | rs.ui | RAM Record | rs_uid | UID | | Record Statistics | | Text, AN | 20 | 0 | | | rss.br | RAM Record | bytes_read | Bytes read | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.bt | RAM Record | sched_busy_time | Busy time | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.bw | RAM Record | bytes_write | Bytes write | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ca | RAM Record | client_aborts | Client aborts | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ccl | RAM Record | close_chglog | Close change log | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.cd | RAM Record | close_dbs | Close DB | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.cdt | RAM Record | close_db_tables | Close DB tables | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.cf | RAM Record | close_files | Close files | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ch | RAM Record | checkpoints | Checkpoints | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.cl | RAM Record | chglogs | Change logs | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.clbw | RAM Record | chglogs_bytes_write | Change logs bytes write | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.clw | RAM Record | chglog_write | Change log write | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.dc | RAM Record | dbcheck | DB check | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.dd | RAM Record | ddlp | DDLP | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ddu | RAM Record | dbdump | DB dump | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.de | RAM Record | dberrs | DB errors | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.dfc | RAM Record | d_fcn_calls | DB function calls | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.dg | RAM Record | ddlgen | DDL gen | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.dr | RAM Record | dbrev | DB rev | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.fl | RAM Record | freed_locks | Freed locks | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.glb | RAM Record | group_lock_blocked | Group lock blocked | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.glr | RAM Record | group_lock_req | Group lock request | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.glt | RAM Record | group_lock_timeout | Group lock timeout | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ifp | RAM Record | dio_findpages | IO find pages | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ipm | RAM Record | dio_page_modified | IO page modified | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ipr | RAM Record | dio_page_read | IO page read | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ipre | RAM Record | dio_page_removed | IO page removed | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.irl | RAM Record | inst_read_locks | Instance read locks | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.irla | RAM Record | dio_reuse_last | IO reuse last | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.it | RAM Record | sched_idle_time | Idle time | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.iwl | RAM Record | inst_write_locks | Instance write locks | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ke | RAM Record | keypack | Keypack | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.lo | RAM Record | logins | Logins | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.log | RAM Record | logouts | Logouts | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.nr | RAM Record | norm_requests | Normal requests | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ocl | RAM Record | open_chglog | Open change log | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.od | RAM Record | open_dbs | Open DB | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.odt | RAM Record | open_db_tables | Open DB tables | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.of | RAM Record | open_files | Open files | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.pi | RAM Record | piggybacks | Piggybacks | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.pr | RAM Record | pri_requests | PRI requests | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.pzr | RAM Record | pgzero_read | Page zero read | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.pzw | RAM Record | pgzero_write | Page zero write | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.re | RAM Record | read | Read | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.req | RAM Record | requests | Requests | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.sd | RAM Record | sddl | SDDL | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.srt | RAM Record | server_rpcs | Server RPC total | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.ta | RAM Record | traborts | Transaction aborts | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.tb | RAM Record | trbegins | Transaction begins | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.te | RAM Record | trends | Transaction ends | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.tr | RAM Record | trrollbacks | Transaction rollbacks | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.trl | RAM Record | table_read_locks | Table read locks | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.twl | RAM Record | table_write_locks | Table write locks | | RDM Server Statistics | | Text, N | 8 | 0 | | | rss.wr | RAM Record | write | Write | | RDM Server Statistics | | Text, N | 8 | 0 | | | rt.ciafo | RAM Record | debtor_flag | Calculate interest and fees only | | Recalculate Totals | | Radio Button | 1 | 0 | | | rt.dtcd | RAM Record | debtor_flag | Don't calculate debtors | | Recalculate Totals | | Radio Button | 1 | 0 | | | rt.fr | RAM Record | from_date | From | | Recalculate Totals | | Date | 8 | 0 | | | rt.radt | RAM Record | debtor_flag | Recalculate all debtor totals | | Recalculate Totals | | Radio Button | 1 | 0 | | | rt.rct | RAM Record | client_flag | Recalculate client totals | | Recalculate Totals | | Check Box | 1 | 0 | | | rt.rdt | RAM Record | daysheet_flag | Recalculate daysheet totals | | Recalculate Totals | | Check Box | 1 | 0 | | | rt.to | RAM Record | to_date | To | | Recalculate Totals | | Date | 8 | 0 | | | rtcb.co | RAM Record | nc_type | Completed only | | Report to Credit Bureaus | | Check Box | 1 | 0 | | | rtcb.dd | RAM Record | nc_date | Done date | | Report to Credit Bureaus | | Date | 8 | 0 | | | rtcb.mcad | RAM Record | nc_type | Mark contacts as done | | Report to Credit Bureaus | | Check Box | 1 | 0 | | | rtcb.rbc | RAM Record | nc_type | Report by client | | Report to Credit Bureaus | | Check Box | 1 | 0 | | | rtcb.rte | RAM Record | nc_type | Report to Experian | | Report to Credit Bureaus | | Check Box | 1 | 0 | | | rtcb.rteq | RAM Record | nc_type | Report to Equifax | | Report to Credit Bureaus | | Check Box | 1 | 0 | | | rtcb.rttu | RAM Record | nc_type | Report to Trans Union | | Report to Credit Bureaus | | Check Box | 1 | 0 | | | rtcb.un | RAM Record | nc_type | Unavailable1 | | Report to Credit Bureaus | | Check Box | 1 | 0 | | | rty.cd | app_record | ar_cdate | Cdate | | Record Type | | Date | 8 | 0 | | | rty.ct | app_record | ar_ctime | Ctime | | Record Type | | Time | 8 | 0 | | | rty.di | app_record | ar_db_index | DB index | | Record Type | | Text, N | 4 | 0 | | | rty.fi | app_record | N/A | Fields | | Record Type | | N/A | 0 | 0 | | | rty.in | app_record | ar_window_index | Index | | Record Type | | Text, N | 4 | 0 | | | rty.md | app_record | ar_mdate | Mdate | | Record Type | | Date | 8 | 0 | | | rty.mt | app_record | ar_mtime | Mtime | | Record Type | | Time | 8 | 0 | | | rty.na | app_record | ar_name | Name | | Record Type | | Text, AN | 63 | 0 | | | rty.ri | app_record | ar_record_id | Record ID | | Record Type | | Text, N | 9 | 0 | | | rty.ui | app_record | ar_rowid | UID | | Record Type | | Text, N | 7 | 0 | | | rtyp.da | RAM Record | rt_dbi | Database | | Record Type | | Text, N | 4 | 0 | | | rtyp.na | RAM Record | rt_name | Name | | Record Type | | Text, AN | 63 | 0 | | | rtyp.ri | RAM Record | rt_id | Record ID | | Record Type | | Text, N | 4 | 0 | | | rwipl.cftap | RAM Record | rct_date | Contacts for today and past | | Reload Work In Progress List | | Radio Button | 1 | 0 | | | rwipl.cfto | RAM Record | rct_date | Contacts for today only | | Reload Work In Progress List | | Radio Button | 1 | 0 | | | rwipl.fr | RAM Record | rct_search_date_from | From | | Reload Work In Progress List | | Date | 8 | 0 | | | rwipl.lcfc | RAM Record | rct_client | Load contacts for client | | Reload Work In Progress List | | Text, N | 8 | 0 | | | rwipl.lcfo | RAM Record | rct_operator | Load contacts for operator | | Reload Work In Progress List | | Text, AN | 6 | 0 | | | rwipl.sad | RAM Record | rct_date | Search all dates | | Reload Work In Progress List | | Radio Button | 1 | 0 | | | rwipl.sbr | RAM Record | rct_date | Search by range ... | | Reload Work In Progress List | | Radio Button | 1 | 0 | | | rwipl.tf | RAM Record | rct_search_time_from | Time From | | Reload Work In Progress List | | Time | 10 | 0 | | | rwipl.to | RAM Record | rct_search_date_to | To | | Reload Work In Progress List | | Date | 8 | 0 | | | rwipl.tt | RAM Record | rct_search_time_to | Time To | | Reload Work In Progress List | | Time | 10 | 0 | | | sail.na | RAM Record | fl_name | Name | | Select an Import Library | | Text, AN | 63 | 0 | | | sam. | RAM Record | batch_assign_plan | | | Screen and Messages | | Text, AN | 7 | 0 | | | sam.2 | RAM Record | operator_field_plan | | | Screen and Messages | | Text, AN | 7 | 0 | | | sam.3 | RAM Record | phone_field_plan | | | Screen and Messages | | Text, AN | 7 | 0 | | | sam.batdi | RAM Record | allow_batch_to_disabled | Batch assign to disabled ID | | Screen and Messages | | Check Box | 1 | 0 | | | sam.catg | RAM Record | more_bit_switches_2 | Copy attachments to global | | Screen and Messages | | Check Box | 1 | 0 | | | sam.dbm | RAM Record | disable_batch_messages | Disable batch messages | | Screen and Messages | | Check Box | 1 | 0 | | | sam.dtcatg | RAM Record | more_bit_switches_2 | Don't copy attachments to global | | Screen and Messages | | Check Box | 1 | 0 | | | sam.dtccone | RAM Record | more_bit_switches | Don't convert case on name entry | | Screen and Messages | | Check Box | 1 | 0 | | | sam.dwhsi | RAM Record | disable_webhost_sessid | Disable Web Host session ID | | Screen and Messages | | Check Box | 1 | 0 | | | sam.eidc | RAM Record | main_verbose | Enable internal debug checks | | Screen and Messages | | Check Box | 1 | 0 | | | sam.eodl | RAM Record | more_bit_switches | Enable ODBC debug logging | | Screen and Messages | | Check Box | 1 | 0 | | | sam.evfl | RAM Record | more_bit_switches | Enable verbose field logging | | Screen and Messages | | Check Box | 1 | 0 | | | sam.flea | RAM Record | more_bit_switches | Field level editor access | | Screen and Messages | | Check Box | 1 | 0 | | | sam.ln | RAM Record | more_bit_switches | Legacy notes | | Screen and Messages | | Check Box | 1 | 0 | | | sam.lofe | RAM Record | more_bit_switches | Log on first entry | | Screen and Messages | | Check Box | 1 | 0 | | | sam.naou | RAM Record | more_bit_switches_2 | Notify admins of update | | Screen and Messages | | Check Box | 1 | 0 | | | sam.nda | RAM Record | inhibit_daysheet_autocalc | No daysheet autocalc | | Screen and Messages | | Check Box | 1 | 0 | | | sam.ndiin | RAM Record | inhibit_dup_notes_info | No duplicate ID in notes | | Screen and Messages | | Check Box | 1 | 0 | | | sam.ndris | RAM Record | more_bit_switches_2 | No duplicate records in search | | Screen and Messages | | Check Box | 1 | 0 | | | sam.np | RAM Record | nophone_field_plan | No phones | | Screen and Messages | | Text, AN | 7 | 0 | | | sam.onipf | RAM Record | more_bit_switches | Only numerics in phone fields | | Screen and Messages | | Check Box | 1 | 0 | | | sam.onis | RAM Record | more_bit_switches | Only numerics in SSN | | Screen and Messages | | Check Box | 1 | 0 | | | sam.pf | RAM Record | phone_mask | Phone format | | Screen and Messages | | Pick List | 4 | 0 | Internal | | sam.pmd | RAM Record | more_bit_switches | Process memory dump | | Screen and Messages | | Check Box | 1 | 0 | | | sam.qs | RAM Record | quick_sort_max | Quick sort | | Screen and Messages | | Text, N | 4 | 0 | | | sam.rec | RAM Record | more_bit_switches | Restrict editor CR | | Screen and Messages | | Check Box | 1 | 0 | | | sam.rech | RAM Record | restrict_editor_keys | Restrict editor characters | | Screen and Messages | | Text, AN | 31 | 0 | | | sam.rpoboa | RAM Record | more_bit_switches | Run plan on batch op assign | | Screen and Messages | | Check Box | 1 | 0 | | | sam.rpwoc | RAM Record | more_bit_switches | Run plan when operator changes | | Screen and Messages | | Check Box | 1 | 0 | | | sam.rpwpc | RAM Record | more_bit_switches | Run plan when phones change | | Screen and Messages | | Check Box | 1 | 0 | | | sam.sf | RAM Record | ssn_mask | SSN format | | Screen and Messages | | Pick List | 4 | 0 | Internal | | sam.sia | RAM Record | more_bit_switches_2 | Sort imports alphabetically | | Screen and Messages | | Check Box | 8 | 0 | | | sam.toerb | RAM Record | main_error_beep_off | Turn off error reporting beep | | Screen and Messages | | Check Box | 1 | 0 | | | sam.tonbs | RAM Record | main_beep_off | Turn off normal beep sounds | | Screen and Messages | | Check Box | 1 | 0 | | | sam.uict | RAM Record | main_monochrome | Use internal color tables | | Screen and Messages | | Radio Button | 1 | 0 | | | sam.uwc | RAM Record | main_monochrome | Use windows colors | | Screen and Messages | | Radio Button | 1 | 0 | | | sam.vmd | RAM Record | main_verbose | Verbose message display | | Screen and Messages | | Check Box | 1 | 0 | | | sam.wmn | RAM Record | precision_notes | Write millisecond notes | | Screen and Messages | | Check Box | 1 | 0 | | | sam.wntfwp | RAM Record | write_note_flags | Write note to file when printing | | Screen and Messages | | Check Box | 1 | 0 | | | sam.ww | RAM Record | word_wrap_width | Word wrap | | Screen and Messages | | Text, N | 4 | 0 | | | sar.bi | RAM Record | sr_batch_interval | Batch Interval | | Search and Replace | | Text, N | 5 | 0 | | | sar.cs | RAM Record | sr_options | Case sensitive | | Search and Replace | | Check Box | 1 | 0 | | | sar.ffm | RAM Record | sr_options | Full field match | | Search and Replace | | Check Box | 1 | 0 | | | sar.li | RAM Record | sr_lock_interval | Lock Interval | | Search and Replace | | Text, N | 5 | 0 | | | sar.re | RAM Record | sr_record | Record | | Search and Replace | | Text, AN | 63 | 0 | | | sar.rep | RAM Record | sr_replace | Replace | | Search and Replace | | Text, AN | 35 | 0 | | | sar.se | RAM Record | sr_search | Search | | Search and Replace | | Text, AN | 35 | 0 | | | sar.sf | RAM Record | sr_field | Select field | | Search and Replace | | Text, AN | 31 | 0 | | | sar.so | RAM Record | sr_options | Search only | | Search and Replace | | Check Box | 1 | 0 | | | sar.tmmr | RAM Record | sr_options | Tag matched/modified records | | Search and Replace | | Check Box | 1 | 0 | | | sat.a2 | RAM Record | address2 | Address 2 | | Single ACH Transaction | | Text, AN | 30 | 0 | | | sat.ac | RAM Record | acctnum | Acct # | | Single ACH Transaction | | Text, AN | 17 | 0 | | | sat.ad | RAM Record | address1 | Address | | Single ACH Transaction | | Text, AN | 30 | 0 | | | sat.af | RAM Record | flags | Apply fee | | Single ACH Transaction | | Check Box | 1 | 0 | | | sat.am | RAM Record | amount | Amount | | Single ACH Transaction | | Currency | 9 | 0 | | | sat.ba | RAM Record | bank | Bank | | Single ACH Transaction | | Text, AN | 63 | 0 | | | sat.ci | RAM Record | city | City | | Single ACH Transaction | | Text, AN | 30 | 0 | | | sat.da | RAM Record | date | Date | | Single ACH Transaction | | Date | 8 | 0 | | | sat.fe | RAM Record | fee | Fee | | Single ACH Transaction | | Currency | 9 | 0 | | | sat.na | RAM Record | accountname | Name | | Single ACH Transaction | | Text, AN | 22 | 0 | | | sat.pa | RAM Record | password | Password | | Single ACH Transaction | | Text, AN | 50 | 0 | | | sat.ph | RAM Record | homephone | Phone | | Single ACH Transaction | | Text, AN | 12 | 0 | | | sat.ro | RAM Record | aba | Routing | | Single ACH Transaction | | Text, AN | 9 | 0 | | | sat.sbi | RAM Record | flags | Save bank information | | Single ACH Transaction | | Check Box | 1 | 0 | | | sat.st | RAM Record | state | State | | Single ACH Transaction | | Text, AN | 2 | 0 | | | sat.tc | RAM Record | saveto | To cosigner | | Single ACH Transaction | | Radio Button | 1 | 0 | | | sat.td | RAM Record | saveto | To debtor | | Single ACH Transaction | | Radio Button | 1 | 0 | | | sat.to | RAM Record | total | Total | | Single ACH Transaction | | Currency | 9 | 0 | | | sat.ty | RAM Record | accttype | Type | | Single ACH Transaction | | Pick List | 32 | 0 | Internal | | sat.zi | RAM Record | zip | Zip | | Single ACH Transaction | | Text, AN | 10 | 0 | | | satp.pycwl | RAM Record | options | Process your current WIP list | | Select Accounts To Process | | Radio Button | 1 | 0 | | | satp.sbao | RAM Record | options | Select by account operator | | Select Accounts To Process | | Radio Button | 1 | 0 | | | satp.sbld | RAM Record | options | Select by listed date | | Select Accounts To Process | | Radio Button | 1 | 0 | | | satp.tir | RAM Record | options | Tag individual records | | Select Accounts To Process | | Radio Button | 1 | 0 | | | satp.usctf | RAM Record | options | Use search criteria to filter | | Select Accounts To Process | | Radio Button | 1 | 0 | | | sbao.fo | RAM Record | filter_min | From operator | | Select By Account Operator | | Text, AN | 7 | 0 | | | sbao.to | RAM Record | filter_max | To operator | | Select By Account Operator | | Text, AN | 7 | 0 | | | sbld.ldso | RAM Record | date_min | Listed dates starting on | | Select By Listed Date | | Date | 8 | 0 | | | sbld.ldutai | RAM Record | date_max | Listed dates up to and including | | Select By Listed Date | | Date | 8 | 0 | | | sbrd.as | RAM Record | cbr_association | Association | | Select Bureau Report Details | | Text, AN | 1 | 0 | | | sbrd.at | RAM Record | cbr_type | Account type | | Select Bureau Report Details | | Text, AN | 2 | 0 | | | sbrd.cc | RAM Record | cbr_condition_code | Condition code | | Select Bureau Report Details | | Text, AN | 2 | 0 | | | sbrd.co | RAM Record | cbr_country | Country | | Select Bureau Report Details | | Pick List | 2 | 0 | Internal | | sbrd.ic | RAM Record | cbr_industry_code | Industry code | | Select Bureau Report Details | | Text, AN | 1 | 0 | | | sbrd.ii | RAM Record | cbr_info_indicator | Info indicator | | Select Bureau Report Details | | Text, AN | 1 | 0 | | | sbrd.pr | RAM Record | cbr_payment_rating | Payment rating | | Select Bureau Report Details | | Text, AN | 2 | 0 | | | sbrd.pt | RAM Record | cbr_portfolio_type | Portfolio type | | Select Bureau Report Details | | Pick List | 2 | 0 | Internal | | sbrd.sc | RAM Record | cbr_status_code | Status code | | Select Bureau Report Details | | Text, AN | 2 | 0 | | | sbrd.sco | RAM Record | cbr_special_comment | Special comment | | Select Bureau Report Details | | Text, AN | 2 | 0 | | | sbrd.tt | RAM Record | cbr_transaction_type | Transaction type | | Select Bureau Report Details | | Text, AN | 5 | 0 | | | sc.st | RAM Record | N/A | Scheduled Tasks | | Scheduler | | N/A | 0 | 0 | | | scct.af | RAM Record | flags | Apply fee | | Single Credit Card Transaction | | Check Box | 1 | 0 | | | scct.am | RAM Record | amount | Amount | | Single Credit Card Transaction | | Currency | 9 | 0 | | | scct.as | RAM Record | avsstreet | AVS street | | Single Credit Card Transaction | | Text, AN | 25 | 0 | | | scct.az | RAM Record | avszip | AVS ZIP | | Single Credit Card Transaction | | Text, AN | 10 | 0 | | | scct.ch | RAM Record | accountholder | Card holder | | Single Credit Card Transaction | | Text, AN | 40 | 0 | | | scct.ci | RAM Record | city | City | | Single Credit Card Transaction | | Text, AN | 31 | 0 | | | scct.cn | RAM Record | cardnumber | Card number | | Single Credit Card Transaction | | Text, AN | 20 | 0 | | | scct.co | RAM Record | cardcode | Code | | Single Credit Card Transaction | | Text, AN | 4 | 0 | | | scct.ct | RAM Record | cardtype | Card type | | Single Credit Card Transaction | | Pick List | 10 | 0 | Internal | | scct.da | RAM Record | next | Date | | Single Credit Card Transaction | | Date | 10 | 0 | | | scct.em | RAM Record | email | Email | | Single Credit Card Transaction | | Text, AN | 79 | 0 | | | scct.ex | RAM Record | cardexp | Exp | | Single Credit Card Transaction | | Text, AN | 4 | 0 | | | scct.fe | RAM Record | fee | Fee | | Single Credit Card Transaction | | Currency | 9 | 0 | | | scct.fi | RAM Record | firstname | First | | Single Credit Card Transaction | | Text, AN | 20 | 0 | | | scct.la | RAM Record | lastname | Last | | Single Credit Card Transaction | | Text, AN | 20 | 0 | | | scct.pi | RAM Record | userpin | PIN | | Single Credit Card Transaction | | Text, AN | 30 | 0 | | | scct.s1 | RAM Record | address_1 | Street 1 | | Single Credit Card Transaction | | Text, AN | 127 | 0 | | | scct.scci | RAM Record | flags | Save credit card info | | Single Credit Card Transaction | | Check Box | 1 | 0 | | | scct.ser | RAM Record | flags | Send email receipt | | Single Credit Card Transaction | | Check Box | 1 | 0 | | | scct.st | RAM Record | address | Street | | Single Credit Card Transaction | | Text, AN | 79 | 0 | | | scct.sta | RAM Record | state | State | | Single Credit Card Transaction | | Text, AN | 2 | 0 | | | scct.tbtc | RAM Record | total | Total billed to card | | Single Credit Card Transaction | | Currency | 9 | 0 | | | scct.tc | RAM Record | saveto | To cosigner | | Single Credit Card Transaction | | Radio Button | 1 | 0 | | | scct.td | RAM Record | saveto | To debtor | | Single Credit Card Transaction | | Radio Button | 1 | 0 | | | scct.zi | RAM Record | zip | ZIP | | Single Credit Card Transaction | | Text, AN | 10 | 0 | | | scp.cp | RAM Record | contact_plan | Contact plan | | Select Contact Plan | | Text, AN | 7 | 0 | | | scta.aatc | RAM Record | client | Assign accounts to client | | Select Client To Assign | | Text, AN | 40 | 0 | | | sctp.aac | RAM Record | filter | All automated contacts | | Select Contacts To Process | | Radio Button | 1 | 0 | | | sctp.af | RAM Record | filter_flags | Activate files | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.bp | RAM Record | filter_flags | Broken promises | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.cc | RAM Record | filter_flags | Change client | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.cf | RAM Record | filter_flags | Close files | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.cr | RAM Record | filter_flags | Commission rates | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.crp | RAM Record | filter_flags | Commission rate plans | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.edf | RAM Record | filter_flags | Edit debtor fields | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.oa | RAM Record | filter_flags | Operator assignments | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.pt | RAM Record | filter_flags | Post transactions | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.rcp | RAM Record | filter_flags | Run contact plans | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.sa | RAM Record | filter_flags | Sales assignments | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.sc | RAM Record | filter_flags | Status changes | | Select Contacts To Process | | Check Box | 1 | 0 | | | sctp.sco | RAM Record | filter | Selected contacts only | | Select Contacts To Process | | Radio Button | 1 | 0 | | | sctp.wn | RAM Record | filter_flags | Write notes | | Select Contacts To Process | | Check Box | 1 | 0 | | | sdvf.cp | RAM Record | ftp_database_flags | Contact plans | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.dws | RAM Record | ftp_database_flags | Database without subfolders | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.dwsu | RAM Record | ftp_database_flags | Database with subfolders | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.ek | RAM Record | encrypt_db_pass | Encryption Key | | Send Database via FTP | | Text, AN | 20 | 0 | | | sdvf.fsn | RAM Record | ftp_servername | FTP server name | | Send Database via FTP | | Text, AN | 40 | 0 | | | sdvf.hk | RAM Record | ftp_host_key | Host Key | | Send Database via FTP | | Text, AN | 260 | 0 | | | sdvf.il | RAM Record | ftp_database_flags | Import libraries | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.lf | RAM Record | ftp_database_flags | Log files | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.pa | RAM Record | ftp_password | Password | | Send Database via FTP | | Text, AN | 15 | 0 | | | sdvf.rl | RAM Record | ftp_database_flags | Report libraries | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.ud | RAM Record | ftp_database_flags | User database | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.us | RAM Record | ftp_username | Username | | Send Database via FTP | | Text, AN | 15 | 0 | | | sdvf.wcf | RAM Record | ftp_database_flags | Whole Collect! folder | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.wf | RAM Record | ftp_send_via_flag | Windows FTP | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.whhf | RAM Record | ftp_database_flags | Web Host HTML folder | | Send Database via FTP | | Radio Button | 1 | 0 | | | sdvf.wi | RAM Record | ftp_send_via_flag | WinSCP | | Send Database via FTP | | Radio Button | 1 | 0 | | | ses.cl | RAM Record | sms_client_phone | Client | | SMS Email Setup | | Text, N | 20 | 0 | | | ses.co | RAM Record | sms_cosigner_phone | Cosigner | | SMS Email Setup | | Text, N | 20 | 0 | | | ses.ddn | RAM Record | sms_domain_name | Default domain name | | SMS Email Setup | | Text, AN | 79 | 0 | | | ses.de | RAM Record | sms_debtor_phone | Debtor | | SMS Email Setup | | Text, N | 20 | 0 | | | sf.fi | field | field_name | Field | | Select Field | | Text, AN | 40 | 0 | | | sf.fo | field | field_window | Form | | Select Field | | Text, AN | 40 | 0 | | | sf.id | field | field_id | ID | | Select Field | | Text, AN | 20 | 0 | | | sf.ui | field | field_rowid | UID | | Select Field | | Text, N | 7 | 0 | | | si.id | RAM Record | id | ID | | Signon | | Text, AN | 32 | 0 | | | si.pa | RAM Record | password | Password | | Signon | | Text, AN | 21 | 0 | | | si.se | RAM Record | server | Server | | Signon | | Pick List | 15 | 0 | Internal | | skac.cd | RAM Record | cert_division | Company division | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.ci | RAM Record | cert_city | City | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.co | RAM Record | cert_country | Country | | SSL Keys and Certs | | Text, AN | 2 | 0 | | | skac.cr | RAM Record | certificate_request_file | Certificate request | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.dpf | RAM Record | dh_param_file | DH parameter file | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.em | RAM Record | cert_email | Email | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.gof | RAM Record | ssl_settings_list | Generator output format | | SSL Keys and Certs | | Pick List | 79 | 0 | Internal | | skac.htmcf | RAM Record | cert_hostname | Host to make cert for | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.ks | RAM Record | private_key_size | Key size | | SSL Keys and Certs | | Pick List | 4 | 0 | Internal | | skac.or | RAM Record | cert_organization | Organization | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.rpk | RAM Record | private_key_file | RSA private key | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.sop | RAM Record | cert_province | State or province | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.spf | RAM Record | stunnel_PEM_file | Stunnel PEM file | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | skac.vx | RAM Record | x509_version | Version x509 | | SSL Keys and Certs | | Pick List | 79 | 0 | Internal | | skac.whc | RAM Record | certificate_file | Web Host certificate | | SSL Keys and Certs | | Text, AN | 79 | 0 | | | sm.at | RAM Record | attachments | Attachments | | Send Mail | | Text, AN | 1023 | 0 | | | sm.cc | RAM Record | cc | Cc | | Send Mail | | Text, AN | 1023 | 0 | | | sm.su | RAM Record | subject | Subject | | Send Mail | | Text, AN | 1023 | 0 | | | sm.te | RAM Record | textBlock | Textblock | | Send Mail | | | 9 | 0 | | | sm.to | RAM Record | to | To | | Send Mail | | Text, AN | 1023 | 0 | | | snc.am | contact | co_amount | Amount | | Schedule Next Contact | | Currency | 9 | 0 | | | snc.aoo | contact | co_lock | Advance on overpayment | | Schedule Next Contact | | Check Box | 1 | 1 | | | snc.at | contact | co_attachment | Attachment | | Schedule Next Contact | | Text, AN | 62 | 0 | | | snc.ccor | contact | co_lock | Create copy on repeat | | Schedule Next Contact | | Check Box | 1 | 8 | | | snc.cl | contact | co_class | Class | | Schedule Next Contact | | Text, N | 4 | 0 | | | snc.da | contact | co_date | Date | | Schedule Next Contact | | Date | 10 | 0 | | | snc.dat | contact | co_user_1 | Data | | Schedule Next Contact | | Text, AN | 39 | 0 | | | snc.de | contact | co_description | Description | | Schedule Next Contact | | Text, AN | 79 | 0 | | | snc.dna | contact | co_lock | Do not autodelete | | Schedule Next Contact | | Check Box | 1 | 2 | | | snc.lrtn | contact | co_lock | Log repeat to notes | | Schedule Next Contact | | Check Box | 1 | 16 | | | snc.na | contact | co_lock | No autocomplete | | Schedule Next Contact | | Check Box | 1 | 4 | | | snc.nap | contact | co_lock | No autocomplete promise | | Schedule Next Contact | | Check Box | 1 | 64 | | | snc.nod | contact | co_custom_repeat | Number of days | | Schedule Next Contact | | Text, N | 4 | 0 | | | snc.op | contact | co_who | Operator | | Schedule Next Contact | | Text, AN | 7 | 0 | | | snc.pr | contact | co_priority | Priority | | Schedule Next Contact | | Text, N | 2 | 0 | | | snc.re | contact | co_repeat | Repeat | | Schedule Next Contact | | Pick List | 4 | 0 | Internal | | snc.ti | contact | co_time | Time | | Schedule Next Contact | | Time | 8 | 0 | | | snc.ty | contact | co_type | Type | | Schedule Next Contact | | Pick List | 4 | 0 | Internal | | sota.aato | RAM Record | operator | Assign account to operator | | Select Operator To Assign | | Text, AN | 7 | 0 | | | sro.ao | RAM Record | functions1 | Account operator | | Select Review Operator | | Radio Button | 1 | 0 | | | sro.op | RAM Record | operator | Operator | | Select Review Operator | | Text, AN | 7 | 0 | | | sro.so | RAM Record | functions1 | Specific operator | | Select Review Operator | | Radio Button | 1 | 0 | | | ss.dnaf | RAM Record | scheduler_flags | Do not autosave file | | Scheduler Settings | | Check Box | 1 | 0 | | | ss.dstf | RAM Record | scheduler_default_file | Default scheduler tasks file | | Scheduler Settings | | Text, AN | 259 | 0 | | | ss.ldfas | RAM Record | scheduler_flags | Load default file at startup | | Scheduler Settings | | Check Box | 1 | 0 | | | ss.ssa | RAM Record | scheduler_flags | Start scheduler automatically | | Scheduler Settings | | Check Box | 1 | 0 | | | sse.edl | RAM Record | golivesms_switches | Enable debug logging | | SMS Setup | | Check Box | 1 | 0 | | | sse.gu | RAM Record | golivesms_id | GUID | | SMS Setup | | Text, AN | 40 | 0 | | | sse.pa | RAM Record | golivesms_passwd | Password | | SMS Setup | | Text, AN | 32 | 0 | | | sse.sc | RAM Record | golivesms_sc | Short code | | SMS Setup | | Text, AN | 32 | 0 | | | sse.ur | RAM Record | golivesms_host | URL | | SMS Setup | | Text, AN | 259 | 0 | | | sse.us | RAM Record | golivesms_user | Username | | SMS Setup | | Text, AN | 32 | 0 | | | ssm.pn | RAM Record | mobile | Phone number | | SMS Send Message | | Text, AN | 12 | 0 | | | ssm.tm | RAM Record | msg | Text message | | SMS Send Message | | Text, AN | 120 | 0 | | | ssp.adst | RAM Record | main_monochrome | Auto detect screen type | | System Startup Preferences | | Radio Button | 1 | 0 | | | ssp.csd | RAM Record | main_monochrome | Color screen display | | System Startup Preferences | | Radio Button | 1 | 0 | | | ssp.dd | RAM Record | main_db_path | Default database | | System Startup Preferences | | Text, AN | 24 | 0 | | | ssp.di | RAM Record | signon_id | Default ID | | System Startup Preferences | | Text, AN | 7 | 0 | | | ssp.msd | RAM Record | main_monochrome | Monochrome screen display | | System Startup Preferences | | Radio Button | 1 | 0 | | | ssp.pa | RAM Record | signon_password | Password | | System Startup Preferences | | Text, AN | 20 | 0 | | | ssp.pp | RAM Record | main_setup_password | Preferences Password | | System Startup Preferences | | Text, AN | 20 | 0 | | | ssp.udiap | RAM Record | always_signon_as | Use default ID and password | | System Startup Preferences | | Check Box | 1 | 0 | | | st.co | RAM Record | status | Configuration | | Scheduler Task | | Text, AN | 10 | 0 | | | st.da | RAM Record | text | Data | | Scheduler Task | | Text, AN | 79 | 0 | | | st.dat | RAM Record | date | Date | | Scheduler Task | | Date | 8 | 0 | | | st.dom | RAM Record | day_of_month | Day of month | | Scheduler Task | | Text, N | 4 | 0 | | | st.dow | RAM Record | day_of_week | Day of week | | Scheduler Task | | Pick List | 14 | 0 | Internal | | st.id | RAM Record | id | ID | | Scheduler Task | | Text, AN | 9 | 0 | | | st.in | RAM Record | interval | Interval | | Scheduler Task | | Pick List | 14 | 0 | Internal | | st.lft | RAM Record | finish_str | Last finish time | | Scheduler Task | | Text, AN | 29 | 0 | | | st.lst | RAM Record | start_str | Last start time | | Scheduler Task | | Text, AN | 29 | 0 | | | st.mi | RAM Record | day_of_month | Minutes | | Scheduler Task | | Text, N | 4 | 0 | | | st.pr | RAM Record | priority | Priority | | Scheduler Task | | Text, N | 4 | 0 | | | st.ta | RAM Record | task | Task | | Scheduler Task | | Pick List | 17 | 0 | Internal | | st.tc | RAM Record | completed | Task completed | | Scheduler Task | | Check Box | 1 | 0 | | | st.ti | RAM Record | time | Time | | Scheduler Task | | Time | 8 | 0 | | | sta.da | RAM Record | date | Date | | Scheduler Tasks | | Date | 8 | 0 | | | sta.dow | RAM Record | day_of_week | Day of week | | Scheduler Tasks | | Pick List | 14 | 0 | Internal | | sta.id | RAM Record | id | ID | | Scheduler Tasks | | Text, AN | 9 | 0 | | | sta.in | RAM Record | interval | Interval | | Scheduler Tasks | | Pick List | 14 | 0 | Internal | | sta.ta | RAM Record | task | Task | | Scheduler Tasks | | Pick List | 20 | 0 | Internal | | sta.ti | RAM Record | time | Time | | Scheduler Tasks | | Time | 8 | 0 | | | swam.ca | RAM Record | match_switches_1 | Copy address | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cad | RAM Record | match_switches_2 | Cascade address | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cc | RAM Record | match_switches_1 | Copy contact | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cco | RAM Record | match_switches_2 | Cascade contact | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cd | RAM Record | match_switches_1 | Copy DOB | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cdl | RAM Record | match_switches_1 | Copy DL | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cdl1 | RAM Record | match_switches_2 | Cascade DL | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cdo | RAM Record | match_switches_2 | Cascade DOB | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cn | RAM Record | match_switches_1 | Copy name | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cna | RAM Record | match_switches_2 | Cascade name | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cp | RAM Record | match_switches_1 | Copy phones | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cph | RAM Record | match_switches_2 | Cascade phones | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cpo | RAM Record | match_switches_1 | Copy POE | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cpoe | RAM Record | match_switches_2 | Cascade POE | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cs | RAM Record | match_switches_1 | Copy SSN | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.css | RAM Record | match_switches_2 | Cascade SSN | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cst | RAM Record | match_switches_2 | Cascade status | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.cw | RAM Record | match_switches_2 | Cascade worked | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.eam | RAM Record | match_switches_1 | Enable account matching | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.mc | RAM Record | match_switches_1 | Match contact | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.md | RAM Record | match_switches_1 | Match DOB | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.mdl | RAM Record | match_switches_1 | Match DL | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.mn | RAM Record | match_switches_1 | Match name | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.mp | RAM Record | match_switches_1 | Match phones | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.ms | RAM Record | match_switches_1 | Match SSN | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swam.pbc | RAM Record | match_switches_1 | Prompt before cascade | | Setup Wizard - Account Matching | | Check Box | 1 | 0 | | | swcd. | RAM Record | com_street_no | | | Setup Wizard - Company Details | | Text, AN | 5 | 0 | | | swcd.2 | RAM Record | com_phone_ext | | | Setup Wizard - Company Details | | Text, AN | 3 | 0 | | | swcd.3 | RAM Record | com_fax_ext | | | Setup Wizard - Company Details | | Text, AN | 3 | 0 | | | swcd.4 | RAM Record | com_cell_ext | | | Setup Wizard - Company Details | | Text, AN | 3 | 0 | | | swcd.a1 | RAM Record | com_addr_1 | Address 1 | | Setup Wizard - Company Details | | Text, AN | 32 | 0 | | | swcd.a2 | RAM Record | com_addr_2 | Address 2 | | Setup Wizard - Company Details | | Text, AN | 25 | 0 | | | swcd.a3 | RAM Record | com_addr_3 | Address 3 | | Setup Wizard - Company Details | | Text, AN | 32 | 0 | | | swcd.ce | RAM Record | com_cell | Cell | | Setup Wizard - Company Details | | Text, AN | 10 | 0 | | | swcd.cg | RAM Record | com_switches | Credit grantor | | Setup Wizard - Company Details | | Check Box | 1 | 0 | | | swcd.ci | RAM Record | com_city | City | | Setup Wizard - Company Details | | Text, AN | 16 | 0 | | | swcd.co | RAM Record | com_country | Country | | Setup Wizard - Company Details | | Pick List | 16 | 0 | Internal | | swcd.dc | RAM Record | com_default_currency | Default currency | | Setup Wizard - Company Details | | Pick List | 8 | 0 | Internal | | swcd.dmyd | RAM Record | com_date_format | Day Month Year (DDMMYYYY) | | Setup Wizard - Company Details | | Radio Button | 1 | 0 | | | swcd.ds | RAM Record | com_date_separator | Date separator | | Setup Wizard - Company Details | | Text, AN | 1 | 0 | | | swcd.em | RAM Record | com_email | Email | | Setup Wizard - Company Details | | Text, AN | 32 | 0 | | | swcd.fa | RAM Record | com_fax | Fax | | Setup Wizard - Company Details | | Text, AN | 10 | 0 | | | swcd.mc | RAM Record | com_switches | Multi currency | | Setup Wizard - Company Details | | Check Box | 1 | 0 | | | swcd.mdym | RAM Record | com_date_format | Month Day Year (MMDDYYYY) | | Setup Wizard - Company Details | | Radio Button | 1 | 0 | | | swcd.na | RAM Record | com_name | Name | | Setup Wizard - Company Details | | Text, AN | 32 | 0 | | | swcd.ph | RAM Record | com_phone | Phone | | Setup Wizard - Company Details | | Text, AN | 10 | 0 | | | swcd.re | RAM Record | com_rep | Representative | | Setup Wizard - Company Details | | Text, AN | 32 | 0 | | | swcd.st | RAM Record | com_state | State | | Setup Wizard - Company Details | | Text, AN | 16 | 0 | | | swcd.ymdy | RAM Record | com_date_format | Year Month Day (YYYYMMDD) | | Setup Wizard - Company Details | | Radio Button | 1 | 0 | | | swcd.zi | RAM Record | com_zip | ZIP | | Setup Wizard - Company Details | | Text, AN | 16 | 0 | | | swcl.co | RAM Record | lic_company | Company | | Setup Wizard - Collect! License | | Text, AN | 32 | 0 | | | swcl.lc | RAM Record | lic_code | License code | | Setup Wizard - Collect! License | | Text, AN | 41 | 0 | | | swcl.ow | RAM Record | lic_owner | Owner | | Setup Wizard - Collect! License | | Text, AN | 32 | 0 | | | swcr. | RAM Record | cbr_tu_control | | | Setup Wizard - Credit Reporting | | Text, AN | 5 | 0 | | | swcr.10 | RAM Record | cbr_exp_area | | | Setup Wizard - Credit Reporting | | Text, AN | 3 | 0 | | | swcr.11 | RAM Record | cbr_exp_id | | | Setup Wizard - Credit Reporting | | Text, AN | 7 | 0 | | | swcr.12 | RAM Record | cbr_exp_file | | | Setup Wizard - Credit Reporting | | Text, AN | 1 | 0 | | | swcr.13 | RAM Record | cbr_efx_control | | | Setup Wizard - Credit Reporting | | Text, AN | 5 | 0 | | | swcr.14 | RAM Record | cbr_efx_grantor | | | Setup Wizard - Credit Reporting | | Text, AN | 10 | 0 | | | swcr.15 | RAM Record | cbr_efx_center | | | Setup Wizard - Credit Reporting | | Text, AN | 3 | 0 | | | swcr.16 | RAM Record | cbr_efx_area | | | Setup Wizard - Credit Reporting | | Text, AN | 3 | 0 | | | swcr.17 | RAM Record | cbr_efx_id | | | Setup Wizard - Credit Reporting | | Text, AN | 7 | 0 | | | swcr.18 | RAM Record | cbr_efx_file | | | Setup Wizard - Credit Reporting | | Text, AN | 1 | 0 | | | swcr.19 | RAM Record | cbr_delay_days | | | Setup Wizard - Credit Reporting | | Text, N | 4 | 0 | | | swcr.2 | RAM Record | cbr_tu_grantor | | | Setup Wizard - Credit Reporting | | Text, AN | 10 | 0 | | | swcr.3 | RAM Record | cbr_tu_center | | | Setup Wizard - Credit Reporting | | Text, AN | 3 | 0 | | | swcr.4 | RAM Record | cbr_tu_area | | | Setup Wizard - Credit Reporting | | Text, AN | 3 | 0 | | | swcr.5 | RAM Record | cbr_tu_id | | | Setup Wizard - Credit Reporting | | Text, AN | 7 | 0 | | | swcr.6 | RAM Record | cbr_tu_file | | | Setup Wizard - Credit Reporting | | Text, AN | 1 | 0 | | | swcr.7 | RAM Record | cbr_exp_control | | | Setup Wizard - Credit Reporting | | Text, AN | 5 | 0 | | | swcr.8 | RAM Record | cbr_exp_grantor | | | Setup Wizard - Credit Reporting | | Text, AN | 10 | 0 | | | swcr.9 | RAM Record | cbr_exp_center | | | Setup Wizard - Credit Reporting | | Text, AN | 3 | 0 | | | swcr.co | RAM Record | cbr_cosigner | Cosigner | | Setup Wizard - Credit Reporting | | Pick List | 4 | 0 | Internal | | swcr.dd | RAM Record | cbr_switches | Delay days | | Setup Wizard - Credit Reporting | | Check Box | 1 | 0 | | | swd.dd | RAM Record | db_name | Default database | | Setup Wizard - Database | | Text, AN | 20 | 0 | | | swd.gfap | RAM Record | db_access_path | Global file access path | | Setup Wizard - Database | | Text, AN | 511 | 0 | | | swd.lp | RAM Record | db_log_path | Log path | | Setup Wizard - Database | | Text, AN | 131 | 0 | | | swd.mfp | RAM Record | db_message_path | Message file path | | Setup Wizard - Database | | Text, AN | 255 | 0 | | | swd.rlp | RAM Record | db_letter_path | RTF Letter path | | Setup Wizard - Database | | Text, AN | 511 | 0 | | | swd.soe | RAM Record | db_mode | Sign on exclusive | | Setup Wizard - Database | | Radio Button | 1 | 0 | | | swd.sos | RAM Record | db_mode | Sign on shared | | Setup Wizard - Database | | Radio Button | 1 | 0 | | | swpp.dcp | RAM Record | posting_default_plan | Default contact plan | | Setup Wizard - Payment Posting | | Text, AN | 7 | 0 | | | swpp.pbp | RAM Record | posting_promise_broken | Promise broken payment | | Setup Wizard - Payment Posting | | Text, AN | 7 | 0 | | | swpp.pfp | RAM Record | posting_promise_full | Promise full payment | | Setup Wizard - Payment Posting | | Text, AN | 7 | 0 | | | swpp.pfpa | RAM Record | posting_plan_full | Plan full payment | | Setup Wizard - Payment Posting | | Text, AN | 7 | 0 | | | swpp.pnp | RAM Record | posting_promise_nsf | Promise NSF payment | | Setup Wizard - Payment Posting | | Text, AN | 7 | 0 | | | swpp.pop | RAM Record | posting_promise_over | Promise over payment | | Setup Wizard - Payment Posting | | Text, AN | 7 | 0 | | | swpp.popa | RAM Record | posting_plan_over | Plan over payment | | Setup Wizard - Payment Posting | | Text, AN | 7 | 0 | | | swpp.pup | RAM Record | posting_promise_under | Promise under payment | | Setup Wizard - Payment Posting | | Text, AN | 7 | 0 | | | swpp.pupa | RAM Record | posting_plan_under | Plan under payment | | Setup Wizard - Payment Posting | | Text, AN | 7 | 0 | | | swpp.rdp | RAM Record | posting_switches | Run default plan | | Setup Wizard - Payment Posting | | Check Box | 1 | 0 | | | swpp.rpwbb | RAM Record | posting_close_amount | Run plan when balance below | | Setup Wizard - Payment Posting | | Currency | 9 | 0 | | | swwls.acc | RAM Record | wip_switches | Automatically complete contacts | | Setup Wizard - WIP List Settings | | Check Box | 1 | 0 | | | swwls.asnc | RAM Record | wip_switches | Always show next contact | | Setup Wizard - WIP List Settings | | Check Box | 1 | 0 | | | swwls.dnc | RAM Record | wip_default_contact | Default new contact | | Setup Wizard - WIP List Settings | | Pick List | 4 | 0 | Internal | | swwls.fcnr | RAM Record | wip_switches | Future contact not required | | Setup Wizard - WIP List Settings | | Check Box | 1 | 0 | | | swwls.ffc | RAM Record | wip_switches | Force feed contacts | | Setup Wizard - WIP List Settings | | Check Box | 1 | 0 | | | ta.dtct | RAM Record | flags | Don't calculate tax | | Tax | | Check Box | 1 | 0 | | | ta.fe | RAM Record | fees | Fees | | Tax | | Currency | 9 | 0 | | | ta.in | RAM Record | interest | Interest | | Tax | | Currency | 9 | 0 | | | ta.le | RAM Record | legal | Legal | | Tax | | Currency | 9 | 0 | | | ta.mi | RAM Record | misc | Misc | | Tax | | Currency | 9 | 0 | | | ta.ot | RAM Record | other | Other | | Tax | | Currency | 9 | 0 | | | ta.pr | RAM Record | principal | Principal | | Tax | | Currency | 9 | 0 | | | ta.t1 | RAM Record | rate | Tax 1 | | Tax | | Percent | 9 | 0 | | | ta.t2 | RAM Record | rate_1 | Tax 2 | | Tax | | Percent | 9 | 0 | | | ta.t3 | RAM Record | rate_2 | Tax 3 | | Tax | | Percent | 9 | 0 | | | ta.t4 | RAM Record | rate_3 | Tax 4 | | Tax | | Percent | 9 | 0 | | | ta.tf | RAM Record | rate_flags | tax1_fee | | Tax | | Check Box | 1 | 0 | | | ta.tfe | RAM Record | rate_flags | tax2_fee | | Tax | | Check Box | 1 | 0 | | | ta.tfee | RAM Record | rate_flags | tax3_fee | | Tax | | Check Box | 1 | 0 | | | ta.tfee1 | RAM Record | rate_flags | tax4_fee | | Tax | | Check Box | 1 | 0 | | | ta.ti | RAM Record | rate_flags | tax1_int | | Tax | | Check Box | 1 | 0 | | | ta.tin | RAM Record | rate_flags | tax2_int | | Tax | | Check Box | 1 | 0 | | | ta.tint | RAM Record | rate_flags | tax3_int | | Tax | | Check Box | 1 | 0 | | | ta.tint1 | RAM Record | rate_flags | tax4_int | | Tax | | Check Box | 1 | 0 | | | ta.tl | RAM Record | rate_flags | tax1_legal | | Tax | | Check Box | 1 | 0 | | | ta.tle | RAM Record | rate_flags | tax2_legal | | Tax | | Check Box | 1 | 0 | | | ta.tleg | RAM Record | rate_flags | tax3_legal | | Tax | | Check Box | 1 | 0 | | | ta.tlega | RAM Record | rate_flags | tax4_legal | | Tax | | Check Box | 1 | 0 | | | ta.tm | RAM Record | rate_flags | tax1_misc | | Tax | | Check Box | 1 | 0 | | | ta.tmi | RAM Record | rate_flags | tax2_misc | | Tax | | Check Box | 1 | 0 | | | ta.tmis | RAM Record | rate_flags | tax3_misc | | Tax | | Check Box | 1 | 0 | | | ta.tmisc | RAM Record | rate_flags | tax4_misc | | Tax | | Check Box | 1 | 0 | | | ta.to | RAM Record | rate_flags | tax1_other | | Tax | | Check Box | 1 | 0 | | | ta.tot | RAM Record | rate_flags | tax2_other | | Tax | | Check Box | 1 | 0 | | | ta.toth | RAM Record | rate_flags | tax3_other | | Tax | | Check Box | 1 | 0 | | | ta.tothe | RAM Record | rate_flags | tax4_other | | Tax | | Check Box | 1 | 0 | | | ta.tp | RAM Record | rate_flags | tax1_princ | | Tax | | Check Box | 1 | 0 | | | ta.tpr | RAM Record | rate_flags | tax2_princ | | Tax | | Check Box | 1 | 0 | | | ta.tpri | RAM Record | rate_flags | tax3_princ | | Tax | | Check Box | 1 | 0 | | | ta.tprin | RAM Record | rate_flags | tax4_princ | | Tax | | Check Box | 1 | 0 | | | ta.tt | RAM Record | total | Total tax | | Tax | | Currency | 9 | 0 | | | td.at | de_transaction | tr_attachment | Attachment | | Trans Detail | | Text, AN | 63 | 0 | | | td.cb | de_transaction | tr_cby | Cby | | Trans Detail | | Text, AN | 7 | 0 | | | td.cr | de_transaction | tr_cdate | Created | | Trans Detail | | Date | 8 | 0 | | | td.ct | de_transaction | tr_ctime | Ctime | | Trans Detail | | Time | 8 | 0 | | | td.mb | de_transaction | tr_mby | Mby | | Trans Detail | | Text, AN | 7 | 0 | | | td.mo | de_transaction | tr_mdate | Modified | | Trans Detail | | Date | 8 | 0 | | | td.mt | de_transaction | tr_mtime | Mtime | | Trans Detail | | Time | 8 | 0 | | | td.u1 | de_transaction | tr_user_1 | User 1 | | Trans Detail | | Text, AN | 63 | 0 | | | td.u2 | de_transaction | tr_user_2 | User 2 | | Trans Detail | | Text, AN | 63 | 0 | | | td.u3 | de_transaction | tr_user_3 | User 3 | | Trans Detail | | Text, AN | 63 | 0 | | | td.u4 | de_transaction | tr_user_4 | User 4 | | Trans Detail | | Text, AN | 63 | 0 | | | td.u5 | de_transaction | tr_user_5 | User 5 | | Trans Detail | | Text, AN | 63 | 0 | | | td.u6 | de_transaction | tr_user_6 | User 6 | | Trans Detail | | Text, AN | 63 | 0 | | | td.u7 | de_transaction | tr_user_7 | User 7 | | Trans Detail | | Text, AN | 63 | 0 | | | tdl.ac | RAM Record | de_cl_account | Acct | | To Do List | | Text, AN | 39 | 0 | | | tdl.am | RAM Record | co_amount | Amount | | To Do List | | Currency | 9 | 0 | | | tdl.ce | RAM Record | de_cell_extension | Cell Extension | | To Do List | | Text, AN | 7 | 0 | | | tdl.cl | RAM Record | client | Client | | To Do List | | Text, N | 8 | 0 | | | tdl.cn | RAM Record | cl_name | Client Name | | To Do List | | Text, AN | 63 | 0 | | | tdl.co | RAM Record | contact | Contact | | To Do List | | Text, AN | 63 | 0 | | | tdl.cop | RAM Record | co_who | Contact Operator | | To Do List | | Text, AN | 7 | 0 | | | tdl.cp | RAM Record | de_cell_phone | Cell Phone | | To Do List | | Text, AN | 23 | 0 | | | tdl.d1 | RAM Record | de_date1 | Date 1 | | To Do List | | Date | 8 | 0 | | | tdl.d2 | RAM Record | de_date2 | Date 2 | | To Do List | | Date | 8 | 0 | | | tdl.da | RAM Record | date | Date | | To Do List | | Date | 8 | 0 | | | tdl.de | RAM Record | description | Description | | To Do List | | Text, AN | 40 | 0 | | | tdl.dl | RAM Record | de_dl | DL | | To Do List | | Text, AN | 159 | 0 | | | tdl.do | RAM Record | done | Done | | To Do List | | Pick List | 4 | 0 | Internal | | tdl.dslp | RAM Record | de_last_payment_days | Days since last payment | | To Do List | | Text, N | 8 | 0 | | | tdl.fn | RAM Record | number | File Number | | To Do List | | Text, N | 8 | 0 | | | tdl.he | RAM Record | de_home_extension | Home Extension | | To Do List | | Text, AN | 7 | 0 | | | tdl.hp | RAM Record | de_home_phone | Home Phone | | To Do List | | Text, AN | 23 | 0 | | | tdl.ld | RAM Record | de_listed_date | Listed Date | | To Do List | | Date | 8 | 0 | | | tdl.le | RAM Record | de_to_office | Legal | | To Do List | | Text, N | 8 | 0 | | | tdl.na | RAM Record | debtor | Name | | To Do List | | Text, AN | 40 | 0 | | | tdl.oe | RAM Record | de_other_extension | Other Extension | | To Do List | | Text, AN | 7 | 0 | | | tdl.op | RAM Record | de_other_phone | Other Phone | | To Do List | | Text, AN | 23 | 0 | | | tdl.ope | RAM Record | de_collector | Operator | | To Do List | | Text, AN | 7 | 0 | | | tdl.ow | RAM Record | owing | Owing | | To Do List | | Currency | 9 | 0 | | | tdl.pr | RAM Record | priority | Priority | | To Do List | | Text, N | 2 | 0 | | | tdl.sc | RAM Record | de_risk_score | Score | | To Do List | | Text, N | 9 | 0 | | | tdl.st | RAM Record | status | Status | | To Do List | | Text, AN | 4 | 0 | | | tdl.sta | RAM Record | de_state | State | | To Do List | | Text, AN | 31 | 0 | | | tdl.su | RAM Record | de_description | Summary | | To Do List | | Text, AN | 126 | 0 | | | tdl.ti | RAM Record | time | Time | | To Do List | | Time | 5 | 0 | | | tdl.ty | RAM Record | type | Type | | To Do List | | Pick List | 4 | 0 | Internal | | tdl.tz | RAM Record | time_zone | Time Zone | | To Do List | | Pick List | 4 | 0 | Internal | | tdl.u1 | RAM Record | de_address_2 | User 1 | | To Do List | | Text, AN | 79 | 0 | | | tdl.u2 | RAM Record | de_user_1 | User 2 | | To Do List | | Text, AN | 63 | 0 | | | tdl.we | RAM Record | de_work_extension | Work Extension | | To Do List | | Text, AN | 7 | 0 | | | tdl.wo | RAM Record | de_last_worked_date | Worked | | To Do List | | Date | 8 | 0 | | | tdl.wp | RAM Record | de_work_phone | Work Phone | | To Do List | | Text, AN | 23 | 0 | | | tdr.ed | RAM Record | end_date | End date | | TCN Download Report | | Date | 8 | 0 | | | tdr.ir | RAM Record | import_name | Import routine | | TCN Download Report | | Text, AN | 79 | 0 | | | tdr.sd | RAM Record | start_date | Start date | | TCN Download Report | | Date | 8 | 0 | | | tdr.ti | RAM Record | task_sid | Task ID | | TCN Download Report | | Text, N | 10 | 0 | | | tdr.tn | RAM Record | template_number | Template number | | TCN Download Report | | Text, N | 32 | 0 | | | te.de | de_transaction | N/A | Debtor | | Transaction Entries | | N/A | 0 | 0 | | | te.des | de_transaction | tr_description | Description | | Transaction Entries | | Text, AN | 127 | 0 | | | te.di | de_transaction | tr_to_client | Direct | | Transaction Entries | | Currency | 9 | 0 | | | te.ft | de_transaction | tr_account | Financial Type | | Transaction Entries | | Text, N | 4 | 0 | | | te.pd | de_transaction | tr_payment_date | Payment date | | Transaction Entries | | Date | 8 | 0 | | | te.pda | de_transaction | tr_posted_date | Posted date | | Transaction Entries | | Date | 8 | 0 | | | te.tu | de_transaction | tr_to_agency | To us | | Transaction Entries | | Currency | 9 | 0 | | | ten.cb | RAM Record | cpe_current_balance | Current Balance | | Transaction Entries | | Text, N | 9 | 0 | | | ten.de | RAM Record | cpe_description | Description | | Transaction Entries | | Text, AN | 32 | 0 | | | ten.id | RAM Record | cpe_invoice_date | Invoice Date | | Transaction Entries | | Date | 8 | 0 | | | ten.in | RAM Record | cpe_invoice_no | Invoice No | | Transaction Entries | | Text, N | 8 | 0 | | | ten.oa | RAM Record | cpe_original_amount | Original Amount | | Transaction Entries | | Text, N | 9 | 0 | | | ten.pa | RAM Record | cpe_payment_amount | Payment Amount | | Transaction Entries | | Text, N | 9 | 0 | | | th.eofwm | RAM Record | trusted_hosts_flag | Enable only for W3 mode | | Trusted Hosts | | Check Box | 1 | 0 | | | th.ethf | RAM Record | trusted_hosts_flag | Enable trusted hosts feature | | Trusted Hosts | | Check Box | 1 | 0 | | | th.fr | RAM Record | trusted_host_range_from | From | | Trusted Hosts | | Text, AN | 15 | 0 | | | th.h1 | RAM Record | trust_host_1 | Host 1 | | Trusted Hosts | | Text, AN | 29 | 0 | | | th.h2 | RAM Record | trust_host_2 | Host 2 | | Trusted Hosts | | Text, AN | 29 | 0 | | | th.h3 | RAM Record | trust_host_3 | Host 3 | | Trusted Hosts | | Text, AN | 29 | 0 | | | th.h4 | RAM Record | trust_host_4 | Host 4 | | Trusted Hosts | | Text, AN | 29 | 0 | | | th.h5 | RAM Record | trust_host_5 | Host 5 | | Trusted Hosts | | Text, AN | 29 | 0 | | | th.h6 | RAM Record | trust_host_6 | Host 6 | | Trusted Hosts | | Text, AN | 29 | 0 | | | th.h7 | RAM Record | trust_host_7 | Host 7 | | Trusted Hosts | | Text, AN | 29 | 0 | | | th.h8 | RAM Record | trust_host_8 | Host 8 | | Trusted Hosts | | Text, AN | 29 | 0 | | | th.to | RAM Record | trusted_host_range_to | To | | Trusted Hosts | | Text, AN | 15 | 0 | | | th.uir | RAM Record | trusted_hosts_flag | Use IP range | | Trusted Hosts | | Check Box | 1 | 0 | | | ti.el | RAM Record | elapsed | Elapsed | | Timer | | Text, AN | 79 | 0 | | | ti.id | RAM Record | id | ID | | Timer | | Text, AN | 24 | 0 | | | tl.el | RAM Record | elapsed | Elapsed | | Timer List | | Text, AN | 79 | 0 | | | tl.id | RAM Record | id | ID | | Timer List | | Text, AN | 79 | 0 | | | tm.tl | RAM Record | N/A | Timer List | | Time Management | | N/A | 0 | 0 | | | tr.ad | de_transaction | tr_account | Adjustment | | Transaction | | Radio Button | 1 | 8 | | | tr.at | de_transaction | tr_attachment | Attachment | | Transaction | | Text, AN | 31 | 0 | | | tr.c1 | de_transaction | N/A | Client Account # | | Transaction | | N/A | 0 | 0 | | | tr.c11 | de_transaction | tr_category | C1 | | Transaction | | Text, N | 4 | 0 | | | tr.c2 | de_transaction | tr_confirmation_number | Confirmation # | | Transaction | | Text, AN | 63 | 0 | | | tr.c21 | de_transaction | tr_category_1 | C2 | | Transaction | | Text, N | 4 | 0 | | | tr.c3 | de_transaction | tr_category_2 | C3 | | Transaction | | Text, N | 4 | 0 | | | tr.ca | de_transaction | tr_commission_amount | Commission amount | | Transaction | | Currency | 15 | 0 | | | tr.cf | de_transaction | tr_deposit_to | Control file | | Transaction | | Text, AN | 7 | 0 | | | tr.cl | de_transaction | N/A | Client | | Transaction | | N/A | 10 | 0 | | | tr.co | de_transaction | N/A | Contact | | Transaction | | N/A | 0 | 0 | | | tr.con | de_transaction | tr_confirmation_date | Confirmed | | Transaction | | Date | 8 | 0 | | | tr.cr | de_transaction | tr_commission_rate | Commission rate | | Transaction | | Percent | 8 | 0 | | | tr.cr1 | de_transaction | tr_commission_rate_1 | Commission Rate 1 | | Transaction | | Text, N | 9 | 0 | | | tr.cr2 | de_transaction | tr_commission_rate_2 | Commission Rate 2 | | Transaction | | Text, N | 9 | 0 | | | tr.cr3 | de_transaction | tr_commission_rate_3 | Commission Rate 3 | | Transaction | | Text, N | 9 | 0 | | | tr.cre | de_transaction | tr_cdate | Created | | Transaction | | Date | 8 | 0 | | | tr.cro | de_transaction | tr_comm_rate_option | Comm Rate Option | | Transaction | | Text, N | 8 | 0 | | | tr.crp | de_transaction | tr_op_1 | Comm Rate Plan | | Transaction | | Text, AN | 7 | 0 | | | tr.ct | de_transaction | tr_ctime | Created time | | Transaction | | Time | 8 | 0 | | | tr.cti | de_transaction | tr_confirmation_time | Confirmation Time | | Transaction | | Time | 8 | 0 | | | tr.cu | de_transaction | tr_currency | Currency | | Transaction | | Text, N | 8 | 0 | | | tr.d1 | de_transaction | tr_date_1 | Date 1 | | Transaction | | Date | 8 | 0 | | | tr.d2 | de_transaction | tr_date_2 | Date 2 | | Transaction | | Date | 8 | 0 | | | tr.de | de_transaction | N/A | Debtor | | Transaction | | N/A | 0 | 0 | | | tr.dep | de_transaction | tr_deposited_date | Deposited | | Transaction | | Date | 8 | 0 | | | tr.des | de_transaction | tr_description | Description | | Transaction | | Text, AN | 126 | 0 | | | tr.di | de_transaction | tr_to_client | Direct | | Transaction | | Currency | 15 | 0 | | | tr.dis | de_transaction | tr_disbursement | Disbursement | | Transaction | | Currency | 15 | 0 | | | tr.dl | de_transaction | N/A | DL | | Transaction | | N/A | 0 | 0 | | | tr.dt | de_transaction | tr_deposited_time | Deposited Time | | Transaction | | Time | 8 | 0 | | | tr.dtcc | de_transaction | tr_flags | Don't calculate commission | | Transaction | | Check Box | 1 | 16 | | | tr.dtct | de_transaction | tr_flags | Don't calculate tax | | Transaction | | Check Box | 1 | 32 | | | tr.er | de_transaction | tr_exchange_rate | Exchange rate | | Transaction | | Text, N | 15 | 0 | | | tr.fe | de_transaction | tr_account | Fee | | Transaction | | Radio Button | 1 | 4 | | | tr.fi | de_transaction | N/A | File | | Transaction | | N/A | 10 | 0 | | | tr.ft | de_transaction | tr_account | Financial type | | Transaction | | Pick List | 4 | 0 | Internal | | tr.hp | de_transaction | N/A | Home Phone | | Transaction | | N/A | 0 | 0 | | | tr.in | de_transaction | tr_account | Interest | | Transaction | | Radio Button | 1 | 2 | | | tr.inu | de_transaction | tr_invoice_number | Invoice number | | Transaction | | Text, N | 10 | 0 | | | tr.mb | de_transaction | tr_mby | Mby | | Transaction | | Text, AN | 7 | 0 | | | tr.mo | de_transaction | tr_mdate | Modified | | Transaction | | Date | 8 | 0 | | | tr.mt | de_transaction | tr_mtime | Mtime | | Transaction | | Time | 8 | 0 | | | tr.nt | de_transaction | tr_id | NSF Tag | | Transaction | | Text, N | 5 | 0 | | | tr.oat | de_transaction | tr_deowing_post_payment | Owing after transaction | | Transaction | | Currency | 15 | 0 | | | tr.obt | de_transaction | tr_deowing_pre_payment | Owing before transaction | | Transaction | | Currency | 15 | 0 | | | tr.ofcs | de_transaction | tr_flags | Omit from client statement | | Transaction | | Check Box | 1 | 1 | | | tr.ofdcr | de_transaction | tr_flags | Omit from daily cash report | | Transaction | | Check Box | 1 | 4 | | | tr.op | de_transaction | tr_who | Operator | | Transaction | | Text, AN | 7 | 0 | | | tr.ow | de_transaction | N/A | Owing | | Transaction | | Currency | 15 | 0 | | | tr.pa | de_transaction | tr_account | Payment | | Transaction | | Radio Button | 1 | 1 | | | tr.pai | de_transaction | N/A | Paid | | Transaction | | N/A | 0 | 0 | | | tr.pb | de_transaction | tr_cby | Posted by | | Transaction | | Text, AN | 7 | 0 | | | tr.pd | de_transaction | tr_payment_date | Payment date | | Transaction | | Date | 8 | 0 | | | tr.pda | de_transaction | tr_posted_date | Posted date | | Transaction | | Date | 8 | 0 | | | tr.pdd | de_transaction | tr_payment_due_date | Payment Due Date | | Transaction | | Date | 8 | 0 | | | tr.pdt | de_transaction | tr_payment_due_time | Payment Due Time | | Transaction | | Time | 8 | 0 | | | tr.pr | de_transaction | tr_account | Principal | | Transaction | | Radio Button | 1 | 16 | | | tr.pt | de_transaction | tr_payment_time | Payment Time | | Transaction | | Time | 8 | 0 | | | tr.ptf | de_transaction | tr_payment_type_flag | Payment Type Flag | | Transaction | | Text, N | 4 | 0 | | | tr.pti | de_transaction | tr_posted_time | Posted Time | | Transaction | | Time | 8 | 0 | | | tr.re | de_transaction | tr_return | Return | | Transaction | | Currency | 15 | 0 | | | tr.rn | de_transaction | tr_receipt_number | Receipt number | | Transaction | | Text, N | 10 | 0 | | | tr.sa | de_transaction | tr_sales | Sales | | Transaction | | Text, AN | 7 | 0 | | | tr.ss | de_transaction | N/A | SSN | | Transaction | | N/A | 0 | 0 | | | tr.sw | de_transaction | tr_switches | Switches | | Transaction | | Text, N | 8 | 0 | | | tr.ta | de_transaction | tr_tax_amount | Tax | | Transaction | | Currency | 15 | 0 | | | tr.tad | de_transaction | tr_adjustment | To adjustment | | Transaction | | Currency | 15 | 0 | | | tr.tc | de_transaction | tr_to_currency | To currency | | Transaction | | Text, N | 8 | 0 | | | tr.tf | de_transaction | tr_fee | To fees | | Transaction | | Currency | 15 | 0 | | | tr.ti | de_transaction | tr_interest | To interest | | Transaction | | Currency | 15 | 0 | | | tr.tl | de_transaction | tr_legal | To legal | | Transaction | | Currency | 15 | 0 | | | tr.tm | de_transaction | tr_misc | To misc | | Transaction | | Currency | 15 | 0 | | | tr.to | de_transaction | tr_other | To other | | Transaction | | Currency | 15 | 0 | | | tr.tp | de_transaction | tr_principal | To principal | | Transaction | | Currency | 15 | 0 | | | tr.tr | de_transaction | tr_tax_rate | Tax rate | | Transaction | | Percent | 8 | 0 | | | tr.tr1 | de_transaction | tr_tax_rate_1 | Tax Rate 1 | | Transaction | | Text, N | 9 | 0 | | | tr.tr2 | de_transaction | tr_tax_rate_2 | Tax Rate 2 | | Transaction | | Text, N | 9 | 0 | | | tr.tr3 | de_transaction | tr_tax_rate_3 | Tax Rate 3 | | Transaction | | Text, N | 9 | 0 | | | tr.tro | de_transaction | tr_tax_options | Tax Rate Options | | Transaction | | Text, N | 8 | 0 | | | tr.tu | de_transaction | tr_to_agency | To us | | Transaction | | Currency | 15 | 0 | | | tr.ty | de_transaction | tr_type | Type | | Transaction | | Text, AN | 10 | 0 | | | tr.u1 | de_transaction | tr_user_1 | User 1 | | Transaction | | Text, AN | 63 | 0 | | | tr.u2 | de_transaction | tr_user_2 | User 2 | | Transaction | | Text, AN | 63 | 0 | | | tr.u3 | de_transaction | tr_user_3 | User 3 | | Transaction | | Text, AN | 63 | 0 | | | tr.u4 | de_transaction | tr_user_4 | User 4 | | Transaction | | Text, AN | 63 | 0 | | | tr.u5 | de_transaction | tr_user_5 | User 5 | | Transaction | | Text, AN | 63 | 0 | | | tr.u6 | de_transaction | tr_user_6 | User 6 | | Transaction | | Text, AN | 63 | 0 | | | tr.u7 | de_transaction | tr_user_7 | User 7 | | Transaction | | Text, AN | 63 | 0 | | | tr.ucd | de_transaction | tr_flags | Use confirmation delay | | Transaction | | Check Box | 1 | 256 | | | tr.ucf | de_transaction | tr_flags_2 | Use control file | | Transaction | | Check Box | 1 | 1 | | | tr.ui | de_transaction | tr_rowid | UID | | Transaction | | Text, N | 7 | 0 | | | tr.wp | de_transaction | N/A | Work Phone | | Transaction | | N/A | 0 | 0 | | | ts.edl | RAM Record | tcn_switches | Enable debug logging | | TCN Setup | | Check Box | 1 | 0 | | | ts.ho | RAM Record | tcn_host | Hostname | | TCN Setup | | Text, AN | 20 | 0 | | | ts.pa | RAM Record | tcn_pass | Password | | TCN Setup | | Text, AN | 20 | 0 | | | ts.qvd | RAM Record | tcn_task_list_age | Quick view days | | TCN Setup | | Text, N | 4 | 0 | | | ts.rcp | RAM Record | tcn_path | Recorded call path | | TCN Setup | | Text, AN | 131 | 0 | | | ts.ti | RAM Record | tcn_timezone | Timezone | | TCN Setup | | Pick List | 18 | 0 | Internal | | ts.us | RAM Record | tcn_user | Username | | TCN Setup | | Text, AN | 20 | 0 | | | tsc.co | RAM Record | country | Country | | TCN Schedule Calls | | Pick List | 18 | 0 | Internal | | tsc.da | RAM Record | start_date | Date | | TCN Schedule Calls | | Date | 8 | 0 | | | tsc.de | RAM Record | description | Description | | TCN Schedule Calls | | Text, AN | 34 | 0 | | | tsc.do | RAM Record | dial_order | Dial order | | TCN Schedule Calls | | Pick List | 10 | 0 | Internal | | tsc.dtvdn | RAM Record | switches | Don't verify duplicate numbers | | TCN Schedule Calls | | Check Box | 1 | 0 | | | tsc.et | RAM Record | end_date | End time | | TCN Schedule Calls | | Date | 8 | 0 | | | tsc.itn | RAM Record | import_template_number | Import template number | | TCN Schedule Calls | | Text, N | 32 | 0 | | | tsc.lc | RAM Record | link_complete_perc | Link Complete % | | TCN Schedule Calls | | Text, N | 4 | 0 | | | tsc.lti | RAM Record | link_task_id | Link task ID | | TCN Schedule Calls | | Text, N | 8 | 0 | | | tsc.rn | RAM Record | report_name | Report name | | TCN Schedule Calls | | Text, AN | 32 | 0 | | | tsc.scpc | RAM Record | switches | Scrub cell phone calls | | TCN Schedule Calls | | Check Box | 1 | 0 | | | tsc.stn | RAM Record | schedule_template_number | Schedule template number | | TCN Schedule Calls | | Text, N | 32 | 0 | | | tsc.ti | RAM Record | start_time | Time | | TCN Schedule Calls | | Time | 8 | 0 | | | tsc.tim | RAM Record | timezone | Timezone | | TCN Schedule Calls | | Pick List | 18 | 0 | Internal | | tsc.to | RAM Record | end_time | to | | TCN Schedule Calls | | Time | 8 | 0 | | | tsc.tov | RAM Record | switches | Timezone override | | TCN Schedule Calls | | Check Box | 1 | 0 | | | tsf.dr | RAM Record | tcn_batch_type | Download Report | | TCN Select Function | | Radio Button | 1 | 0 | | | tsf.sc | RAM Record | tcn_batch_type | Schedule Calls | | TCN Select Function | | Radio Button | 1 | 0 | | | tsr.fr | RAM Record | from_date | From | | Transaction Summary Report | | Date | 10 | 0 | | | tsr.pd | RAM Record | flags | Posted date | | Transaction Summary Report | | Radio Button | 1 | 0 | | | tsr.pda | RAM Record | flags | Payment date | | Transaction Summary Report | | Radio Button | 1 | 0 | | | tsr.to | RAM Record | to_date | To | | Transaction Summary Report | | Date | 10 | 0 | | | tt.1 | transaction_type | tt_fees | 1 | | Transaction Type | | Pick List | 8 | 0 | Internal | | tt.2 | transaction_type | tt_interest | 2 | | Transaction Type | | Pick List | 8 | 0 | Internal | | tt.3 | transaction_type | tt_principal | 3 | | Transaction Type | | Pick List | 8 | 0 | Internal | | tt.4 | transaction_type | tt_legal | 4 | | Transaction Type | | Pick List | 8 | 0 | Internal | | tt.5 | transaction_type | tt_misc | 5 | | Transaction Type | | Pick List | 9 | 0 | Internal | | tt.6 | transaction_type | tt_other | 6 | | Transaction Type | | Pick List | 9 | 0 | Internal | | tt.ad | transaction_type | tt_account | Adjustment | | Transaction Type | | Radio Button | 1 | 8 | | | tt.c1 | transaction_type | tt_category | C1 | | Transaction Type | | Text, N | 4 | 0 | | | tt.c2 | transaction_type | tt_category_1 | C2 | | Transaction Type | | Text, N | 4 | 0 | | | tt.c3 | transaction_type | tt_category_2 | C3 | | Transaction Type | | Text, N | 4 | 0 | | | tt.cd | transaction_type | tt_cdate | Cdate | | Transaction Type | | Date | 8 | 0 | | | tt.cdtt | transaction_type | tt_flags | Copy description to transaction | | Transaction Type | | Check Box | 1 | 8 | | | tt.cf | transaction_type | tt_deposit_to | Control file | | Transaction Type | | Text, AN | 7 | 0 | | | tt.co | transaction_type | tt_code | Code | | Transaction Type | | Text, AN | 4 | 0 | | | tt.com | transaction_type | tt_commission | Commission | | Transaction Type | | Currency | 15 | 0 | | | tt.cr | transaction_type | tt_commission_rate | Commission rate | | Transaction Type | | Percent | 8 | 0 | | | tt.ct | transaction_type | tt_ctime | Ctime | | Transaction Type | | Time | 8 | 0 | | | tt.d1 | transaction_type | tt_date_1 | Date 1 | | Transaction Type | | Date | 8 | 0 | | | tt.d2 | transaction_type | tt_date_2 | Date 2 | | Transaction Type | | Date | 8 | 0 | | | tt.de | transaction_type | tt_description | Description | | Transaction Type | | Text, AN | 78 | 0 | | | tt.di | transaction_type | tt_direct | Direct | | Transaction Type | | Currency | 15 | 0 | | | tt.dtcc | transaction_type | tt_flags | Don't calculate commission | | Transaction Type | | Check Box | 1 | 16 | | | tt.dtct | transaction_type | tt_flags | Don't calculate tax | | Transaction Type | | Check Box | 1 | 32 | | | tt.eaop | transaction_type | tt_calc_type | Enter amount on posting | | Transaction Type | | Radio Button | 1 | 1 | | | tt.fe | transaction_type | tt_account | Fee | | Transaction Type | | Radio Button | 1 | 4 | | | tt.gocf | transaction_type | tt_assignment_flag | Generate on commission field | | Transaction Type | | Check Box | 1 | 4 | | | tt.hd | transaction_type | tt_hide_tous_direct | Hide direct | | Transaction Type | | Check Box | 1 | 4 | | | tt.htu | transaction_type | tt_hide_tous_direct | Hide to us | | Transaction Type | | Check Box | 1 | 2 | | | tt.in | transaction_type | tt_account | Interest | | Transaction Type | | Radio Button | 1 | 2 | | | tt.int | transaction_type | tt_account | Internal | | Transaction Type | | Radio Button | 1 | 256 | | | tt.inu | transaction_type | tt_assignment_flag | Invoice number | | Transaction Type | | Check Box | 1 | 1 | | | tt.le | transaction_type | tt_account | Legal | | Transaction Type | | Radio Button | 1 | 32 | | | tt.md | transaction_type | tt_mdate | Mdate | | Transaction Type | | Date | 8 | 0 | | | tt.mi | transaction_type | tt_account | Misc | | Transaction Type | | Radio Button | 1 | 64 | | | tt.mt | transaction_type | tt_mtime | Mtime | | Transaction Type | | Time | 8 | 0 | | | tt.ofcs | transaction_type | tt_flags | Omit from client statement | | Transaction Type | | Check Box | 1 | 1 | | | tt.ofdcr | transaction_type | tt_flags | Omit from daily cash report | | Transaction Type | | Check Box | 1 | 4 | | | tt.op | transaction_type | tt_operator | Operator | | Transaction Type | | Text, AN | 7 | 0 | | | tt.ot | transaction_type | tt_account | Other | | Transaction Type | | Radio Button | 1 | 128 | | | tt.pa | transaction_type | tt_account | Payment | | Transaction Type | | Radio Button | 1 | 1 | | | tt.pb | transaction_type | tt_calc_type | Payment breakdown | | Transaction Type | | Radio Button | 1 | 16 | | | tt.poi | transaction_type | tt_calc_type | Percent of interest | | Transaction Type | | Radio Button | 1 | 32 | | | tt.poo | transaction_type | tt_calc_type | Percent of owing | | Transaction Type | | Radio Button | 1 | 8 | | | tt.pop | transaction_type | tt_calc_type | Percent of principal | | Transaction Type | | Radio Button | 1 | 4 | | | tt.popa | transaction_type | tt_calc_type | Percent of payment | | Transaction Type | | Radio Button | 1 | 64 | | | tt.pr | transaction_type | tt_account | Principal | | Transaction Type | | Radio Button | 1 | 16 | | | tt.rcp | transaction_type | tt_plan | Run contact plan | | Transaction Type | | Text, AN | 8 | 0 | | | tt.rn | transaction_type | tt_assignment_flag | Receipt number | | Transaction Type | | Check Box | 1 | 2 | | | tt.sa | transaction_type | tt_sales | Sales | | Transaction Type | | Text, AN | 7 | 0 | | | tt.ta | transaction_type | tt_to_agency | To agency | | Transaction Type | | Currency | 15 | 0 | | | tt.tax | transaction_type | tt_tax | Tax | | Transaction Type | | Currency | 15 | 0 | | | tt.ucd | transaction_type | tt_flags | Use confirmation delay | | Transaction Type | | Check Box | 1 | 256 | | | tt.ucf | transaction_type | tt_options | Use control file | | Transaction Type | | Check Box | 1 | 1 | | | tt.uda | transaction_type | tt_calc_type | Use dollar amounts | | Transaction Type | | Radio Button | 1 | 2 | | | tt.ui | transaction_type | tt_rowid | UID | | Transaction Type | | Text, N | 7 | 0 | | | tt.wtn | transaction_type | tt_flags | Write to notes | | Transaction Type | | Check Box | 1 | 64 | | | tw.cd | dbtag | dt_cdate | Cdate | | Tag Window | | Date | 8 | 0 | | | tw.ct | dbtag | dt_ctime | Ctime | | Tag Window | | Time | 8 | 0 | | | tw.da | dbtag | dt_date | Date | | Tag Window | | Date | 8 | 0 | | | tw.de | dbtag | dt_detectDate | Detectdate | | Tag Window | | Date | 8 | 0 | | | tw.md | dbtag | dt_mdate | Mdate | | Tag Window | | Date | 8 | 0 | | | tw.mt | dbtag | dt_mtime | Mtime | | Tag Window | | Time | 8 | 0 | | | tw.ud | dbtag | dt_udate | Udate | | Tag Window | | Date | 8 | 0 | | | tw.ui | dbtag | dt_rowid | UID | | Tag Window | | Text, N | 7 | 0 | | | tw.ut | dbtag | dt_utime | Utime | | Tag Window | | Time | 8 | 0 | | | ucc.ed | RAM Record | end_date | End date | | Undo Completed Contacts | | Date | 8 | 0 | | | ucc.et | RAM Record | end_time | End time | | Undo Completed Contacts | | Time | 8 | 0 | | | ucc.op | RAM Record | d_operator | Operator | | Undo Completed Contacts | | Text, AN | 7 | 0 | | | ucc.sd | RAM Record | start_date | Start date | | Undo Completed Contacts | | Date | 8 | 0 | | | ucc.st | RAM Record | start_time | Start time | | Undo Completed Contacts | | Time | 8 | 0 | | | ucc.ty | RAM Record | type | Type | | Undo Completed Contacts | | Pick List | 4 | 0 | Internal | | ud.aca | RAM Record | upgrade_flags | Archive closed accounts | | Upgrade Database | | Check Box | 1 | 0 | | | ud.auca | RAM Record | upgrade_flags | Auto-update client addresses | | Upgrade Database | | Check Box | 1 | 0 | | | ud.cpr | RAM Record | upgrade_flags | Create phone records | | Upgrade Database | | Check Box | 1 | 0 | | | ud.lodtu | RAM Record | exported_db | Location of database to upgrade | | Upgrade Database | | Text, AN | 79 | 0 | | | ud.mlaaf | RAM Record | upgrade_flags | Move letters and attach folders | | Upgrade Database | | Check Box | 1 | 0 | | | ud.nws | RAM Record | archive_date | not worked since | | Upgrade Database | | Date | 8 | 0 | | | ud.tcf | RAM Record | upgrade_flags | Transfer configuration file | | Upgrade Database | | Check Box | 1 | 0 | | | ud.ual | RAM Record | address_method | Update address lines | | Upgrade Database | | Radio Button | 1 | 0 | | | ud.ucsz | RAM Record | address_method | Update city/state/zip | | Upgrade Database | | Radio Button | 1 | 0 | | | ud.ueid | RAM Record | upgrade_flags | Upgrade external impex databases | | Upgrade Database | | Check Box | 1 | 0 | | | ud.uid | RAM Record | upgrade_into_db | Upgrade into database | | Upgrade Database | | Text, AN | 8 | 0 | | | ude.ad | RAM Record | sd_flags | Address | | Update Debtor | | Check Box | 1 | 0 | | | ude.ce | RAM Record | sd_done | Cell | | Update Debtor | | Radio Button | 1 | 0 | | | ude.do | RAM Record | sd_flags | DOB | | Update Debtor | | Check Box | 1 | 0 | | | ude.ho | RAM Record | sd_done | Home | | Update Debtor | | Radio Button | 1 | 0 | | | ude.ot | RAM Record | sd_done | Other | | Update Debtor | | Radio Button | 1 | 0 | | | ude.ph | RAM Record | sd_flags | PHONE | | Update Debtor | | Check Box | 1 | 0 | | | uf.fr | RAM Record | ug_from | From | | Unused Form | | Text, AN | 30 | 0 | | | uf.to | RAM Record | ug_to | To | | Unused Form | | Text, AN | 30 | 0 | | | ul.ar | operator_level | N/A | Access Rights | | User Level | | N/A | 0 | 0 | | | ul.cd | operator_level | le_cdate | Cdate | | User Level | | Date | 8 | 0 | | | ul.co | operator_level | le_code | Code | | User Level | | Text, N | 4 | 0 | | | ul.ct | operator_level | le_ctime | Ctime | | User Level | | Time | 8 | 0 | | | ul.de | operator_level | le_description | Description | | User Level | | Text, AN | 20 | 0 | | | ul.fu | operator_level | le_diarization_limit | Function | | User Level | | Pick List | 4 | 0 | Internal | | ul.md | operator_level | le_mdate | Mdate | | User Level | | Date | 8 | 0 | | | ul.mt | operator_level | le_mtime | Mtime | | User Level | | Time | 8 | 0 | | | ul.ui | operator_level | le_rowid | UID | | User Level | | Text, N | 7 | 0 | | | um.da | RAM Record | dbname | Database | | UID Maintenance | | Text, AN | 4 | 0 | | | um.rt | RAM Record | recname | Record type | | UID Maintenance | | Text, AN | 4 | 0 | | | wh.au | RAM Record | active_users | Active users | | Web Host | | Text, N | 8 | 0 | | | wh.aus | RAM Record | authorized_users | Authorized users | | Web Host | | Text, N | 8 | 0 | | | wh.drg | RAM Record | dynamic_report_generation | Dynamic report generation | | Web Host | | Check Box | 1 | 0 | | | wh.erl | RAM Record | reverse_lookup | Enable reverse lookup | | Web Host | | Check Box | 1 | 0 | | | wh.lo | RAM Record | N/A | Log | | Web Host | | N/A | 0 | 0 | | | wh.mu | RAM Record | maximum_webhost_users | Maximum users | | Web Host | | Text, N | 8 | 0 | | | wh.ps | RAM Record | pause_server | Pause server | | Web Host | | Check Box | 1 | 0 | | | wh.rb | RAM Record | rx_bytes | RX bytes | | Web Host | | Text, N | 8 | 0 | | | wh.rp | RAM Record | rx_packets | RX packets | | Web Host | | Text, N | 8 | 0 | | | wh.sm | RAM Record | security | Security Mode | | Web Host | | Text, AN | 7 | 0 | | | wh.tb | RAM Record | tx_bytes | TX bytes | | Web Host | | Text, N | 8 | 0 | | | wh.tp | RAM Record | tx_packets | TX packets | | Web Host | | Text, N | 8 | 0 | | | wip.al | RAM Record | priority | All | | Work In Progress | | Radio Button | 1 | 0 | | | wip.cl | RAM Record | client | Client | | Work In Progress | | Text, N | 8 | 0 | | | wip.fr | RAM Record | date_from | From | | Work In Progress | | Date | 8 | 0 | | | wip.gr | RAM Record | level7 | Graph | | Work In Progress | | Text, AN | 50 | 0 | | | wip.hi | RAM Record | priority | High | | Work In Progress | | Radio Button | 1 | 0 | | | wip.lo | RAM Record | priority | Low | | Work In Progress | | Radio Button | 1 | 0 | | | wip.me | RAM Record | priority | Medium | | Work In Progress | | Radio Button | 1 | 0 | | | wip.st | RAM Record | status | Status | | Work In Progress | | Text, AN | 4 | 0 | | | wip.to | RAM Record | date_to | To | | Work In Progress | | Date | 8 | 0 | | | wip.tot | RAM Record | total_count | Total | | Work In Progress | | Text, N | 5 | 0 | | | wip.ty | RAM Record | type | Type | | Work In Progress | | Pick List | 1 | 0 | Internal | | wip.wip | RAM Record | N/A | Work In Progress | | Work In Progress | | N/A | 0 | 0 | | | wo.acc | RAM Record | analyze_done_contacts | Analyze completed contacts | | WIP Options | | Check Box | 1 | 0 | | | wo.add | RAM Record | dial_options | Automatically display dialer | | WIP Options | | Check Box | 1 | 0 | | | wo.amcd | RAM Record | mark_contact_done | Automatically mark contacts done | | WIP Options | | Check Box | 1 | 0 | | | wo.arw | RAM Record | auto_reload_wip | Auto reload WIP | | WIP Options | | Check Box | 1 | 0 | | | wo.asncw | RAM Record | always_show_next_contact | Always show next contact when | | WIP Options | | Check Box | 1 | 0 | | | wo.bd | RAM Record | force_feed_sort_type | by Date | | WIP Options | | Radio Button | 1 | 0 | | | wo.bde | RAM Record | force_feed_sort_type | by Default | | WIP Options | | Radio Button | 1 | 0 | | | wo.bp | RAM Record | force_feed_sort_type | by Priority | | WIP Options | | Radio Button | 1 | 0 | | | wo.ccp | RAM Record | cache_contact_plans | Cache contact plans | | WIP Options | | Check Box | 1 | 0 | | | wo.dd | RAM Record | default_contact_delay | Days delay | | WIP Options | | Text, N | 4 | 0 | | | wo.dnc | RAM Record | default_contact_type | Default new contact | | WIP Options | | Pick List | 4 | 0 | Internal | | wo.eetc | RAM Record | always_show_next_contact | Enable elapsed time counter | | WIP Options | | Check Box | 1 | 0 | | | wo.eswl | RAM Record | analyze_done_contacts | Enable Shared WIP List | | WIP Options | | Check Box | 1 | 0 | | | wo.fcnr | RAM Record | dont_force_future_contact | Future contact not required | | WIP Options | | Check Box | 1 | 0 | | | wo.ffc | RAM Record | always_show_next_contact | Force feed contacts | | WIP Options | | Check Box | 1 | 0 | | | wo.ipc | RAM Record | dont_force_future_contact | Include plan contacts | | WIP Options | | Check Box | 1 | 0 | | | wo.lcfg | RAM Record | load_group_contacts | Load contacts for group | | WIP Options | | Check Box | 1 | 0 | | | wo.md | RAM Record | contact_delay_time | Minutes delay | | WIP Options | | Text, N | 4 | 0 | | | wo.nar | RAM Record | always_show_next_contact | No automatic resort | | WIP Options | | Check Box | 1 | 0 | | | wo.ncbof | RAM Record | dont_force_future_contact | Next contact based on filter | | WIP Options | | Check Box | 1 | 0 | | | wo.pr | RAM Record | default_contact_priority | Priority | | WIP Options | | Text, N | 4 | 0 | | | wo.sam | RAM Record | show_all_modes | Show all modes | | WIP Options | | Check Box | 1 | 0 | | | wo.sbdwlw | RAM Record | scan_back_days | Scan back days when loading WIP | | WIP Options | | Text, N | 4 | 0 | | | wo.scow | RAM Record | weekend_contacts | Schedule contacts on weekends | | WIP Options | | Check Box | 1 | 0 | | | wo.ugi | RAM Record | always_show_next_contact | Use Group ID | | WIP Options | | Check Box | 1 | 0 | | | wo.ws | RAM Record | force_feed_sort_type | WIP Sort | | WIP Options | | Pick List | 4 | 0 | Internal | | wrf.af | RAM Record | rct_type | Activate file | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.cf | RAM Record | rct_type | Close file | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.cp | RAM Record | wip_phone_priority | Call priority | | WIP Reload Filters | | Text, N | 3 | 0 | | | wrf.cpl | RAM Record | rct_type | Contact plans | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.cr | RAM Record | rct_type | Commission rates | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.cs | RAM Record | rct_type | Change status | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.ct | RAM Record | rct_add_flags | Custom types | | WIP Reload Filters | | Check Box | 4 | 0 | | | wrf.ed | RAM Record | rct_type | Editing | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.em | RAM Record | rct_type | Email | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.fr | RAM Record | rct_type | File reviews | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.lad | RAM Record | wip_read_ahead_max | Look ahead days | | WIP Reload Filters | | Text, N | 4 | 0 | | | wrf.lat | RAM Record | rct_type_filter | Load all types | | WIP Reload Filters | | Radio Button | 1 | 0 | | | wrf.le | RAM Record | rct_type | Letters | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.lm | RAM Record | wip_maximum_contacts | Load maximum | | WIP Reload Filters | | Text, N | 4 | 0 | | | wrf.lst | RAM Record | rct_type_filter | Load selected types | | WIP Reload Filters | | Radio Button | 1 | 0 | | | wrf.mc | RAM Record | wip_phone_max | Maximum calls | | WIP Reload Filters | | Text, N | 4 | 0 | | | wrf.me | RAM Record | rct_type | Metro | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.mo | RAM Record | wip_other_max | Maximum others | | WIP Reload Filters | | Text, N | 4 | 0 | | | wrf.mp | RAM Record | wip_promise_max | Maximum promises | | WIP Reload Filters | | Text, N | 4 | 0 | | | wrf.mr | RAM Record | wip_review_max | Maximum reviews | | WIP Reload Filters | | Text, N | 4 | 0 | | | wrf.no | RAM Record | rct_type | Notes | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.op | RAM Record | wip_other_priority | Other priority | | WIP Reload Filters | | Text, N | 3 | 0 | | | wrf.ot | RAM Record | rct_type | Other | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.pc | RAM Record | rct_type | Phone calls | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.pgd | RAM Record | wip_promise_grace_days | Promise grace days | | WIP Reload Filters | | Text, N | 4 | 0 | | | wrf.pp | RAM Record | wip_promise_priority | Promise priority | | WIP Reload Filters | | Text, N | 3 | 0 | | | wrf.pr | RAM Record | rct_type | Promises | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.rp | RAM Record | wip_review_priority | Review priority | | WIP Reload Filters | | Text, N | 3 | 0 | | | wrf.rpl | RAM Record | rct_type | Rate plans | | WIP Reload Filters | | Check Box | 1 | 0 | | | wrf.tr | RAM Record | rct_type | Transactions | | WIP Reload Filters | | Check Box | 1 | 0 | | | wtc.dto | RAM Record | signon_db | Database to open | | Welcome to Collect! | | Text, AN | 33 | 0 | | | wtc.ex | RAM Record | signon_mode | Exclusive | | Welcome to Collect! | | Radio Button | 1 | 0 | | | wtc.lr | RAM Record | license | License remaining | | Welcome to Collect! | | Text, AN | 79 | 0 | | | wtc.sh | RAM Record | signon_mode | Shared | | Welcome to Collect! | | Radio Button | 1 | 0 | | | wtc.uods | RAM Record | data_source | Using ODBC data source | | Welcome to Collect! | | Text, AN | 32 | 0 | | | wtc.yasoao | RAM Record | signon_id | You are signed on as operator | | Welcome to Collect! | | Text, AN | 32 | 0 | | |
|
Was this page helpful? Do you have any comments on this document? Can we make it better? If so how may we improve this page.
Please click this link to send us your comments: helpinfo@collect.org