Modules

filter

 

Objects/Functions

module (N/xml)

SuiteScript 2.0

Document.documentURI

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=Document.documentURI for more information.

N/xml Module
Document.documentURI
Property Description: Location of the document or null if undefined.
Type: string
Supported Script Types: All script types For more information, see SuiteScript 2.0 Script Types.
Module: N/xml Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Document.documentURI

Example:

// Code Example 1
//Add additional code
//...
var documentURI = xmlDocument.documentURI;
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_455008483886.html