![]() |
Sergey Kornilov admin 5/22/2020 |
What exactly didn't work in this code when you use it in inline mode? |
K
|
kdgsv author 5/25/2020 |
Hallo Sergey, $data = $pageObject->getMasterRecord();
|
![]() |
Sergey Kornilov admin 5/25/2020 |
You are completely misunderstanding what parameter of the function is. The parameter is something that is passed to the function and you should not be assigning any values to it. Instead, can check the value of this parameter and adjust your calculations accordingly. if ($inline) { |
K
|
kdgsv author 5/26/2020 |
Thank you Sergey, if ($inline)
$data = $pageObject->getMasterRecord();
|