return to parent record?

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

return to parent record?

Post by grimblefritz » 2016-07-14 14:51

Any thoughts on how to return to a parent record. For example.

1. Select Orders table
2. Select an Order to view detail
3. Click on Order Items to view line items for the Order
4. View line item(s), returning to list with back/cancel

Now (other than the browser back button) how do you return to the Order detail view?

Using the navbar will return you to the Order table view, so that's not an option.

I really wish AppGini had breadcrumbs beneath the main view title. Until then, any ideas on this?

Thanks

grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

Re: return to parent record?

Post by grimblefritz » 2016-07-15 03:32


Post Reply