Task IDs

Task IDs identify NetSuite pages. Each NetSuite page has a unique task ID.

You can reference task IDs when using the url.resolveTaskLink(options) and redirect.toTaskLink(options) methods.

To find a task ID for a NetSuite page:

  1. Right-click in the NetSuite page, and select View Page Source from the context menu. Note that the exact command varies by browser.

  2. Press Ctrl+F to open the search popup, and enter taskId in the search field. Note that the search mechanism varies by browser.

  3. Press Enter, use the down arrow, or click Find Next until you reach the occurance of taskId as part of a line of code. For example: "taskId":"LIST_EMPLOYEE_RECORD" is included on a line of code on the Employees page.

Related Topics

General Notices