Calling a page with a temp record

sabzamsabzam Member Posts: 1,149
edited 2010-08-17 in NAV Three Tier
Dear All,

I have created a page with base table being Gen. Journal Line. I am creating a temporary record of type Gen. Journal Line and want to display it in this page. How should I call this page as I have used both run and runmodal and different filters but still cannot display it.

Comments

  • vaprogvaprog Member Posts: 1,116
    You need a page with Source Table = Gen. Journal Line
    Then you call the page using
    [Action :=] PAGE.RUNMODAL(Number, Record[, Field])
    or
    PAGE.RUNMODAL(Number, Record[, Field])

    Take care when you enable to call any code from that page.
Sign In or Register to comment.