Customer Identity
ID
aluma.customer_identity
Description
Identity, from a database lookup, of the customer to whom an invoice was sent.
Fields
DB Customer ID, DB Customer Name, DB Customer Address, DB Customer Tax ID
Remarks
Parameters
connection_string
Provides the connection string to the database that contains the customer table.
Type: string
Required: True
provider
The type of database that contains the customer table. Valid values are mssql and mysql.
Type: string
Required: True
schema
The schema name for the customer table. If not set, the table is assumed to be defined within the user's default schema. Only applicable when provider is mssql.
Type: string
Required: False
customer_table
The name of the table (or view) containing records for all possible customers. Used for matching to the document via the name, address, and tax ID.
Type: string
Required: True
Updated about 3 years ago