Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Fixed Assets Source Docs don't flow to GL

(0) ShareShare
ReportReport
Posted on by 67

Hello!  When running FA GL Posting, I see the source docs there for FAADD, FACHG, etc however the batch that gets created in GL is assigned to the FA Source Doc.  Is there a way to force the Source Doc from FA to flow to GL?

Thanks
Marisol

*This post is locked for comments

  • kmalone43 Profile Picture
    kmalone43 886 on at
    RE: Fixed Assets Source Docs don't flow to GL

    I've submitted this as a product request for future releases if anyone would like to go and vote.

    There should be a native option to pass the source document from subledger to general ledger.  Using a tool such as Management Reporter, which can only pull from the g/l tables, we cannot build a plant, property & equipment report w/ the current setup.  Management Reporter can filter on the source document dimension but if that dimension only shows 'FA', then it gets us nowhere.

    Additional source documents in G/L would make MR reporting more powerful and simplify MR reporting @ the G/L level altogether.

    Suggestion Here - https://experience.dynamics.com/ideas/idea/?ideaid=3df90ac1-9299-e811-b96f-0003ff68aa60

  • Suggested answer
    Mahmoud Saadi Profile Picture
    Mahmoud Saadi 32,738 on at
    RE: Fixed Assets Source Docs don't flow to GL

    Okay Britt,

    Here is something to start from, this is a data set retrieving the financial detail from the fixed asset module:

    SELECT  'Work' AS TRX_Status ,
            A.GLINTBTCHNUM ,
            B.ASSETCLASSID ,
            A.SOURCDOC ,
            ISNULL(C.SDOCDSCR,'') SDOCDSCR  ,
            A.ACTINDX ,
            ISNULL(F.ACTNUMST, '') ACTNUMST ,
            ISNULL(D.ACTDESCR, '') ACTDESCR ,
            A.GLINTTRXDATE ,
            CASE WHEN A.AMOUNT > 0 THEN A.AMOUNT
                 ELSE 0
            END AS Debit ,
            CASE WHEN A.AMOUNT < 0 THEN A.AMOUNT * -1
                 ELSE 0
            END AS Credit
    FROM    FA00905 AS A
            LEFT OUTER JOIN FA00100 AS B ON A.ASSETINDEX = B.ASSETINDEX
            LEFT OUTER JOIN SY00900 AS C ON A.SOURCDOC = C.SOURCDOC
            LEFT OUTER JOIN GL00100 AS D ON A.ACTINDX = D.ACTINDX
            LEFT OUTER JOIN GL00105 AS F ON D.ACTINDX = F.ACTINDX
    UNION ALL
    SELECT  'History' AS TRX_Status ,
            A.GLINTBTCHNUM ,
            B.ASSETCLASSID ,
            A.SOURCDOC ,
            ISNULL(C.SDOCDSCR,'') SDOCDSCR  ,
            A.GLINTACCTINDX ,
            ISNULL(F.ACTNUMST, '') ACTNUMST ,
            ISNULL(D.ACTDESCR, '') ACTDESCR ,
            A.GLINTTRXDATE ,
            CASE WHEN A.AMOUNT > 0 THEN A.AMOUNT
                 ELSE 0
            END AS Debit ,
            CASE WHEN A.AMOUNT < 0 THEN A.AMOUNT * -1
                 ELSE 0
            END AS Credit
    FROM    FA00902 AS A
            LEFT OUTER JOIN FA00100 AS B ON A.ASSETINDEX = B.ASSETINDEX
            LEFT OUTER JOIN SY00900 AS C ON A.SOURCDOC = C.SOURCDOC
            LEFT OUTER JOIN GL00100 AS D ON A.GLINTACCTINDX = D.ACTINDX
            LEFT OUTER JOIN GL00105 AS F ON D.ACTINDX = F.ACTINDX


    F.png

    Let us know if you need any further assistance,

  • soma Profile Picture
    soma 24,410 on at
    RE: Fixed Assets Source Docs don't flow to GL

    I will check and update you.

  • M_Britt Profile Picture
    M_Britt 67 on at
    RE: Fixed Assets Source Docs don't flow to GL

    Thanks!  I'll try the report.  We have been manually changing the source doc before posting the batch in GL.  I'm trying to see if there's a way to automate this.

  • Suggested answer
    soma Profile Picture
    soma 24,410 on at
    RE: Fixed Assets Source Docs don't flow to GL

    Better you can just open the JV created by fixed asset module in General Ledger window (Transaction-->Financial-->General) after Post to GL completed in FA. Then change the Source Document whatever you want and post the same.

    Hope this helps!!!

  • Suggested answer
    Mahmoud Saadi Profile Picture
    Mahmoud Saadi 32,738 on at
    RE: Fixed Assets Source Docs don't flow to GL

    The journal entry generated by the fixed asset module is stored in the GL module unposted, the source document field can be manually changed to other values such as FAADD.

    See example below:

    5706.12.png

    Are you looking for automatic ways to update the source document according to the original transaction type such as retirement, addition, depreciation ...etc ?

    If you are looking for ways to automate this process, you may consider creating a customized db solution to link the GL work table  with the fixed asset financial detail master (FA00902). Both tables can be linked according to the following criteria:

    GL10000.REFRENCE = FA00902.GLINTBTCHNUM

    The source document GL10000 is FA while the source document in FA00902 is FAxx according to the type of the transaction.

    Although, I don't recommend such a customization because it is simply not essential, if you are looking for ways to distinguish the journal entries originating type. If that is what you are looking for, create a report alternatively linking the GL20000 with the FA00902 to get the original source document of each journal entry generated by the fixed asset module.

    Let us know if you need any further assistance,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,401 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans