In HubSpot's quote templates, directly fetching a custom object by its ID using HubL isn't supported. HubL functions like crm_associations() are designed to retrieve associated records, not arbitrary ones by ID.
Pre-fetch and Store Data: If the custom object data is known beforehand, you might store necessary details in a custom property on the quote or deal, making it accessible in the template.
In HubSpot's quote templates, directly fetching a custom object by its ID using HubL isn't supported. HubL functions like crm_associations() are designed to retrieve associated records, not arbitrary ones by ID.
Pre-fetch and Store Data: If the custom object data is known beforehand, you might store necessary details in a custom property on the quote or deal, making it accessible in the template.