Account Invoices

Nextian enables tracking of account invoices and payment information directly on Salesforce account records.

Invoices are typically updated from the billing system using the Nextian Billing Integration and are made visible to account managers and sales representatives within Salesforce — even if they do not have direct access to the billing system.

Additionally, invoices are available to customers via the Nextian Customer Portal, where users can also make payments.

Invoice Data Model

Invoice information is stored in the custom Invoice__c object (the standard Salesforce object could not be used):

FieldDescription
Invoice NameAuto-generated internal identifier in the format INV-{000000}. The actual billing system invoice number is stored in the Invoice Number field.
Invoice NumberInvoice number from the billing system (external Id searchable in Salesforce).
Invoice IdInvoice Id in the billing system (external Id searchable in Salesforce).
StatusInvoice status: Issued – the invoice has been issued and has not been paid yet, or has not been paid in fullPaid – the invoice has been paid in full.
AmountTotal invoice amount.
Issue DateDate when invoice was issued.
Due DateInvoice due date.
Paid DateDate when the invoice was paid.
Is OverdueChecked when the invoice is currently overdue.

Examining Account Invoices in Salesforce

To view account invoices for an account in Salesforce:

  1. Open the account details.
  2. Click the Related tab.
  3. Scroll to the Invoices section.
  4. To examine an invoice image:
    • Open invoice details.
    • Click the Related tab.
    • Scroll to Notes & Attachments.
ImportantInvoice images are stored in Notes & Attachments. They are accessible both from the invoice record (image only for that invoice) and from the account record (all invoice images for that account).
Was this page helpful?