|
Collection of Useful Microsoft Dynamics GP Sql Scripts, Tips and Tricks
Change DECIMAL PLACES CURRENCY
Long Description:
here's one i've used lately..
this script changes decimal places of currency effective for an item. it must update the DECPLCUR column of 2 gp dynamics inventory table, IV00101 and IV00105 to complete the desired results.
To set to 2 decimal places, specify a value of "3" for DECPLCUR. For 3 decimal places use "4".. and so on..
|
IMPORTANT:
Commands with UPDATE, DELETE or DROP can ruin your data! Please use these queries with caution.
We highly recommend that you backup your database before trying out these commands and to load them up first on a test server. Use at your own risk.
Associated SQL Command:
Viewed: 15012 times
Submitted by:
vicky
|
Did you find this script useful?
Please reciprocate by submitting your own script
or any proven advice regarding Dynamics GP use. Click here.
Send the script above to a friend
|
|
|