<?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: Update field</title><link>http://forums.method.me/cs/forums/thread/24346.aspx</link><pubDate>Thu, 20 Nov 2014 14:27:19 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:24346</guid><dc:creator>Method_Greg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/24346.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=24346</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;Hello Marcelo,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp; There is no undo or going back.&amp;nbsp; It&amp;#39;s why there are no mass update actions on default screens.&amp;nbsp; What you can do is export the table with the data.&amp;nbsp; If something goes wrong, you can do an &lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;&lt;a href="https://www.methodintegration.com/method/kb.aspx?folder=MethodCRM&amp;amp;article=Import-%2f-Export&amp;amp;id=189"&gt;import update&lt;span style="overflow:hidden;" id="mce_1_end"&gt;&lt;/span&gt;&lt;/a&gt; to revert data back.&amp;nbsp; &lt;span style="overflow:hidden;" id="mce_4_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_5_start"&gt;Also, do tests on a couple of records first before you do all the records.&amp;nbsp; There is an option just to do checked records.&lt;span style="overflow:hidden;" id="mce_6_start"&gt;&amp;nbsp; You can also get help from a &lt;span style="overflow:hidden;" id="mce_8_start"&gt;&lt;/span&gt;&lt;a href="https://www.method.me:443/support/assisted-services/"&gt;M&lt;span style="overflow:hidden;" id="mce_7_start"&gt;&lt;/span&gt;ethod Partner&lt;span style="overflow:hidden;" id="mce_8_end"&gt;&lt;/span&gt;&lt;/a&gt; &lt;span style="overflow:hidden;" id="mce_7_end"&gt;&lt;/span&gt;or &lt;span style="overflow:hidden;" id="mce_11_start"&gt;&lt;/span&gt;&lt;a href="https://www.method.me:443/partners/"&gt;Method Professional Services&lt;span style="overflow:hidden;" id="mce_11_end"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Greg&lt;span style="overflow:hidden;" id="mce_14_start"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Update field</title><link>http://forums.method.me/cs/forums/thread/24273.aspx</link><pubDate>Mon, 17 Nov 2014 19:31:22 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:24273</guid><dc:creator>Marcelo11756</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/24273.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=24273</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;If I do this and something goes wrong when I ran the actions, can I undo it or go back ?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Update field</title><link>http://forums.method.me/cs/forums/thread/24256.aspx</link><pubDate>Mon, 17 Nov 2014 15:20:50 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:24256</guid><dc:creator>Method_Greg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/24256.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=24256</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;Hello Marcelo,&lt;br /&gt;&amp;nbsp;&amp;nbsp; You can do it.&amp;nbsp; First, you need a have a screen that displays all the records you want to update in a grid.&amp;nbsp; For my example I chose Invoices.&amp;nbsp; Next, create a button that will have actions that will update the sort order field for the records in the grid.&lt;br /&gt;&lt;span style="overflow:hidden;" id="mce_1_start"&gt;&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Here is an explanation of the actions.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&amp;nbsp; 1. Start Loop Through Grid - A Basic loop that takes you through each record in the grid individually.&amp;nbsp; It has a corresponding End Loop Through Grid.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&amp;nbsp; 2. Basic Math Calculation - While in the loop, you retain the individual record you are on.&amp;nbsp; Here, I take the SortOrder value for the record the loop is on and multilpy it by 10 to get the extra 0.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&amp;nbsp; 3. Update Filed in Table - I have the value I need but it is not yet in the table.&amp;nbsp; I need to update the actual table record which is what I am doing with this action.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://i.imgur.com/7EDO4LE.png" height="447" width="753" alt="" /&gt;&lt;span style="overflow:hidden;" id="mce_3_start"&gt;&lt;span style="overflow:hidden;" id="mce_10_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_9_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;" id="mce_21_start"&gt;&lt;span style="overflow:hidden;" id="mce_25_start"&gt;&lt;span style="overflow:hidden;" id="mce_27_start"&gt;Basic Math Calculation&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;img src="http://i.imgur.com/GWX7l6m.png" height="511" width="699" alt="" /&gt;&lt;span style="overflow:hidden;" id="mce_28_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;Update Field in Table Action&lt;span style="overflow:hidden;" id="mce_26_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_24_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;img src="http://i.imgur.com/MkAwaxi.png" height="519" width="703" alt="" /&gt;&lt;span style="overflow:hidden;" id="mce_23_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_22_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;" id="mce_12_start"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;" id="mce_8_start"&gt;&lt;/span&gt;This should work for all the transactions.&amp;nbsp; I did run into an issue where &lt;span style="overflow:hidden;" id="mce_5_start"&gt;&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_4_start"&gt;one transaction would not save&lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_4_start"&gt;&lt;/span&gt; and the loop stopped.&amp;nbsp; You may run into this problem and have to update a transaction manually &lt;span style="overflow:hidden;" id="mce_6_start"&gt;and re-run the actions &lt;/span&gt;if it can&amp;#39;t save on the Update Field In Table transaction.&lt;span style="overflow:hidden;" id="mce_7_start"&gt;&amp;nbsp; Just watch out you don&amp;#39;t run the action twice on the same records or you will get two zeros.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;Greg&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Update field</title><link>http://forums.method.me/cs/forums/thread/24224.aspx</link><pubDate>Fri, 14 Nov 2014 17:03:45 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:24224</guid><dc:creator>Marcelo11756</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/24224.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=24224</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I have a field called &amp;quot;customer sort order&amp;quot; is a number.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;I want to update this field by adding a 0 to all the records.&lt;/p&gt;
&lt;p&gt;For example is sort order is 2 it will change to 20 , if it is 3 it will change to 30 and so on.&lt;/p&gt;
&lt;p&gt;How would I do something like that&lt;/p&gt;</description></item></channel></rss>