List Expense Reports is a powerful feature that simplifies the management of your financial data by seamlessly retrieving a comprehensive list of expense reports from the NetSuite API. This action enables you to efficiently track and analyze your organization's spending, ensuring that you have the insights needed to make informed financial decisions. By integrating this functionality into your workflow, you enhance your ability to monitor expenses, streamline reporting processes, and maintain accurate financial records, making it an essential tool for businesses of all sizes looking to improve their financial oversight and operational efficiency.
Configuration
NetSuite - Connection (ver. 1.0.0)
URL
URL of your NetSuite instance.
Account ID
Account ID for NetSuite API.
Consumer Key
Consumer key for NetSuite API.
Consumer Secret
Consumer secret for NetSuite API.
Token ID
Token ID for NetSuite API.
Token Secret
Token secret for NetSuite API.
NetSuite - List Resources (ver. 1.0.0)
Error behavior
The available values are:
-
Fail and return response: The connector fails at the specified line but generates output with error details.
-
Fail without response: The connector fails - the error will be displayed only in the log.
-
Do not fail and return response: The connector does not fail but generates output records that may be marked with an error and detailed information.
Limit
Specifies the maximum number of records to retrieve in a single query. This setting helps manage data load and ensures efficient processing.
Query
Allows for the input of a specific search query or filter to refine which records are retrieved.
Load All Records
When checked, this option overrides the limit and attempts to load all available records that meet the query criteria.
Input & Output Schema
Input
This connector does not require a schema.
Output
NetSuite - Expense Report Response (ver. 1.3.0)
Column | Data type | Allow null | Description |
---|---|---|---|
StatusCode | Integer | No | Indicates the status of the expense report processing |
IsError | Bool | No | Indicates whether an error occurred during processing |
Message | String | Yes | Provides additional information about the processing result |
ExpenseReport | NetSuite - Expense Report v1.3.0 |
Yes | Contains the details of the expense report being processed |
NetSuite - Expense Report (ver. 1.3.0)
Column | Data type | Allow null | Description |
---|---|---|---|
TranDate | DateTime | Yes | Represents the transaction date for the employee expense report |
Memo | String | Yes | Contains additional notes or comments related to the expense |
Policyviolated | Bool | Yes | Indicates whether the expense violates company policy |
Advance | Double | Yes | Represents any advance payment made towards the expense |
ID | String | Yes | Unique identifier for the employee expense report |
Expensereportexchangerate | Double | Yes | Exchange rate applied to the expense report currency |
Status | NetSuite - Status v1.4.0 |
Yes | Current status of the employee expense report |
CreatedDate | DateTime | Yes | Date when the expense report was created |
PrevDate | DateTime | Yes | Date of the previous expense report, if applicable |
CustomForm | NetSuite - Custom Form v1.4.0 |
Yes | Custom form used for the expense report |
CurrencyPrecision | String | Yes | Indicates the precision of the currency used in the report |
Corporatecard | Double | Yes | Amount charged to the corporate card for the expense |
Complete | Bool | Yes | Indicates whether the expense report is complete |
ExternalID | String | Yes | External identifier for the expense report |
Totalbasecurrency | String | Yes | Total amount in the base currency of the account |
Reimbursable | Double | Yes | Amount that is eligible for reimbursement |
Total | Double | Yes | Total amount of the expense report |
Advance2 | Double | Yes | Represents a second advance payment made towards the expense |
Nonreimbursable | Double | Yes | Amount that is not eligible for reimbursement |
TranID | String | Yes | Unique transaction ID for tracking purposes |
Amount | Double | Yes | Total amount of the individual expense line |
LastModifiedDate | DateTime | Yes | Date when the expense report was last modified |
Accountingapproval | Bool | Yes | Indicates whether the expense report has been approved by accounting |
Supervisorapproval | Bool | Yes | Indicates whether the expense report has been approved by the supervisor |
Usemulticurrency | Bool | Yes | Indicates if multiple currencies are used in the expense report |
Duedate | DateTime | Yes | Due date for submitting the expense report |
RefName | String | Yes | Reference name associated with the expense report |
Links | NetSuite - Ns Link v1.1.0 |
Yes | Links to related records or documents in NetSuite |
Advanceaccount | NetSuite - ID v1.2.0 |
Yes | Account associated with the advance payment |
Subsidiary | NetSuite - ID v1.2.0 |
Yes | Subsidiary to which the expense report belongs |
AccountingBookDetail | NetSuite - Expense Report Accounting Book Detail Collection v1.2.0 |
Yes | Details of the accounting book related to the expense report |
Expensereportcurrency | NetSuite - ID v1.2.0 |
Yes | Currency used for the expense report |
Expense | NetSuite - Expense Report Expense Collection v1.2.0 |
Yes | Collection of individual expenses within the report |
Entity | NetSuite - ID v1.2.0 |
Yes | Entity associated with the expense report |
Class | NetSuite - ID v1.2.0 |
Yes | Class categorizing the expense report |
Department | NetSuite - ID v1.2.0 |
Yes | Department responsible for the expense report |
PostingPeriod | NetSuite - ID v1.2.0 |
Yes | Posting period for the expense report |
Location | NetSuite - ID v1.2.0 |
Yes | Location where the expense was incurred |
Account | NetSuite - ID v1.2.0 |
Yes | Account to which the expense is charged |
Acctcorpcardexp | NetSuite - ID v1.2.0 |
Yes | Account associated with corporate card expenses |
CustomFields | JSON | Yes | Custom fields for additional data related to the expense report |
NetSuite - ID (ver. 1.2.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ID | String | Yes | The unique identifier |
NetSuite - Status (ver. 1.4.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ID | String | No | Unique identifier for the credit memo |
RefName | String | Yes | Reference name for the credit memo |
CustomFields | JSON | Yes | Additional custom data related to the credit memo |
NetSuite - Custom Form (ver. 1.4.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ID | String | No | Unique identifier for the contact in NetSuite |
RefName | String | Yes | Display name of the contact used for reference |
CustomFields | JSON | Yes | Additional user-defined fields for the contact |
NetSuite - Ns Link (ver. 1.1.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Rel | String | Yes | Represents the relationship identifier for the Netsuite account |
Href | String | Yes | Contains the URL link to access the Netsuite account |
CustomFields | JSON | Yes | Holds additional custom field data specific to the Netsuite account |
NetSuite - Expense Report Accounting Book Detail Collection (ver. 1.2.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Links | NetSuite - Ns Link v1.1.0 |
Yes | Provides a link to the NetSuite API for accessing employee data |
TotalResults | Integer | Yes | Indicates the total number of employee records retrieved |
Count | Integer | Yes | Represents the number of employee records in the current response |
HasMore | Bool | Yes | Indicates whether there are more employee records available |
Offset | Integer | Yes | Specifies the starting point for the next set of employee records |
Items | NetSuite - Expense Report Accounting Book Detail Element v1.2.0 |
Yes | Contains the list of employee records retrieved from NetSuite |
CustomFields | JSON | Yes | Holds any additional custom fields associated with the employee records |
NetSuite - Expense Report Accounting Book Detail Element (ver. 1.2.0)
Column | Data type | Allow null | Description |
---|---|---|---|
Links | NetSuite - Ns Link v1.1.0 |
Yes | Represents the connection to the NetSuite instance |
ExchangeRate | Double | Yes | Indicates the currency exchange rate used in transactions |
RefName | String | Yes | Provides a reference name for the employee record |
AccountingBook | NetSuite - Ns Resource v1.6.0 |
Yes | Links to the accounting book associated with the employee |
Subsidiary | NetSuite - ID v1.2.0 |
Yes | Identifies the subsidiary to which the employee belongs |
CustomFields | JSON | Yes | Contains any custom fields related to the employee record |
NetSuite - Ns Resource (ver. 1.6.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ID | String | No | Unique identifier for the Netsuite account |
RefName | String | Yes | User-friendly name for the Netsuite account |
ExternalID | String | Yes | Identifier used for external references to the account |
Links | NetSuite - Ns Link v1.1.0 |
Yes | Links to related resources or entities in Netsuite |
CustomFields | JSON | Yes | Additional custom attributes specific to the Netsuite account |