Deposit Application

A deposit application transaction applies a customer deposit against an invoice after the order is complete.

For help working with this record in the UI, see Applying a Customer Deposit.

The internal ID for this record is depositapplication.

See the SuiteScript Records Browser for all internal IDs associated with this record.

Note:

For information about using the SuiteScript Records Browser, see Working with the SuiteScript Records Browser in the NetSuite Help Center.

For information about scripting with this record in SuiteScript, see the following help topics:

Supported Script Types

The deposit application record is scriptable in both client and server SuiteScript.

Supported Functions

The deposit application record cannot be created, but otherwise it is fully scriptable. It can be copied, updated, deleted, and searched in SuiteScript.

Usage Notes

You do not use record.create(options) to create a deposit application record. Deposit applications are always created when a customer deposit is applied to an invoice. The application can only be created by applying an open customer Deposit from the deposit sublist of the customer payment. On submit, the backend creates a deposit application in the amount applied.

You can use the doc field on the apply sublist of the customer payment to get the internal ID of the deposit or invoice.

Related Topics

Applying a Customer Deposit
Working with the SuiteScript Records Browser
SuiteCloud Supported Records
Transactions

General Notices