Resource manager
Hi guys, I have this situation: I have a relationship manager and so far is working as expected (screenshot 1) the thing is inside that relationship manager I have a repeater that right now is storing the data as JSON in a table (screenshot 2)... my situation is: Now I need to get rid of that json and store the data in a different table, but as far as I know, this data will be stored in the main relationship table (patient-service) and I need this repeater to store the data in (additional-services table) any Ideas how can I do that?
Thanks!!
2 Replies
Solution
add
->relationship()
to your repeater?Thank you!!