<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:API Q&amp;A</title><link>http://forums.method.me/cs/forums/15.aspx</link><description>Ask questions specific to the MethodAPI from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: "Is to be Printed" and "Is to be Emailed" fields ignoring QB customer profile defaults via API</title><link>http://forums.method.me/cs/forums/thread/37492.aspx</link><pubDate>Wed, 11 Mar 2026 14:28:36 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:37492</guid><dc:creator>Method_Inderdeep</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/37492.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=37492</wfw:commentRss><description>&lt;p&gt;Hi Rafael,&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;In &lt;span&gt;QuickBooks Desktop (QBDT)&lt;/span&gt;, the &lt;span&gt;&amp;ldquo;To be Printed&amp;rdquo;&lt;/span&gt; and &lt;span&gt;&amp;ldquo;To be Emailed&amp;rdquo;&lt;/span&gt; options are &lt;span&gt;not settings that can be configured at the customer level by default&lt;/span&gt;.&lt;br /&gt;How it works in QBDT&lt;br /&gt;&lt;span&gt;To be Printed&lt;/span&gt; and &lt;span&gt;To be Emailed&lt;/span&gt; are &lt;span&gt;transaction-level flags&lt;/span&gt;.&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;They are set &lt;span&gt;when creating the transaction&lt;/span&gt; (Invoice, Estimate, Sales Order, etc.).&lt;/li&gt;
&lt;li&gt;Each document can be individually marked for printing or emailing.&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;Where you see it&lt;br /&gt;When creating an invoice or estimate:&lt;br /&gt;1.Checkbox &lt;span&gt;&amp;ldquo;To be Printed&amp;rdquo;&lt;/span&gt;&lt;br /&gt;2. Checkbox &lt;span&gt;&amp;ldquo;To be Emailed&amp;rdquo;&lt;/span&gt;&lt;br /&gt;These are applied &lt;span&gt;per transaction&lt;/span&gt;, not automatically from the customer record.&lt;/div&gt;
&lt;p&gt;&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;span id="mce_7_start" style="overflow:hidden;"&gt;Would you be able to share a screenshot showing where this is configured at the customer profile level in QuickBooks? This can help us to investigate this further.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span id="mce_6_start" style="overflow:hidden;"&gt;- Inder&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>"Is to be Printed" and "Is to be Emailed" fields ignoring QB customer profile defaults via API</title><link>http://forums.method.me/cs/forums/thread/37489.aspx</link><pubDate>Fri, 06 Mar 2026 20:44:46 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:37489</guid><dc:creator>Rafael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/37489.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=37489</wfw:commentRss><description>&lt;p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;In my QuickBooks Desktop setup, the &lt;strong&gt;Is to be Printed&lt;/strong&gt; and &lt;strong&gt;Is to be Emailed&lt;/strong&gt; fields are configured at the customer profile level. When invoices are created manually, those fields correctly follow the customer&amp;#39;s profile settings.&lt;/p&gt;
&lt;p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;I am using Method&amp;#39;s API to create invoices in bulk (dozens at a time), syncing data from Aspire to QuickBooks Desktop.&lt;/p&gt;
&lt;p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;The problem is that when I don&amp;#39;t include &lt;code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;IsToBePrinted&lt;/code&gt; or &lt;code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;IsToBeMailed&lt;/code&gt; in the API payload &amp;mdash; or send them as &lt;code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;null&lt;/code&gt; &amp;mdash; Method defaults both fields to &lt;code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;false&lt;/code&gt; before syncing to QB. As a result, the invoices arrive in QuickBooks with those checkboxes unchecked, completely ignoring the customer profile defaults.&lt;/p&gt;
&lt;p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;This is a significant issue for my workflow since I rely on those profile settings to determine how each customer receives their invoice.&lt;/p&gt;
&lt;p class="font-claude-response-body break-words whitespace-normal leading-[1.7]"&gt;I also investigated using the &lt;code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;deliveryMethod&lt;/code&gt; field on the Method Customer record as a workaround &amp;mdash; reading it per customer and explicitly setting the invoice fields accordingly. However, I found that &lt;code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;deliveryMethod&lt;/code&gt; is always &lt;code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded-[0.4rem] px-1 py-px text-[0.9rem]"&gt;null&lt;/code&gt; in Method for all of our 5,000+ customers, even though the &lt;strong&gt;Preferred Delivery Method is correctly set on each customer profile in QB Desktop&lt;/strong&gt;. This means Method is not syncing that field from QB at all.&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>