Custom Quote Template Beta

SR0
Contributor | Diamond Partner
Contributor | Diamond Partner

Custom properties not getting surfaced in quotes template

I worked on a custom quote template, which displays data from custom objects (billing and shipping). I used the HubL function (crm_associations) to get the associated record from the deal.

It used to work before during quote creation but suddenly stops working in late June.  I checked if something changed in the template, but everything is working fine. I even checked the live preview and it displays the data as it should, but fails to do so in the quote creation.

2 Replies 2
ethankopit
HubSpot Product Team
HubSpot Product Team

Custom properties not getting surfaced in quotes template

Thanks for making that clear @SR0

0 Upvotes
SR0
Contributor | Diamond Partner
Contributor | Diamond Partner

Custom properties not getting surfaced in quotes template

Hi, I figured out what was wrong. Turns out the deal's internal id isn't being returned, that's why the associated records was also not surfaced. HubSpot probably no longer supports id when calling a records internal id, you need to use hs_object_id.