Hi All,
I have a custom component to send emails with templates that can span a couple different objects. I used this first on Opportunities and created an attachment system that can pull in attachments spanning three separate custom attachment objects and this works perfectly. I went to add Quotes in as the main object to send the email and it seems to function properly but the problem is that when I render the component for the first time in a popup the attachment table file names do not show up. If I close the popup and reopen it, the names render in the table. Im trying to figure out if there is a bug somewhere in the element.render() function as this works perfectly for Opportunities. I have verified in the data that I have the attachment name inside the console and using the skuid.model.map(). Does anyone have a suggestion or an idea on how I can further debug this?
I have a custom component to send emails with templates that can span a couple different objects. I used this first on Opportunities and created an attachment system that can pull in attachments spanning three separate custom attachment objects and this works perfectly. I went to add Quotes in as the main object to send the email and it seems to function properly but the problem is that when I render the component for the first time in a popup the attachment table file names do not show up. If I close the popup and reopen it, the names render in the table. Im trying to figure out if there is a bug somewhere in the element.render() function as this works perfectly for Opportunities. I have verified in the data that I have the attachment name inside the console and using the skuid.model.map(). Does anyone have a suggestion or an idea on how I can further debug this?
John Pernock