在 Field 帮助 Netsuite 中添加 link
Add link in Field help Netsuite
我可以在 NetSuite 自定义字段的字段帮助中添加 link/url 吗?
是的。确保将您为自定义字段的帮助显示设置设置的文本包装在 html 标签中。
<html>Custom item field help with a link. <a href="https://www.example.com">Web site</a></html>
如设置自定义字段显示选项的帮助中所述:
In the Help field, enter a brief description of the kind of
information you want entered in the field.
The help is available when the name of the field is clicked.
You can enter HTML in the field. Be sure to begin your markup source
with <html>
and end with </html>
.
我可以在 NetSuite 自定义字段的字段帮助中添加 link/url 吗?
是的。确保将您为自定义字段的帮助显示设置设置的文本包装在 html 标签中。
<html>Custom item field help with a link. <a href="https://www.example.com">Web site</a></html>
如设置自定义字段显示选项的帮助中所述:
In the Help field, enter a brief description of the kind of information you want entered in the field.
The help is available when the name of the field is clicked.
You can enter HTML in the field. Be sure to begin your markup source with
<html>
and end with</html>
.