Hi,
i need to get atribute value from this record and it did not work:
record\attribute('MontazZakazky', childId, 'montazniPartie')
This one works but it seems quite messy.
Don´t you know why the first one does not work?
record\attribute('MontazZakazky', record\findOne('MontazZakazky', 'createdAt', 'desc', 'parentId=', id), 'montazniPartie')
Thanks a lot
i need to get atribute value from this record and it did not work:
record\attribute('MontazZakazky', childId, 'montazniPartie')
This one works but it seems quite messy.
Don´t you know why the first one does not work?
record\attribute('MontazZakazky', record\findOne('MontazZakazky', 'createdAt', 'desc', 'parentId=', id), 'montazniPartie')
Thanks a lot
Comment