Skip to main content
May 2, 2022
Solved

Show Message on click - Pagination

  • May 2, 2022
  • 5 replies
  • 0 views

Hi,

Can we display a message(banner message) on click on next-page link(pagination).

What are the alternative ways to show the message "Proceeding to next page" on click on the link.

    Best answer by harshitb6843

    For that, you will have to add a submitLink on a richTextIcon. NOTE - If your interface is in a process then you will not be able to use submitLink as it will submit your UIT in the process. 
    Also, for a confirmation, you will have to add a custom paging on the grid. 

    5 replies

    harshitb6843
    May 2, 2022

    The change in the page only takes like a second. Why do you need a message for 1 second? 

    May 2, 2022

    I want to show a confirmation message to proceed to next page.

    harshitb6843
    May 2, 2022

    For that, you will have to add a submitLink on a richTextIcon. NOTE - If your interface is in a process then you will not be able to use submitLink as it will submit your UIT in the process. 
    Also, for a confirmation, you will have to add a custom paging on the grid. 

    arulk0002
    Inspiring
    May 4, 2022

    Hi,

    If you are using wizard with milestone with a simple message then you can use "confirmMessage: "Are you sure?"" parameter with condition in the button.

    (OR)

    If you want to show a confirmation message when you submit. pls create a new template interface and use that in the process model next node of the current "USER INTPUT TASK" or "START NODE" as a "USER INPUT TASK" with active link.