Department Filter on Account Schedule Line

keitholsonkeitholson Member Posts: 5
edited 2001-11-20 in Navision Financials
I'm looking for a modification that will allow different lines on an account schedule to filter on different departments in 2.60.
I realize this functionality exists in Attain but will not be able to upgrade for a while.
K. Olson
Enterprise Solutions, LLC
www.ents-utah.com

Comments

  • stamenstamen Member Posts: 13
    Add new field Department in table 85 Acc. Schedule Line
    and enter in codeunit 8, function SetGLAccRowFilters() code:

    GLAcc.SETFILTER("Department Filter",Department);

    Best regards.
    Stamen Delikostov
    Intelligent Sysytems Bulgaria Ltd.
    email: s.delikostiv@intellisyst.com
Sign In or Register to comment.