2 different behaviors

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
Anton Mats
Posts: 9
Joined: 2017-08-26 15:40

2 different behaviors

Post by Anton Mats » 2018-01-02 17:34

Hi everyone,
I have "Orders" table with children table "Order details". When I click on "New record" opens "Table view" and I need to click again link to open saved record for showing "orders details view" on down.
I have same schema for "Orders incoming" with children "orders Incoming Details". This last, work correctly, when I click on "New record" I can save new record and at same time I see the children "Orders Incoming Details" ready to add new records in the children table. I have the same customization for both tables. Someone can explain me where is the fault?

Thanks,
anton mats

Anton Mats
Posts: 9
Joined: 2017-08-26 15:40

Re: 2 different behaviors

Post by Anton Mats » 2018-01-03 08:58

Resolved by myself.
I'm an idiot, it is enought to add "?SelectedID=#ID#" in Details view settings. Now, you understood that I'm not an expert!

Post Reply