![]() |
Sergey Kornilov admin 5/26/2021 |
You need to remove single quotes around field names like 'disponibilita' and 'id'. Also want to add that using Database API is an easier option and you will avoid making syntax errors like this: |
F
|
facos79 author 5/28/2021 |
Hello, thanks for the help. global $conn; |
![]() |
Sergey Kornilov admin 5/28/2021 |
There is a lot that you doing wrong here.
You assign the value but you never use it anywhere.
This is not a correct code and I have no idea what it does. getMasterRecord() function returns an array of fields that belongs to the master record. See examples in the manual |
F
|
facos79 author 5/31/2021 |
Thanks for the reply. Unfortunately by dint of trying and trying again I was unable to arrive at the solution. The trial version of the software has reached 200 builds and is now no longer usable even if I still have 15 days of the 30 trial. |
![]() |
Sergey Kornilov admin 5/31/2021 |
I recommend you contact support directly and we'll find the way to proceed. |