Using NetSuite Tags

Field tags in an HTML form are defined as <NLTAG>, where TAG is the ID of the field. Each field in NetSuite has a unique ID and therefore a unique tag definition.

Note:

Field IDs are incorporated into tag definitions for fields. When creating custom fields to use in HTML templates, you should specify IDs for each field and use consistent naming conventions that make sense in your business environment. If the default NetSuite IDs are accepted when creating your custom fields, the tags may not make sense in your HTML code. The result can make it more difficult to know exactly what the field references.

If you have chosen to include a required Name field on your custom record, you must include the tag, <NLNAME>, for that field in your template.

To determine the tags to use for each field on your custom record:

  1. Click Customization > List, Records, & Fields > Record Types.

  2. In the Edit column, click the name of the record type you want to create a template for.

  3. On the Fields subtab, click the name of the field you want to place in your template.

  4. The URL for this page is displayed in the Address bar of your browser. The ID for the selected field is at the end of the URL.

Related Topics

Creating HTML Templates for Online Custom Record Forms
Creating an HTML Template Locally
Uploading an HTML Template
Creating an HTML Form Template

General Notices