When we create purchase orders with vendors that require “manual” online purchase (amazon for example) we want to be able to paste a direct link to the order from the vendors website within the PO.
So i want to add an editable custom field where we can paste the links but i would like it to be a hyperlink.
Best answer by DipakNilkanth
Hi @Jonathanr,
You can use the PXDBWeblink attribute on your custom DAC field to store and display the URL.
In addition, you will need to update the ASPX control to use PXLinkEdit instead of a standard text control so that the value is rendered as a clickable hyperlink
You can use the PXDBWeblink attribute on your custom DAC field to store and display the URL.
In addition, you will need to update the ASPX control to use PXLinkEdit instead of a standard text control so that the value is rendered as a clickable hyperlink