Named Invocations
Categories:
When calling an object statically use the name, not the number
Bad code
PAGE.RUNMODAL(525,SalesShptLine)
Good code
PAGE.RUNMODAL(PAGE::"Posted Sales Shipment Lines",SalesShptLine)
Last modified February 24, 2022: Added tags & categories + cleanup (5ee04366)
by waldo1001