How to create custom page and render it inside side navigation ?
I have several pages on Borrower resource and all of then is rendering inside my sub-navigation except for the Files page which is a custom page. How can I render the custom page inside my sidenav ? anyone have any idea on this ?
Solution:Jump to solution
Got the solution, you just need to use
InteractsWithRecord
trait on the custom page1 Reply
Solution
Got the solution, you just need to use
InteractsWithRecord
trait on the custom page