Search Limits for Index Card Fields of Type Integer.

May 3, 2004 | KB: 1000366
Laserfiche 6, Plus 6

Summary

Index card fields of type integer should only range from 0 to 32,767. Index card fields of type long integer should only range from 0 to 2,147,483,647. Index card fields of type integer and long integer can store values above the previously stated ranges. However, searching index card fields with values over the previously stated ranges will fail.

More Information

Currently, values up to 64,999 can be stored in an index card field of type integer and values up to 3,999,999,999 can be stored in an index card field of type long integer. However, searches for values above 32,767 or 2,147,483,647 will fail.

Values above 32,767 are not supported and will be considered invalid in a future version of LaserFiche. We strongly recommend that integer fields be limited to a value between 0 and 32,767 and that long integer fields be limited to a value between 0 and 2,147,483,647.