Custom Guided Wizard
Button URL Structure
Transaction Level Fields
7min
while you only need two query strings on the url, you will most likely want to specify a number of invoice level fields, such as the invoice date, due date, etc date fields you can optionally populate the invoice date and/or the due date, using a date field (or a date/ time field, from which we will obtain the date) a formula field with a date or date/time field type will also work if you leave the invoice date blank, breadwinner will populate the invoice date with today’s date if you leave the due date blank, breadwinner will check to see if the corresponding customer record in your accounting system has invoice terms specified (this must be set in your accounting system, not in breadwinner) if the corresponding customer record does not have invoice terms specified, breadwinner will use the breadwinner wide default payment terms as specified in the breadwinner tab under optional settings if those settings are also blank, then breadwinner will leave the due date blank button url \&invoice date=invoice date api field c \&due date=invoice date api field c custom fields quickbooks online has up to three custom fields, an optional location field, and an optional classes field (qbo classes, if enabled, are set for the invoice or line items, but not both) to use custom fields in breadwinner for quickbooks you must first create custom fields in qbo please note that the location field and class field in qbo is a picklist type, so you must populate it with a value that already exists in qbo if the value you specify does not match the qbo value, case sensitive, we will ignore that query string button url \&invoice custom field 1=api field c \&invoice custom field 2=api field c \&invoice custom field 3=api field c \&invoice location field=api field c \&invoice class field=api field c custom invoice number you can also set the invoice number by enabling custom transaction numbers (which is applicable for all api integrations with your quickbooks org) button url \&custom invoice number=custom field c alternatively, if you want the transaction number to be auto determined by quickbooks then it is mandatory to turn off the custom transaction number in quickbooks refer to this help article provided by breadwinner to know how to turn off custom transaction number invoice tax code the invoice tax code is available only for the quickbooks us orgs you can optionally populate the invoice tax code using the originating object’s field if you pass the field api name to the invoice taxcode field param, breadwinner will show this field value on the invoice tax code while creating the invoice button url \&invoice taxcode field=field api name c invoice term button url \&invoice term=field api name c you can optionally populate the invoice term using the originating object’s field if you pass the field api name to the invoice term param, breadwinner will show this field value on the invoice term while creating the invoice the salesforce custom field you create on originating object can have values for example net 10, net 15, net 30, net 60 etc