![]() |
Sergey Kornilov admin 2/14/2022 |
You can find some ideas in this article Sample code: var detailsPage = pageObj.getDetailsPage( 'details', recordid ); |
U
|
ustunsoz author 2/15/2022 |
Thank you for the solution, I used the code and leave the record id empty (because it is optinal) var detailsPage = pageObj.getDetailsPage( 'pms_price_calc'); When I change the dropdown value I am getting following error: Uncaught TypeError: Cannot read properties of null (reading 'reload') is there something missing? |
![]() |
Sergey Kornilov admin 2/15/2022 |
If you take a look at my code you can see that getDetailsPage() function requires two parameters. You decided to drop one of them and, of course, it won't work this way. |
U
|
ustunsoz author 2/15/2022 |
Thank you for the reply;
My code does not giving error as below but not functioning var ctrlRoomT = Runner.getControl(pageid, 'room_type'); I also tried only with rate_code which is equal to details table id but no luck. |
U
|
ustunsoz author 2/17/2022 |
As I could not get any response from anyone it is not doable? |
U
|
ustunsoz author 3/7/2022 |
I am still waiting if someone can help |
![]() |
Sergey Kornilov admin 3/9/2022 |
If this still doesn't work you need to upload your project to Demo Account and contact support directly. |