<?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: Duplicate Estimate Button</title><link>http://forums.method.me/cs/forums/thread/4324.aspx</link><pubDate>Wed, 08 Dec 2010 18:31:24 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:4324</guid><dc:creator>akoumjian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/4324.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=4324</wfw:commentRss><description>&lt;p&gt;Of course. I was hoping it was a simple mistake such as this. Seems to be working now.&lt;/p&gt;</description></item><item><title>Re: Duplicate Estimate Button</title><link>http://forums.method.me/cs/forums/thread/4323.aspx</link><pubDate>Wed, 08 Dec 2010 17:03:59 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:4323</guid><dc:creator>Method_Paul</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/4323.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=4323</wfw:commentRss><description>&lt;p&gt;Easy fix I think.&amp;nbsp; Sounds like&amp;nbsp;you are doing is inserting&amp;nbsp;the ORIGINAL EstimateRecordID into the EstimateLine.&amp;nbsp; That will make the new Estimatelines&amp;nbsp;associate themselves with the original Estimate!&lt;/p&gt;
&lt;p&gt;Instead, look at the first insert action, where you are inserting into the Estimate table.&amp;nbsp; You&amp;#39;ll see there is an Action Result field there.&amp;nbsp; This action result will hold the NEW EstimateRecordID.&amp;nbsp; Call this something like &amp;quot;resultNewEstimateRecordID&amp;quot;.&lt;/p&gt;
&lt;p&gt;Then when you are inserting into EstimateLine, and it is asking you for the EstimateRecordID, use Action Result: resultNewEstimateRecordID.&amp;nbsp; Then you&amp;#39;ll be all set.&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;</description></item><item><title>Duplicate Estimate Button</title><link>http://forums.method.me/cs/forums/thread/4321.aspx</link><pubDate>Wed, 08 Dec 2010 16:57:08 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:4321</guid><dc:creator>akoumjian</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/4321.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=4321</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m adding a &amp;quot;Duplicate&amp;quot; button to a custom Estimate screen. Here is the process I&amp;#39;ve created:&lt;/p&gt;
&lt;p&gt;1. Insert Records into Estimate Table (this copies the necessary values from screen and places them into a new Estimate. This part seems to work)&lt;/p&gt;
&lt;p&gt;2. Loop through EstimateLine Grid&lt;/p&gt;
&lt;p&gt;-- Insert Records into EstimateLine table. I insert what I believe are the necessary values from the rows. I also insert the EstimateRecordID as the screen&amp;#39;s RecordID. I figure this is how it knows to associate the EstimateLine with the Estimate record.&lt;/p&gt;
&lt;p&gt;When I go to the newly created Estimate, it is missing all of the EstimateLine rows. Am I looping through the wrong grid/table? I have unchecked options such as &amp;quot;Only include checked rows&amp;quot;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>