Hello!
I’d like to ask some help on this problem, cause I’m a newbie on dolibarr. I’m trying to customize the rows of the interventions. I’ve added two complementary fields succesfully, but I’m having problem on a third one.
I need to add the address of the third party in the row of the intervention, and the other fields to (like date-time, duration).
So I added a complementary field filled by table values and I called it “sede cliente”. In the “value” attribute, if i set this:
socpeople:address:rowid::fk_soc=1
I get all the addresses I need from the record with ID = 1 of my third parties table, but if I change this to
socpeople:address:rowid::fk_soc=$ID$ the dropdown list remains empty.
What’s the correct syntax to get the list according to the third party I’m recording the intervention to?
Thank you!