Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. First method:
  2. *On 2nd Modal Page (the one with Data to be saved for the left Grid)*
  3.  
  4. Type: Close Dialog
  5. Point: Processing
  6. When Button Pressed: Cancel
  7.  
  8. *On 1st Modal Page (with the left and right Grids)*
  9.  
  10. When - Event: Dialog Closed
  11. Selection Type: Region
  12. Region: Left Grid
  13.  
  14. With the following True Action:
  15.  
  16. Action: Refresh
  17. Selection Type: Region
  18. Region: Left Grid
  19.  
  20. Second method: Using a branch to go back to the previous Modal Page.
  21.  
  22. *Branch (on the 2nd Modal Page)*
  23.  
  24. Point: After Processing
  25. Page: The previous modal page
  26. When button pressed: None (So that either cancel or save trigger it)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement