relationship question
Hello, i am trying to make a form with multiple level of relationships, like this
Vehicle -> hasMany(VehicleCase)
VehicleCase -> hasMany(VehicleResolution)
i have set them up in the model, and i have successfully created the relationship manager for vehicle and vehicle case.
Vehicle Resolution have foreign key on vehicle case id and vehicle id.
i am planning to make relationship manager for vehicleResolution in the vehicleResource, and choose the vehicleCase on the create Form
but i would love to add a button on the vehicle case table to create new resolution, can this new button call the same vehicleResolution createForm from the relationshipManager ?
Solution:Jump to solution
for everyone facing the same issue, i am using the answer from this thread https://discord.com/channels/883083792112300104/1134461257764843561
1 Reply
Solution
for everyone facing the same issue, i am using the answer from this thread https://discord.com/channels/883083792112300104/1134461257764843561