NetSuite Tags
Currently any field on the page that has a custom code ID can be used in a NetSuite tag. You can find the code ID for standard NetSuite fields in the SuiteScript Records Browser.
To determine the code ID of custom fields on your forms, go to the Custom Field list page for the field type, for example, Customization > Lists, Records, & Fields > CRM Fields. The code ID is displayed in the ID column.
There are also some special tags that you can use. These tags work only when the Formula box is not checked:
-
{useremail} -Email of the user currently logged in
-
{now} -Current date
-
{today} -Current date
-
{nlversion} -The full internal NetSuite release number
-
{nlsessionid} -The browser's session ID, which could be used when creating a hyperlink for passing a session to a web service
-
{nluser} -ID of the user currently logged in
-
{nlrole} -Role ID of the user currently logged in