how would I go about creating a custom field that ...
# general
m
how would I go about creating a custom field that would hold a number, but is concatenated to a url and subsequently displayed as a url when viewing the record?
basically it would be a reference number to a system outside of netsuite
b
Have 2 fields. One for the number the other for the url
m
could you hide/show based on view/edit?
b
i would have the number field a normal field and the url field a hyperlink field with a display type of inline text and a default value with a formula for what url you want
you can lookup
Dynamic Defaults and Dynamic Hyperlinks
in the help guide for more information
m
thanks @battk