guitarnerd_
How to get record data or just id of a relation manager record.
@awcodes Thank you. I'm using v2 and I managed to get it inside the view through the only place I managed to get it is inside the ViewField component using
but I was hoping I can get it in my RelationManager to query a model and pass the results to the view
21 replies
How to get record data or just id of a relation manager record.
@awcodes Thank you for your answer.
I have an OrdersResource. Inside orders resource I have a RelationManager table containing the OrderItems.
When the user clicks on an Order Item the form opens. Inside the form I want to have a table, using ViewField containing all the Quotes that can fulfill that OrderItem with an action button that awards that order to that quote.
21 replies