When you try to close year-end for Fixed Assets in Microsoft Dynamics GP, you are prompted with the following message:
Assets have not been fully depreciated for the current year. Do you wish to continue?
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.
View products that this article applies to.
select Distinct a.ASSETID, b.DEPRTODATE
from FA00100 a, FA00200 b, FA40200 c
where a.ASSETINDEX=b.ASSETINDEX
and c.BOOKINDX=b.BOOKINDX and a.ASSETSTATUS not in (3,4)
and b.FULLYDEPRFLAG='N'
and b.DEPRTODATE < (select top 1 PERIODENDDATE from FA42100 where FISCALYEAR='YYYY' order by PERIODID desc)
and b.DEPRECIATIONMETHOD <> 15
SELECT * FROM FA00200 WHERE DEPRECIATIONMETHOD = 15
Keywords: kbmbspartner, kbmbsmigrate, kbsurveynew, kb