Open other page, but the caller page does not refresh completely

vh8000vh8000 Member Posts: 23
Hi All

NAV2013R2

I would like after user open "Warehouse Shipment" page, another page called "Scan Barcode" page open automatically for user start scanning the barcode.

The problem is the "Scan Barcode" page open before the whole "Warehouse Shipment" page is fully refreshed.

I tried to put my codes in "OnOpenPage, OnFindRecord, OnAfterRecord, OnAfterGetCurrRecord", but that does not help.

Could someone give me any suggestions.

Thanks

Answers

  • SowkarthikaSowkarthika Member Posts: 102
    Can you post the code you used for opening Scan Barcode page ?
  • KishormKishorm Member Posts: 921
    Have you tried opening the barcode scan page using RUN instead of RUNMODAL?

    You could then set the RefreshOnActive property on the warehouse shipment card if this needs to update with info from the barcode scan page once you close it.
Sign In or Register to comment.