I need to redirect a user to the CRM entity form associated with the selected item within the Gallery of a canvas app.
I found the following:
ModelDrivenFormIntegration.NavigateToMainForm
but I am stuck trying to figure out the recordId to pass to the function.
Basically I need to customize a sub-grid's look and feel to add a PDF clickable icon but still have the sub-grid (Gallery item) redirect to the associated CRM entity form like it would if it were not an embedded canvas app rendering the data. I would use a standard sub-grid, but the clickable icon is not doable as far as my research can tell.