<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Acumatica User Group Forums - Recent Posts				            </title>
            <link>https://www.augforums.com/forums/</link>
            <description>Acumatica User Group Forums</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 13 May 2026 09:36:27 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Nested SubReport Issue</title>
                        <link>https://www.augforums.com/forums/acumatica-report-designer/nested-subreport-issue/#post-11663</link>
                        <pubDate>Tue, 05 May 2026 23:09:04 +0000</pubDate>
                        <description><![CDATA[I have a custom Shift Changeover Checklist report (AM64000A.rpx) that runs perfectly when launched standalone, all fields populate, including a nested SubReport that lists materials. It uses...]]></description>
                        <content:encoded><![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-">I have a custom Shift Changeover Checklist report (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AM64000A.rpx</code>) that runs perfectly when launched standalone, all fields populate, including a nested SubReport that lists materials. It uses parameters <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">WONbr</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">OrderType</code>, with filters on <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AMProdItem.ProdOrdID = @WONbr</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AMProdItem.OrderType = @OrderType</code>.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">I'm trying to embed this report as a SubReport inside our Production Packet by Date (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">NW62000B.rpx</code>), which already includes several other subreports (Production Ticket, Pre-Op Checklist, etc.) that work fine. I added a new Detail section in NW62000B with a SubReport control pointing at <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AM64000A.rpx</code>, passing <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">WONbr = =</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">OrderType = =</code>.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">When the packet runs, AM64000A's static layout prints (title, labels, panels), but every dynamic field is blank — Work Order number, Date (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">Today()</code>), Location, Inventory Description, materials list, all empty. The same Detail section works correctly when I temporarily swap ReportName to <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">IN619209.rpx</code> (one of the existing working subreports), so the section wiring is fine. The issue is specific to <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AM64000A.rpx</code>.</p>
<p>I have tried</p>
<ul class=":mb-0 :mt-1 :gap-1 :pb-1 :pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">Verified the SubReport Parameters collection (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">WONbr</code>, <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">OrderType</code>) — values look correct</li>
<li class="whitespace-normal break-words pl-2">Unchecked <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">Required</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">Visible</code> on <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">WONbr</code> parameter in AM64000A</li>
<li class="whitespace-normal break-words pl-2">Hidden the nested materials SubReport inside AM64000A (no change)</li>
<li class="whitespace-normal break-words pl-2">Removed <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">OrderType</code> from the parent's parameter pass, falling back to AM64000A's default of "WO" (no change)</li>
<li class="whitespace-normal break-words pl-2">Deleted and re-added the SubReport control in the parent</li>
<li class="whitespace-normal break-words pl-2">Duplicated an existing working Detail section instead of creating a new one</li>
<li class="whitespace-normal break-words pl-2">Compared NW62000B's XML — detailSection8 is structurally identical to the working sections</li>
</ul>
<p>I will attach the Large Packet (Production Packet By Date 62000B), Small Report (Shift Changeover Checklist 64000A) and the subreport if the Shift Changeover (shiftexchangechecklistmaterials)</p>
<p>Hoping to find some help </p>
<p>thank you!</p>
3664
3661
3663]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>cschwark</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-report-designer/nested-subreport-issue/#post-11663</guid>
                    </item>
				                    <item>
                        <title>RE: Can&#039;t export GI&#039;s to excel that contain the FATrans DAC after upgrade to 2025 R1 in less than 25 min</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/cant-export-gis-to-excel-that-contain-the-fatrans-dac-after-upgrade-to-2025-r1-in-less-than-25-min/#post-11662</link>
                        <pubDate>Tue, 14 Apr 2026 19:31:03 +0000</pubDate>
                        <description><![CDATA[I&#039;ve had a similar issue with the out-of-the-box Fixed Asset Net Value report. It times out every time with one Branch when run for the full prior year. Acumatica development has it now.]]></description>
                        <content:encoded><![CDATA[<p>I've had a similar issue with the out-of-the-box Fixed Asset Net Value report. It times out every time with one Branch when run for the full prior year. Acumatica development has it now.</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>tmac</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/cant-export-gis-to-excel-that-contain-the-fatrans-dac-after-upgrade-to-2025-r1-in-less-than-25-min/#post-11662</guid>
                    </item>
				                    <item>
                        <title>RE: Limited or no support from Acumatica?</title>
                        <link>https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11661</link>
                        <pubDate>Tue, 24 Mar 2026 20:00:05 +0000</pubDate>
                        <description><![CDATA[@jjbotes Good thoughts. We&#039;ll endeavor to find a solution.]]></description>
                        <content:encoded><![CDATA[@jjbotes Good thoughts. We'll endeavor to find a solution.]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>Ed Dolan</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11661</guid>
                    </item>
				                    <item>
                        <title>RE: Limited or no support from Acumatica?</title>
                        <link>https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11660</link>
                        <pubDate>Tue, 24 Mar 2026 19:31:18 +0000</pubDate>
                        <description><![CDATA[The question is &quot;when&quot; in the business process does the negative inventory value change again to a positive?&quot;
It makes no sense to always have a negative inventory value for reporting purpo...]]></description>
                        <content:encoded><![CDATA[<p>The question is "when" in the business process does the negative inventory value change again to a positive?"</p>
<p>It makes no sense to always have a negative inventory value for reporting purposes - I suggest you change your business process to provide the correct "substance over form," financial, real-time, accurate numbers and control you desire.</p>
<p>By having negative stock values, you can effectively manipulate the Income Statement Profit and Tax liability. US GAAP does not allow that.</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>Johan Botes</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11660</guid>
                    </item>
				                    <item>
                        <title>RE: Limited or no support from Acumatica?</title>
                        <link>https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11659</link>
                        <pubDate>Tue, 24 Mar 2026 19:20:09 +0000</pubDate>
                        <description><![CDATA[@jjbotes Thank you for the feedback. I will discuss with our current VAR tomorrow. I realize that it is unusual for a company to have a constant positive inventory quantity but also a consta...]]></description>
                        <content:encoded><![CDATA[@jjbotes Thank you for the feedback. I will discuss with our current VAR tomorrow. I realize that it is unusual for a company to have a constant positive inventory quantity but also a constant negative $ value for that inventory.]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>Ed Dolan</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11659</guid>
                    </item>
				                    <item>
                        <title>RE: Limited or no support from Acumatica?</title>
                        <link>https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11658</link>
                        <pubDate>Tue, 24 Mar 2026 19:13:49 +0000</pubDate>
                        <description><![CDATA[Acumatica can have positive units in stock but a negative inventory value, a situation that typically arises from timing discrepancies in inventory transactions, such as shipping an item bef...]]></description>
                        <content:encoded><![CDATA[<p><mark class="HxTRcb" data-sfc-root="c" data-sfc-cb="" data-processed="true">Acumatica can have positive units in stock but a negative inventory value</mark><span>, a situation that typically arises from timing discrepancies in inventory transactions, such as shipping an item before receiving it, or from specific cost adjustment processes. While "negative inventory" often implies a negative quantity, it can also manifest as a negative value (valuation) while the physical quantity remains positive</span></p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>Johan Botes</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11658</guid>
                    </item>
				                    <item>
                        <title>RE: Limited or no support from Acumatica?</title>
                        <link>https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11657</link>
                        <pubDate>Tue, 24 Mar 2026 19:07:20 +0000</pubDate>
                        <description><![CDATA[@azeigler 
I am concerned as well about the lack of support from Acumatica. Our VAR was clear that Acumatica&#039;s level of support was diminished and that they could not get an answer from Acu...]]></description>
                        <content:encoded><![CDATA[<p>@azeigler </p>
<p>I am concerned as well about the lack of support from Acumatica. Our VAR was clear that Acumatica's level of support was diminished and that they could not get an answer from Acumatica concerning adding positive quality inventory transactions with a negative(credit) dollar values. </p>
<p>I think a response from Acumatica in the vein of "<em>Yes, Acumatica can do that, please see "XX" resources for the details</em>" would be perfectly acceptable. </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>Ed Dolan</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11657</guid>
                    </item>
				                    <item>
                        <title>RE: Limited or no support from Acumatica?</title>
                        <link>https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11656</link>
                        <pubDate>Tue, 24 Mar 2026 18:53:08 +0000</pubDate>
                        <description><![CDATA[Hi Ed - the principle is embedded in standard functionality - all about how you configure the system. The key question is - What are the business processes and transaction flows, end-to-end?...]]></description>
                        <content:encoded><![CDATA[<p>Hi Ed - the principle is embedded in standard functionality - all about how you configure the system. The key question is - What are the business processes and transaction flows, end-to-end? </p>
<p>One will need to have a bit of a discussion to understand and figure out how to account for this within your current business process, but in summary, with proper standard configuration, this is possible. During the discussion, it will become apparent if there are unforeseen quirks. Catering to said quirks will be a small no-code customization, if any.</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>Johan Botes</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11656</guid>
                    </item>
				                    <item>
                        <title>RE: Limited or no support from Acumatica?</title>
                        <link>https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11655</link>
                        <pubDate>Tue, 24 Mar 2026 18:43:49 +0000</pubDate>
                        <description><![CDATA[Johan,
Thanks for the rely and I hope you are well.
The particular issue/question in this case is we&#039;ll have positive inventory quantities, but the value ($) will have a credit balance.   ...]]></description>
                        <content:encoded><![CDATA[<p>Johan,</p>
<p>Thanks for the rely and I hope you are well.</p>
<p>The particular issue/question in this case is we'll have positive inventory quantities, but the value ($) will have a credit balance.   </p>
<p>We are being paid to take in material to be recycled. ( Debit: Cash/AR; Credit: Inventory)</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>Ed Dolan</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11655</guid>
                    </item>
				                    <item>
                        <title>RE: Limited or no support from Acumatica?</title>
                        <link>https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11654</link>
                        <pubDate>Tue, 24 Mar 2026 18:43:36 +0000</pubDate>
                        <description><![CDATA[@edolan I see, I think the context i was looking for was &quot;questions like this&quot;.  Although I have to say in my experience, Acumatica will promptly answer with the information provided by Mr. ...]]></description>
                        <content:encoded><![CDATA[<p>@edolan I see, I think the context i was looking for was "questions like this".  Although I have to say in my experience, Acumatica will promptly answer with the information provided by Mr. Johan in most cases. I have been directed to the Acumatica help, Knowledge Base, Known Issues, and occasionally the Community Forums. </p>
<p>I am glad there was an answer to your question so promptly!</p>
<p>I jumped in immediately because it would be quite discouraging if Acumatica was to start shutting off VARs from technical assistance. </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/"></category>                        <dc:creator>Albert Zeigler</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/limited-or-no-support-from-acumatica/#post-11654</guid>
                    </item>
							        </channel>
        </rss>
		