I have a table with rows from a model with order product records belonging to a specific order. In standard Salesforce functionality, clicking on the “Product” field in the order product related list takes you to the order product record. I want to emulate this behavior with the PriceBookEntryId lookup field of my Skuid table row (that is, linking to the order product (the rows record Id) instead of the pricebookentry lookup record).
I have tried the method from this thread but it doesn’t appear to work (even removing the link does not work, perhaps this method was broken by Banzai?) https://community.skuid.com/t/is-there-a-way-to-selectively-override-remove-a-lookup-fields-link/124
Is there any way to override the lookup fields link so that it targets the rows record id instead of the related pricebookentry? This applies only to the lookup field in read mode, I’d like to use search fields and lookup filters on the pricebookentry object while in edit mode.
Example:
This product link goes to the Order Product record:
This link goes to the PriceBookEntry record: