How to create a hyperlink user field

There is a generic approach that allows you to add links to the grid cells and isn’t based on selectors or anything else. To implement it you have to do the following steps: 1.Define an action in your graph that handles redirects. Something like this: public PXAction<YourMainDAC> ViewInvoice; [PXButton] protected virtual void viewInvoice() { ARTran … Read more