Home Navision Developer Flow with which a Report runs in Navision

Flow with which a Report runs in Navision

0

Let us take a simple report with customer and Cust. Ledger Entry as dataitems. Cust. Ledger Entry is linked to Customer using Customer No. Suppose there are only two records in the Ledger Entry table.

  • OnInitReport
  • OnPreReport
  • Dataitem–> Customer–> OnPreDataitem
  • Dataitem–> Customer–> onAfterGetRecord
  • Section–> Customer Header –> OnPreSection
  • Section–>Customer Header –> OnPostSection
  • Section–>Customer Body –> OnPreSection
  • Section–>Customer Body –> OnPostSection
  • Dataitem–> Cust.Ledger Entry –> OnPreDataitem
  • Dataitem–>Cust.Ledger Entry –> onAfterGetRecord
  • Section–> Cust.Ledger Entry header–> OnPreSection
  • Section–> Cust.Ledger Entry header–> OnPostSection
  • Section–> Cust.Ledger Entry body –> OnPreSection
  • Section–> Cust.Ledger Entry body –> OnPostSection
  • Dataitem –> Cust.Ledger Entry –> onAfterGetRecord
  • Section –> Cust.Ledger Entry body –> OnPreSection
  • Section –> Cust.Ledger Entry body –> OnPostSection
  • Dataitem–> Cust.Ledger Entry –> OnPostDataitem
  • Dataitem–> Customer –> OnPostDataitem
  • OnPostReport

NO COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Exit mobile version