Context("View") incorrect when inside a form within a form

Say I’m filling out a form for table A, which includes a ref-column to table B. So I click the dropdown, and instead of selecting an existing table B record, I click “NEW” and get transferred to the form for table B. At this point it seems the system does not recognize that you are in the table B form, as far as the result from Context(“View”) is concerned, and also the view name in the app header. It still returns that you are in the table A form.

Suggestion: allow multiple levels of context in the Context() expression where Context(“View”) returns current view, and Context(“View”, -1) returns the previous/parent view. Much like [_THISROW-1] context in templates.

5 1 456
1 REPLY 1
Top Labels in this Space