Monday, July 16, 2018

Dynamics NAV - Modify General Journal Page

Add field that displays the account number for user visibility to allow users to change the description as necessary

  • Use a flowfield to prevent any posting issues with the table
  • Objects
    • T81 Gen. Journal Line
    • P39 General Journal
  • T81
    • add accountname flowfield 
      • calcformula: Min("G/L Account".Name WHERE (No.=FIELD(Account No.)))
  • P39 
    • add accountname field - editable false
    • add Lineno - editable false

No comments:

Post a Comment