Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to change the currency decimal places or quantity decimal places in Manufacturing in Microsoft Dynamics GP


Note Before you follow the instructions in this article, make sure that you have a complete backup copy of the database that you can restore if a problem occurs.

↑ Back to the top


INTRODUCTION

This article describes how to change the currency decimal places or the quantity decimal places in Manufacturing in Microsoft Dynamics GP.

↑ Back to the top


More Information

To change the currency decimal places or the quantity decimal places, you must complete two tasks:
  1. You must change the decimal places in the core tables of Microsoft Dynamics GP.
  2. You must update fields in Manufacturing in Microsoft Dynamics GP to reflect the change.

Task 1: Change the decimal places in the core tables

  1. On the Tools menu, click Utilities, point to Inventory, and then click Change Decimal Places.
  2. In the Change Decimal Places window, click Change Currency Decimal Places or Change Quantity Decimal Places.

    Notes
    • If you click Change Currency Decimal Places, you receive a warning message because changing the currency decimal places rounds the amounts in the price list. For more information, press F1 to view the "Effects of changing decimal places for currencies for items" topic in Microsoft Dynamics GP Help.
    • If you click Change Quantity Decimal Places, you receive a warning message because changing the number of quantity decimal places clears the unit of measure schedule, the price list, and the purchasing options for the item. For more information, press F1 to view the "Handling effects of changing quantity decimals" topic in Microsoft Dynamics GP Help.
  3. Select the new decimal place or the currency ID. Or, select both items if both items are applicable.
  4. Select the item number that you want to change, and then click Process.
  5. If you receive the following warning message, click OK:
    Manufacturing isn't updated when you change currency decimals.
    Note If Microsoft Dynamics GP cannot change the decimal places of the item, the reason is included in the Decimal Places Change Audit report.

Task 2: Update fields in Manufacturing to reflect the change

The changes that you make by using the Change Decimal Places utility do not affect the Manufacturing tables. Therefore, you must update the decimal places in the CT00102 table. The column that you update depends on the change that you made:
  • If you changed the currency decimal places, you must update the DECPLCUR column.
  • If you changed the quantity decimal places, you must update the DECPLQTY column.
To update the DECPLCUR column or the DECPLQTY column, you must run an SQL statement in SQL Query Analyzer. The values in the table will be corrected as follows.
Value that is stored in the tableCorresponding decimal place quantity
10
21
32
43
54
65
To update the DECPLQTY column or the DECPLCUR column by running an SQL statement, follow these steps:
  1. Click Start, point to All Programs, point to Microsoft SQL Server, and then click Query Analyzer.
  2. Enter your connection information, and then click OK.
  3. In the database list, click the Microsoft Dynamics GP company database.
  4. Run the following SQL statement in SQL Query Analyzer.
    update CT00102 set DECPLQTY = 3 where ITEMNMBR = '<Item_number>'
    Note In the statement, the <Item_number> placeholder is a placeholder for the actual item number that you want to update.
  5. On the Query menu, click Execute.

↑ Back to the top


Keywords: kbexpertiseinter, kbexpertiseadvanced, kbmbspartner, kbmbsmigrate, kbhowto, kb

↑ Back to the top

Article Info
Article ID : 930346
Revision : 1
Created on : 1/7/2017
Published on : 7/14/2012
Exists online : False
Views : 107