• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Refresh Utility not available?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Refresh Utility not available?

    I have a grid with row menu buttons defined that Call RPG Program. On Success, I would like to refresh the grid because the action (if successful) will remove the row from the grid.
    However, the only utility that is offered at this level is Close App.

    Is this a bug? It doesn't make sense.

  • #2
    From your RPG program you would want to use the SetResponse;

    Example EXNABBTN

    refresh - Refresh the widget's data.
    - SetResponse('refresh':'true');
    success - Set the boolean success property (REQUIRED)
    - SetResponse('success':'true');

    Comment


    • #3
      Thanks Johnny... that's what I did. I just thought it was odd that the utility was available for a button on the grid, but not available for a row menu button.

      Comment


      • #4
        I see what you mean and will take a look at updating the behaviors for row menu button/utilities

        Thanks

        Comment

        Working...
        X