Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
What is Best Practice for Creating Form Level Custom Help
We want to have a custom Help link on every form that provides detailed instructions for using that form. What is the best practice for setting this up?
Ideally we would prefer to have a calculated hyperlink based on the Form's Title or ID. For example:[INDENT]'http://intranet.OurCompany.com/Help/' || {formtitle} || '.html'
[/INDENT]And, simply store this in a custom Transaction Body Inline HTML field. Then this field could be put on ever Transaction form.
Unfortunately, the field {formtitle} returns error when shown on a form, even though it is listed in the field drop-down for custom field formulas.
0