Custom Quote Template Beta

JMartin93
Participant

Quote Id not showing up outside of preview

I am having an issue getting the quote id to show up, it shows up fine in the developer preview but not on actual quotes

 

JMartin93_0-1624635187152.png

* I know the label says "Quote Number" but the field we are using is data.quote.id

JMartin93_1-1624635502370.png

 

3 Replies 3
natsumimori
Community Manager
Community Manager

Quote Id not showing up outside of preview

@JMartin93 

My colleague who works with your Support case notified me that they already had internal ticket to investigate your query. And I wanted to share the solution in this thread as well. 

To get the quote number: 

{{ QUOTE_PROPS.hs_quote_number }}

To get the object ID of the quote: 

{{ QUOTE_PROPS.hs_object_id }}

 These are the Hubl tokens you'll want to use, hope this helps!

JMartin93
Participant

Quote Id not showing up outside of preview

Thank you that seems to have fixed it, I though I had tried that friday but maybe I didn't wait long enough

natsumimori
Community Manager
Community Manager

Quote Id not showing up outside of preview

@jmclaren and @ethankopit , could you take a look at this issue?

0 Upvotes