<?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: Customization on Grid Wizard for Estimate Line</title><link>http://forums.method.me/cs/forums/thread/31266.aspx</link><pubDate>Tue, 19 Jan 2016 19:40:47 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31266</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31266.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31266</wfw:commentRss><description>&lt;p class="p1"&gt;Hi Praveen,&lt;/p&gt;
&lt;p class="p1"&gt;In order to add a custom field to the &lt;b&gt;EstimateLine&lt;/b&gt; grid, you&amp;rsquo;ll need to first add it to the &lt;b&gt;EstimateLine&lt;/b&gt; table. You can do so by navigating to &lt;b&gt;Customize &amp;gt; Tables / Fields&lt;/b&gt;, locating the &lt;b&gt;EstimateLine&lt;/b&gt; table and selecting the &lt;b&gt;Edit Fields&amp;hellip;&lt;/b&gt; link.&lt;/p&gt;
&lt;p class="p1"&gt;Once you&amp;rsquo;ve added the field to the table, it will be available in the grid wizard the next time you enter &lt;b&gt;Edit&lt;/b&gt; mode on the screen.&lt;/p&gt;
&lt;p class="p1"&gt;The logic that calculates the amount field automatically exists on the backend and cannot be modified or viewed at a screen level. You can however, create your own logic for calculating your custom field values using the Edit and Add grid actions. These are located on steps 5 and 6 respectively in the grid wizard. I hope this helps.&lt;/p&gt;
&lt;p class="p1"&gt;--Audisho&lt;/p&gt;</description></item><item><title>Re: Customization on Grid Wizard for Estimate Line</title><link>http://forums.method.me/cs/forums/thread/31264.aspx</link><pubDate>Tue, 19 Jan 2016 18:11:04 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31264</guid><dc:creator>Praveen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31264.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31264</wfw:commentRss><description>&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How to add and show column&amp;nbsp;in EstimationLine if we want to add any extra column&amp;nbsp;like length , breadth and height ? Please suggest&lt;/p&gt;
&lt;p&gt;What i want actually is to make changes in lenght, breadth and height and as per that i will be calculating volume and area. In this we will be keeping the cost column as hardcoded and unable for user to enter any cost, he can just en&lt;span id="mce_8_start" style="overflow:hidden;"&gt;&lt;/span&gt;ter lenght, breadth and height and the &amp;nbsp;calculation of volume and area will be shown to him with total amount.&amp;nbsp;&lt;span id="mce_9_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;span id="mce_12_start" style="overflow:hidden;"&gt;Thanks,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Re: Customization on Grid Wizard for Estimate Line</title><link>http://forums.method.me/cs/forums/thread/31262.aspx</link><pubDate>Tue, 19 Jan 2016 17:50:45 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31262</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31262.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31262</wfw:commentRss><description>&lt;p class="p1"&gt;Hi Praveen,&lt;/p&gt;
&lt;p class="p1"&gt;Any field that you do not want to allow editing to take place on the grid you can set as read-only. Just select the &lt;b&gt;Advanced &lt;/b&gt;options for the field and check the &lt;b&gt;Make Read Only&lt;/b&gt; box.&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;img src="http://i.imgur.com/meN1ZRk.png" alt="advanced field options" width="747" height="448" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p2"&gt;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_3_start" style="overflow:hidden;"&gt;&lt;img src="http://i.imgur.com/69Xs7Kk.png" alt="make read only" width="698" height="232" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;The field can still be updated by screen actions, but the user will be unable to change the value. I hope this helps.&lt;/p&gt;
&lt;p class="p1"&gt;--Audisho&lt;/p&gt;</description></item><item><title>Re: Customization on Grid Wizard for Estimate Line</title><link>http://forums.method.me/cs/forums/thread/31260.aspx</link><pubDate>Tue, 19 Jan 2016 17:20:11 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31260</guid><dc:creator>Praveen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31260.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31260</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Hi Audisho,&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I want is to keep rate constant, I don&amp;rsquo;t want to allow user to change rate, he should just enter quantity and should get amount.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;For e.g. &amp;nbsp;I set cost as $10 then user should be able to enter only quantity like 5 and should get Total amount as 50&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Please suggest&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Customization on Grid Wizard for Estimate Line</title><link>http://forums.method.me/cs/forums/thread/31254.aspx</link><pubDate>Tue, 19 Jan 2016 16:09:13 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31254</guid><dc:creator>Method_Audisho</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31254.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31254</wfw:commentRss><description>&lt;p class="p1"&gt;Hi Praveen,&lt;/p&gt;
&lt;p class="p1"&gt;Welcome to the Method forum!&lt;/p&gt;
&lt;p class="p1"&gt;The &lt;b&gt;Amount&lt;/b&gt; field is already used to display &lt;b&gt;quantity * rate&lt;/b&gt;. What is it that you&amp;rsquo;re trying to accomplish here?&lt;/p&gt;
&lt;p class="p1"&gt;--Audisho&lt;/p&gt;</description></item><item><title>Customization on Grid Wizard for Estimate Line</title><link>http://forums.method.me/cs/forums/thread/31244.aspx</link><pubDate>Mon, 18 Jan 2016 12:47:55 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:31244</guid><dc:creator>Praveen</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/31244.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=31244</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;We want to make some customization on Grid Wizard for Estimate Line for that we tried to follow these steps:&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;We have copied &lt;b&gt;Quickbook_Estimate&lt;/b&gt; page.&lt;/li&gt;
&lt;li&gt;We went to Estimate Line and clicked on &lt;b&gt;Edit.&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;Now we saw the &lt;b&gt;Grid Wizard&lt;/b&gt; page.&lt;span id="mce_4_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 4.Here we want to apply a logic of &lt;b&gt;Total Quantity *Unit price($83)=Total Amount&lt;/b&gt;. So that we can get &lt;b&gt;Total Amount&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Please suggest me where we can get this Total Quantity entered by Users so that we can apply this logic, also suggest the page where we need to apply this logic&amp;nbsp;?&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span id="mce_5_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>