![]() |
Myr0n author 1/20/2021 |
I added this code to ListPage/Javascriptonload and do almost what I want but when I click on the save button only save me the record in the parent table no details table. if ( pageObj.baseParams.masterpagetype === "add" ) {
|
![]() |
Myr0n author 1/20/2021 |
I find out how to add the new record to the bottom in inline mode, you need to go to Pages, select inline add, click on Settings and choose to the top / to the bottom |
![]() |
Myr0n author 1/20/2021 |
To automatically edit all the details records in edit modethe following code works butnot in Add mode after copied records. if ( pageObj.baseParams.masterpagetype === "edit" ) { |
![]() |
Myr0n author 1/20/2021 |
I hit the solved button per error, sorry but this thread still unsolved. |