<?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:Classic General Q&amp;amp;A</title><link>http://forums.method.me/cs/forums/13.aspx</link><description>Ask technical support questions, how do I? Questions... Or anything else you want to know 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: Grid "Update" button vs Screen "Save" button</title><link>http://forums.method.me/cs/forums/thread/12108.aspx</link><pubDate>Tue, 08 May 2012 13:43:12 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12108</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12108.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12108</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/cs/Themes/methodtheme/images/icon-quote.gif"&gt; &lt;strong&gt;smohyee:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;I guess the takeaway is that multiple &amp;quot;Save All Sections&amp;quot; actions in an action set causes problems?&amp;nbsp;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;This shouldn&amp;#39;t be the takeaway as you can have multiple Save All Sections in your actions. &amp;nbsp;I&amp;#39;m going to test this today and see if there are any issues around multiple Save All Sections.&lt;/p&gt;
&lt;p&gt;~C&lt;/p&gt;</description></item><item><title>Re: Grid "Update" button vs Screen "Save" button</title><link>http://forums.method.me/cs/forums/thread/12105.aspx</link><pubDate>Mon, 07 May 2012 23:07:26 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12105</guid><dc:creator>smohyee</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12105.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12105</wfw:commentRss><description>&lt;p&gt;Chad,&lt;/p&gt;
&lt;p&gt;The save button uses the &amp;quot;Save All Sections&amp;quot; action.&lt;/p&gt;
&lt;p&gt;I got it to work, and I think the reason is that I originally had two seperate conditional statements in the &amp;quot;Save&amp;quot; button, only one of which could be satisfied for a given PO, and each with it&amp;#39;s own &amp;quot;Save All Sections&amp;quot; action. If a statement was triggered &amp;nbsp;and it was first statement on the action list, then it&amp;#39;s Save All Sections action would run fine. But if it was the second statement, the Save All Sections action didn&amp;#39;t seem to do the update.&lt;/p&gt;
&lt;p&gt;I fixed the problem by taking out the &amp;quot;Save All Sections&amp;quot; action out of each conditional, and instead sticking a single one at the end of the entire action set.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I guess the takeaway is that multiple &amp;quot;Save All Sections&amp;quot; actions in an action set causes problems?&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Grid "Update" button vs Screen "Save" button</title><link>http://forums.method.me/cs/forums/thread/12102.aspx</link><pubDate>Mon, 07 May 2012 21:08:32 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12102</guid><dc:creator>Anonymous</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12102.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12102</wfw:commentRss><description>&lt;p&gt;Can you check your screen and see if you&amp;#39;re using a &amp;quot;Save Section&amp;quot; or a &amp;quot;Save all Sections&amp;quot;? &amp;nbsp;&amp;quot;Save all Sections&amp;quot; should &amp;nbsp;trigger the update action you&amp;#39;re looking for.&lt;/p&gt;
&lt;p&gt;~C&lt;/p&gt;</description></item><item><title>Grid "Update" button vs Screen "Save" button</title><link>http://forums.method.me/cs/forums/thread/12097.aspx</link><pubDate>Mon, 07 May 2012 18:00:30 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:12097</guid><dc:creator>smohyee</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/12097.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=12097</wfw:commentRss><description>&lt;p&gt;So on the default Sales Order (or PO, or Invoice, etc) screen, hitting the screen &amp;quot;Save&amp;quot; button seems to include the actions involved for the green &amp;quot;Update&amp;quot; &amp;nbsp;button for the Line Item grid. So if I enter an item without an indicated Qty, hitting Save or Update will set the Qty to one, and insert that line as a record into the Line Item Table.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Enter my custom PO screen. For some reason my Save button no longer performs the same actions as the green &amp;quot;Update&amp;quot; button. Saving the screen is no longer adequate: unless I hit the green &amp;quot;update&amp;quot; button after entering line Items, they&amp;#39;ll disappear from the grid if I reload the PO.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can I access the action set involved in that green &amp;quot;Update&amp;quot; button to copy over to my &amp;quot;Save&amp;quot; button? Looking at my Sales Order screen, where the Save button is customized but still manages to perform the &amp;quot;Update&amp;quot; actions, I can&amp;#39;t see any relevant difference, so I&amp;#39;m confused as to why the button functionality changed.&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>