| **Navigation:**  [[abc library reference.htm|ABC Library Reference]] > FileManager > FileManager Methods >====== PrimeFields (a virtual to prime fields) {{c6h0009.jpg|C6H0009.jpg}} ====== | [[primeautoinc prepare an autoincremented record for adding .htm|{{btn_prev_n.gif|Previous page}}]][[abc library reference.htm|{{btn_home_n.gif|Return to chapter overview}}]][[primerecord prepare a record for adding filemanager .htm|{{btn_next_n.gif|Next page}}]] | | || **PrimeFields, VIRTUAL** {{blk2blue.jpg|blk2blue.jpg}} The **PrimeFields **method is a virtual placeholder method to prime fields before adding a record. **Implementation:** The ABC Templates use the PrimeFields method to implement field priming specified in the Data Dictionary. The PrimeRecord method calls the PrimeFields method before calling the PrimeAutoInc method. You can use the PrimeRecord method to prime the nonincrementing components of an autoincrementing key. **Example:** **Access:Customer.PrimeFields PROCEDURE** ** CODE** ** CLI:StateCode = 'FL'**