Hey guys, does anyone know how to reference a NS f...
# general
i
Hey guys, does anyone know how to reference a NS field in the standard HTML form? I have a field on my SO that links to our external website so we can see the sales order on the external site, but I don't know how to reference it on the a href in the HTML code... I know the field name, I just don't know how to reference it in the a href, this is what I have so far... <a href="{custbodypg_link_so}">Securely View, Edit, & Track the status of this order </a> (in the curly brackets is my field name)
a
@Isabella Wherever you awnt to add a field, you need | {fieldname} | so you'd have some html that starts with an open ' since it's text, then when you want to use a field, you'd close the ' and add | {fieldname} | with the pipe on either side of the field name
i
Even in the HTML template? I am using the pipes in the formula in the field itself and the link is generating correctly in the field I want. It's just when I try to reference that field in the SO HTML Transaction layout
Actually NVM i figured it out. I needed to have the href set as <NLCUSTBODYPG_LINK_SO>