Hyperlink on other column on grid

SUGGESTED

Hi all,

on quote item grid, I need to add hyperlink to the other column, in case something like this happen. Please see row #3, there is no description, hence, no hyperlink, and there is no way to edit this row.

Please teach me how to add hyperlink to column row value.

thank you

Parents Reply Children
  • 0 in reply to Vega

    Cheers for the link.  I gave it a go but still the same.  I think it's got to be something to do with the dll and that particular grid.  

    If I use the same method of creating a view field and custom jump but on my own bespoke grid it works no problem:

    Thanks for your replies, I've got a workaround which will do the job. Thumbsup

  • 0 in reply to Peter Clark SCS

    Are you trying to hyperlink from one entity to the same entity? I could be getting the wrong end of the stick here. But what if you edit the vLineItemsOrder view and do something like orit_lineitemid AS orit_lineItemid2 and then in your HyperLink call on the dummy field orit_lineitemid2

    I had something similar where I had equipment linking to equipment (as one was the main part and another was as a sub part) and I could only get the hyper link to work because I needed not to reference the original ID field.