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.
0
Comments
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.