Defining record in Table EditAction not working
Hi
I am having an issue with the table EditAction when using another model than what the table record has.
My setup has a task model and then a taskAnswer model (witch belongs to the task).
My issue is that even though i define EditRecord to edit the taskanswer, it tries to update the task instead.
(I have removed alot of irrelevant code in below snippets)
Edit Action
This tries to update the task, and not the task answer - even though i have defined both model and record.
Im kinda stuck here..
I have a similiar approach to create record, and that works fine.
0 Replies