DoModalComponent transfers user?
Hello,
I have a grid setup in a pagelet. The last column of the grid has a push button that transfers the user to the page related to the row content.
I would like to use the push button to open the page in a modal instead of transferring the user.
My issue is that the command DoModalComponet simply transfers the user to the page instead of opening a modal window.
Here is my syntax:
DoModalComponent(MenuName.ROLE_MANAGER, BarName.USE, ItemName.HR_PROMOTE_APPR_L, Page.HR_PROMOTE_APPR_L, "U", Record.HR_SS_PERS_SRCH);
What am I missing?