Please verify that this feature request has NOT been suggested before.
[X] I checked and didn't find a similar feature request
Problem statement
when adding links to supplier parts, those links were previously rendered as clickable html links in table views like purchase order line items etc. In the PUI interface, the whole table row now has the same link action (which is generally very consistent and appreciated compared to the old interface) - but especially in PO line items it is very useful to be able to directly click on those links when assembling a shopping cart for purchasing parts
Suggested solution
table fields containing URLs should be excluded from the current "boundary box link" and the URLs should be rendered as <a href...>html links instead like this:
Describe alternatives you've considered
Depending on UI consistency considerations this could instead be implemented with a small icon next to the URL as a "action button" - but I think a traditional link with the classic underline should be conventionally recognized by users
Please verify that this feature request has NOT been suggested before.
Problem statement
when adding links to supplier parts, those links were previously rendered as clickable html links in table views like purchase order line items etc. In the PUI interface, the whole table row now has the same link action (which is generally very consistent and appreciated compared to the old interface) - but especially in PO line items it is very useful to be able to directly click on those links when assembling a shopping cart for purchasing parts
Suggested solution
table fields containing URLs should be excluded from the current "boundary box link" and the URLs should be rendered as
<a href...>
html links instead like this:Describe alternatives you've considered
Depending on UI consistency considerations this could instead be implemented with a small icon next to the URL as a "action button" - but I think a traditional link with the classic underline should be conventionally recognized by users
Examples of other systems
No response
Do you want to develop this?