We have different prefixes for each of our customers. Let's say one has xy001 and the next xy002 and so forth. Is there a way to set this up in Hubsopt Invoices? As far as I can see I can only change the prefix for every invoice - am I wrong?
Hello @CScholz, thank you for posting in our Community!
Currently, HubSpot Invoices allows you to set a single invoice prefix, but it does not support unique prefixes for each customer by default. However, you can manually adjust the prefix when creating each invoice.
Join us on March 27th at 12 PM for the Digital Essentials Lab, an interactive session designed to redefine your digital strategy!
Engage with expert Jourdan Guyton to gain actionable insights, participate in live Q&A, and learn strategies to boost your business success. Don't miss this opportunity to connect and grow—reserve your spot today!
The quickest solution to get this information on the invoice may be to create a prefix company property. Then, create a snippet saying something like "Company Code: {{company.invoice_prefix}}"
Then, you can use this snippet when creating an invoice.
I tried a few ways leveraging workflows and APIs. I could get the name to update in HubSpot, but it won't overwrite the auto-numbering done by HubSpot.
I know this isn't the desired solution but it's a way to get the information on the invoice, if it's needed.
Hello @CScholz, thank you for posting in our Community!
Currently, HubSpot Invoices allows you to set a single invoice prefix, but it does not support unique prefixes for each customer by default. However, you can manually adjust the prefix when creating each invoice.
Join us on March 27th at 12 PM for the Digital Essentials Lab, an interactive session designed to redefine your digital strategy!
Engage with expert Jourdan Guyton to gain actionable insights, participate in live Q&A, and learn strategies to boost your business success. Don't miss this opportunity to connect and grow—reserve your spot today!
The quickest solution to get this information on the invoice may be to create a prefix company property. Then, create a snippet saying something like "Company Code: {{company.invoice_prefix}}"
Then, you can use this snippet when creating an invoice.
I tried a few ways leveraging workflows and APIs. I could get the name to update in HubSpot, but it won't overwrite the auto-numbering done by HubSpot.
I know this isn't the desired solution but it's a way to get the information on the invoice, if it's needed.