Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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.