Changing the QuoteWerks Document Number Prefix

Further to the post back in February about changing the three character prefix on a QuoteWerks Layout, a client has just asked about changing just the Q/O/I letter – specifically the “I” Invoice for a “C” Credit Note.

Here’s the formula we gave them for the QuoteWerks master installation Layout:

first(documentheaders->docno,3)+”C”+last(documentheaders->docno,(len(documentheaders->docno)-4))

For a remote QuoteWerks user’s Layout, it would be:

first(documentheaders->docno,4)+”C”+last(documentheaders->docno,(len(documentheaders->docno)-5))

The formulae use two key functions – ‘first’ and ‘last’ which both take two parameters:

  • string – the piece of text that we want to take part of
  • num – the number of characters that we want to take from string

Using these functions in this way, we are able to take the parts of the Document Number that we want to retain (the prefix and the number itself) and replace the Document Type Q/O/I with another letter.

Hope this helps!

The Hilltops IT QuoteWerks Support Team.

Related Stories

See all

How Smart Software is Powering Small Manufacturers: Trends and Tools for 2025

Oct 10, 2025

In today’s fast-moving manufacturing world, it’s not just the machines on the shop floor that are getting smarter – it’s the software behind the scenes too. For managers in micro, small, and medium-sized manufacturing businesses, staying competitive means more than just making great products. It means running a tight ship behind the scenes: quoting quickly, […]

READ MORE

Supercharging QuoteWerks Reporting with Excel & Power BI

Oct 01, 2025

QuoteWerks is a powerful tool for creating quotes, orders, and managing customer interactions, but when it comes to reporting, many users find themselves limited by its out-of-the-box capabilities. At Hilltops IT, we believe your data should work harder for you. That’s why we’ve created a new video that demonstrates how to unlock deeper insights by […]

READ MORE

To AI or not to AI, That is the Question

Sep 29, 2025

When I started to write this article, I hadn’t really anticipated what a ‘can of worms’ it was going to open for me – how far my mind would wander, how may rabbit holes there are to explore, and ultimately how long it was going to turn out! For those of you prospective readers that […]

READ MORE