Hi All,

How can i get the information what object will be navigated too.
Need the information to check if the object (oDashboard_wMenuItem) must be rendered when access rights on oDashboard

Code:
        
Object oDashboard_wMenuItem is a cWebMenuItem            Set psCaption to "Dashboard"
            Set piColumnSpan to 24
            Set psCSSClass to "DashboardMenuItem WebMenuItem icon-menu-dashboard"
            
            WebRegisterPath ntNavigateBegin oDashboard
    
            Procedure OnClick
                Send NavigatePath
            End_Procedure
        
        End_Object
Tia
Roel