I have checked my Programs and uninstalled Web Services for Microsoft Dynamics GP 2010. All good! Thanks!
RE: Web Services Runtime Installation for GP 2016
Web Services Runtime Installation for GP 2016
Hi To All,
I've been trying to install Web Services Runtime in GP 2016 but it is giving me a message which is: "The version of Web Services for Microsoft Dynamics GP 11 must be at least SP4 in order to upgrade."
This message is a bit weird and I am thinking that this is a bug on the installation file.
Any feedback is appreciated.
Thanks,
CJ
RE: gl TABLE AND COMPANY ID
Get the company ID from GP system database table SY01500 and pass the inter id with using parameter query in ssrs report.
Hope this helps!!!
RE: Licensing for Requisition Management Workflow 2.0 (GP 2013 R2)
You are most welcome :)
RE: Purchase orders
To access this link, you need customer or partner source login. If you dont have login, give me your email id i will send you the details of the link data.
RE: Fixed Assets - Very first depreciation
First check your fiscal year calendar, Book class setup and depreciation method.
Also try to use the period from 2016-000 to 2016-007.
Hope this helps!!!
Fixed Assets - Very first depreciation
We have recently added a new company on our GP.
The fiscal year is 7/1-6/30, and we entered one asset with the date of 12/31/2015, and tried to run the depreciation as of 1/31/2016 (FA period 2016-007), but it doesn't run with the following error message; "There are no transactions matching these restrictions. Modify your restrictions and process the batch again"
FYI, when you go Card --> Fixed Assets --> Book, somehow the "Yearly Depr. Rate" shows $0 amount. Maybe something is wrong but I don't know how to fix it.
I would really appreciate it if someone could help me out. Thank you so much for your time!
RE: You can not restore the company because you and other user are logged in Dynamics GP
Thank you so much Soma,
i appreciate your knowledge :)
Regards,
Govind Devda
RE: You can not restore the company because you and other user are logged in Dynamics GP
You are most welcome.
You can not restore the company because you and other user are logged in Dynamics GP
Hi All,
When i was restore the GP backup file into our Company its says "You can not restore the company because you and other user are logged in Dynamics GP".
But i have already check that no user is login only me "sa" user login and also fire below query into SQL
use DYNAMICS
Delete SY00800
Delete SY00801
Delete ACTIVITY
but not solve my problem.
FYI i am trying to restore backup with "Sa" user in Dynamics GP 2015 (R2)
So please help me out how can solve this problem.
Thanks & Regards,
Govind Devda
RE: Where can I get a Microsoft Dynamics GP Management Reporter tool and how to install and configure it?
Please download MR along with installation guide from below link.
mbs.microsoft.com/.../MROverview
To access this link, you need a customer or partner source login.
Hope this helps!!!
Where can I get a Microsoft Dynamics GP Management Reporter tool and how to install and configure it?
Hi All,
Can any body help me on below issue.
Where can I get a Microsoft Dynamics GP Management Reporter tool and how to install and configure it?
Thanks and Regards
T Vamsi krishna.
Functionality in Fixed Assets GP2016
Hi
I recently had to research the functionality if GP2016 has the capabilities in Fixed Assets Module
Example
Fixed asset item is a truck
Instead of using the conventional way of depreciating the truck over a period of 5 years , I want to depreciate the truck based on kilometres travelled .If the truck mileage reaches 150 000 km within a year , then I would decrease the life of the asset quicker .
Basically I need to know does gp2016 handle depreciation based on Unit of measure eg km per truck
RE: Invoice Distribution Entry Window rounds to Zero decimals
Check the GL00100 DECPLACS <> 0
I found many and updated them to 0
This resolved the issue.
Invoice Distribution Entry Window rounds to Zero decimals
We have an interesting issue.
On the Invoice Entry window we are able to add line items for both Inventory Non-Inventory items as expected. However, when we open the Distributions window, the amounts are being rounded to zero decimal places on both the Debit and Credit columns -- BUT the totals are correctly displaying the cents.
If we delete the distributions and click Default, the amounts all DOUBLE. If we click Default again the amounts TRIPLE. The amounts increase by the same amount with each click of the Default button.
This issue extends all the way to the GL -- when printing a Detail Trial Balance, the same issue presents itself. For the GL distributions associated with those sales line items, the debits and credits show zero decimals, but the totals correctly show 2 decimals.
I've reviewed the setup for Financial, Sales, Inventory and all indicate 0 decimals for QTY and 2 for Currency.
I'm leaning toward a StoredProcedure issue for the distributions, but before I start poking around I would like to ask for feedback.
Anyone else seen this odd behavior?
RE: COntract Administration
somebody plese help
RE: COntract Administration
I don't think Book Pricecan be maintain with Multicurrency.
RE: COntract Administration
regarding pulling of price from inventory price list , through customization we can do it.
COntract Administration
Dears,
I am trying to enable contract administration module for our company. Generated invoices from Contract Administrator module ,but when the invoice reach in SOP , all the contract line items numbers and its descriptions are remain same as Contract type>>Item number(default)
Somebody please help me..
RE: remove module from navigation view
replace user name with yours and check which roles have financial task assigned for the user.
select --a.INTERID,a.CMPANYID,a.CMPNYNAM,
b.userid,c.SECURITYROLEID,t.SECURITYTASKID ,z.SECURITYTASKNAME
from DYNAMICS.dbo.SY01500 a
inner join dynamics..SY60100 b on a.CMPANYID=b.CMPANYID
inner join dynamics..SY10500 c on b.CMPANYID=c.CMPANYID and c.USERID=b.USERID
inner join DYNAMICS..SY10600 t on c.SECURITYROLEID= t.SECURITYROLEID
inner join DYNAMICS..SY09000 z on t.SECURITYTASKID=z.SECURITYTASKID
where t.SECURITYTASKID like 'TRX_FIN_00%' and
b.userid='almas'