I can't find this in normal searches or in the community forum anywhere. I'm trying to create a display form for a custom Sales Order entity (had to be separate from the default Sales Order for other reason), that has Line Items for the Sales Order stored in a separate custom entity. I managed to get the sub-grid working for the Sales Order form that displays the Line Items. That's fine. But now if I click on one of the Line Items to open up its detail information (it's own main form), there's no way to get back to the parent form that I've found other than the browser's "back" functionality. The Line Item Record has the Sales Order number stored along with the foreign key field for the parent. What I'd like to do is provide a link or button with the Sales Order number displayed that navigates to the parent form from the child form.
Am I missing something simple? How do I provide a navigation link from a child form to the parent form?
- Kevin