How to get the running Page ID or Page name in Dynamics NAV 2013 ??

Hi all,

I want to get the running Page ID or Page name from the Code!!

Is there any function or method to get it??? please help me

Did you try

CurrPage.OBJECTID; //Returns Page Name

CurrPage.OBJECTID(FALSE); //Returns Page Number…

Thanx Mohana it works :slight_smile: :slight_smile: