|
|
Sergey Kornilov admin 10/28/2020 |
|
This specific scenario "copy a details record where SQL variable references master table record" maybe not be fully supported. Here is what you can try though. var ctrl = Runner.getControl(pageid, 'user_mfrontend_id'); |
|
|
|
Max author 10/28/2020 |
|
Add the following code to Add page: Javascript OnLoad event, it may help. var ctrl = Runner.getControl(pageid, 'user_mfrontend_id');
|
|