/
Def - 3-3-2 Method

Def - 3-3-2 Method

The 3-3-2 method is strategy for assigning ID values to master file records that contain longer names with no particular pattern (e.g., like Customer and Vendor Names). It builds IDs by taking the first 3 characters of the first word, the first 3 characters of the second word, and the first 2 characters of the third word. For example, "Charles Schwab Retirement" would be assigned an ID of "CHASCHRE", and "Greenway Foods" would be assigned an ID of "GREFOO". If this method results in a duplicate ID, add an additional digit to one or more of the segments.

This is an easy method to implement, and it ensures consistency in your IDs.

Related content

Def - Change ID To
Def - Change ID To
More like this
Def - Customer ID
Def - Customer ID
More like this
Next Document Number
Next Document Number
More like this
Def - Vendor ID
Def - Vendor ID
More like this
Def - Transaction ID - Sales
Def - Transaction ID - Sales
More like this
Def - Data Type Master File Lookup
Def - Data Type Master File Lookup
More like this