
Pls I need help on what to do.....
i want a pupup box of Access Denied message when the login user try to click the submenu (manager Approver) when is email is not manager email.
At Onstart of the App where the parent menu and submenu is created.
i try to use the if statement in between the screen navigation
{Title:"Manager Approver",Screen:If(!IsBlank(LookUp(procure_access_page,Title=lbl_userid_access_6.Text)),
(scr_manager_approver),Set(VarShowPopup), Id:1,ParentTab: "Procurement"},
but error that the statement is expecting a control and not boolean show up.
How best can i do this ?