How to expand details tables link for receord x when multiple tables are linked to master using "single link for all tables" |
2/7/2018 12:41:40 | |
| PHPRunner General questions | ||
|
B
bleigh@yucatech.com authorDevClub member
Hi All, looking for a way to expand(via code) master record x's "single link for all tables" . ive found this in the help text |
||
|
|
Sergey Kornilov admin 2/9/2018 |
|
Try this: var recsId = pageObj.inlineEdit.getRecsId();
|
|