Is it possible to add a relationship manager inside of a wizard step in a resource?
Basically as the title says,
I have a EventResource that consists of wizard steps,
What I did, the first step has the necessary fields to create a event, i added to that step a afterValidation function to create the event and redirect to the edit page and the next step. So I do have a record to attach the relationship manager.
Now I have a EventTicketRelationManager which i am trying to make visible at the next step, but its putting the relationship manager at the bottom of the page,
Is there some sort of way of making the relationship manager only available at the step and inside of the step aswel?
Thanks in regards!
2 Replies