Create a Mexico UUID Plug-in Implementation Script File

You can use SuiteCloud IDE, or another JavaScript IDE or text editor, to create a JavaScript file that includes the business logic for your Mexico UUID plug-in implementation script file.

The following table describes the functions and objects available in a Mexico UUID plug-in implementation script file.

Function/Interface Object

Description

getUUID(transactionType, internalID)

You must create an implementation of this function in the plug-in implementation script file. The script file can contain other helper functions.

The Tax Audit Files SuiteApp executes this function during generation of the Mexico Journal audit file. The SuiteApp executes this function one time for each transaction processed.

Transaction Type

The transaction type ID of the transaction currently being processed by the Tax Audit Files SuiteApp (for example, VendBill and CustInv).

For a list of NetSuite transaction types and their corresponding transaction type IDs, see Transactions.

InternalID

The internal ID of the transaction currently being processed by the Tax Audit Files SuiteApp.

Related Topics

Tax Audit Files
Mexico Tax Topics (Mexico Compliance SuiteApp)
Mexico Electronic Accounting File (Mexico Compliance SuiteApp)
Developing a Mexico UUID Plug-in Implementation
Add the Mexico UUID Plug-in Implementation
Enable the Mexico UUID Plug-in Implementation
Test the Mexico UUID Plug-in Implementation
Mexico UUID Plug-in Implementation Best Practices
Mexico UUID Plug-in Implementation Sample Code

General Notices