Bug or gap in SmartForm Logic: Subform Closing Rule preceded by subform navigation

  • 30 March 2018
  • 3 replies
  • 2 views

I have a List View that:

opens a subform with an item view when single clicked. 
opens a subform with an editable item view when double clicked.


I have a rule for both subforms that when they are closed the list executes the list refresh method.


From the view-only subform you can click a button to perform in-subform-navigation to navigate to the edit item subform.  

THE PROBLEM:  When  you navigate to the edit subform from the view subform, the close the subform the list refresh does not execute.

 


16310i75B9CD9DF289D0F3.png
13391iBB9639CBC04B88B9.png
17057iAE5CB45E201492FC.png


3 replies

Userlevel 6
Badge +16

Hi,


 


It looks like the nested subview/form level doesn't work very well. Is this what you are seeing (http://www.screencast.com/t/oYw6pL0Fz3mB)?


I have not tested it yet, it might work if you move the subview rules to the form and position the close subview rule before the open subform rule.

I think so yes, but just to be sure we are on the same page I made my own little video showing the EXACT problem with audio explanation.

 

http://www.screencast.com/t/1VzKgfeENi

Hi,

 

I have the same issue but I'm already working with subforms. I have a list view with a toolbar button which opens a subform. On the closing event of this subform I execute the list refresh rule. Within this subform there is a button (on the form, not on the view), which uses the navigate to another form rule. If I click this button the navigation to the other form works, but if I close the dialog, the closing event and the list refresh rule won't be triggered.

Reply