<?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: Adding Contact Info to Sales Order and Work Order</title><link>http://forums.method.me/cs/forums/thread/9384.aspx</link><pubDate>Fri, 02 Dec 2011 15:55:50 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9384</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/9384.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=9384</wfw:commentRss><description>&lt;p&gt;Blake-&lt;/p&gt;
&lt;p&gt;I was 1 minute too late, but what you did is exactly right.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Adding Contact Info to Sales Order and Work Order</title><link>http://forums.method.me/cs/forums/thread/9383.aspx</link><pubDate>Fri, 02 Dec 2011 15:54:57 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9383</guid><dc:creator>Blake C</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/9383.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=9383</wfw:commentRss><description>&lt;p&gt;Thanks for that. I figured most of it out last night and just updated this post with my findings (about the same time you were typing up your response, it seems).&lt;/p&gt;
&lt;p&gt;Thanks again...&lt;/p&gt;</description></item><item><title>Re: Adding Contact Info to Sales Order and Work Order</title><link>http://forums.method.me/cs/forums/thread/9381.aspx</link><pubDate>Fri, 02 Dec 2011 15:46:34 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9381</guid><dc:creator>Method_Michael</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/9381.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=9381</wfw:commentRss><description>&lt;p&gt;Blake-&lt;/p&gt;
&lt;p&gt;You can add a Contacts drop down to the SalesOrder table and then drag that field onto the screen so that the user can select a contact. When you are adding the Contacts drop down you will need to add the RecordID as a drop down and then add the FullName as a linked field otherwise in the drop down you will only see RecordID&amp;#39;s and not the actual contact names.&lt;/p&gt;
&lt;p&gt;The Activity table which is what the Work Order screens are based on, already have the contacts drop down so you will just need to drag it to the screen.&lt;/p&gt;
&lt;p&gt;Once you have the contact selected you can use actions to pull the additonal info needed. Depending on how you go from Sales Order to Work Order you can just pass the contacts info along.&lt;/p&gt;
&lt;p&gt;-Michael&lt;/p&gt;</description></item><item><title>Re: Adding Contact Info to Sales Order and Work Order</title><link>http://forums.method.me/cs/forums/thread/9380.aspx</link><pubDate>Fri, 02 Dec 2011 15:45:19 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9380</guid><dc:creator>Blake C</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/9380.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=9380</wfw:commentRss><description>&lt;p&gt;Just a quick update for anyone that might be following (now or in future)...&lt;/p&gt;
&lt;p&gt;I added Contact (as a dropdown) and ContactName (as a linked text field) to the SalesOrder table.&lt;/p&gt;
&lt;p&gt;I then dropped the Contact field (the dropdown) on the SalesOrder form, binding the selected value to the ContactName. The Contact dropdown is filtered as follows: &amp;quot;&lt;span style="font-family:Arial;font-size:13px;text-align:-webkit-left;"&gt;Entity is equal to Screen.Customer_fld&amp;quot;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;So now my salesmen can assign a Customer Contact for a SalesOrder. I&amp;#39;ll add text boxes for phone and email that will be auto populated with this info when a Contact is selected.&lt;/p&gt;
&lt;p&gt;This should give me the functionality I&amp;#39;m looking for.&lt;/p&gt;
&lt;p&gt;** Oddly enough, while composing this message I came across the Log Call screen and noticed something very similar to what I will eventually replicate on my SalesOrder and Work Order screens.&lt;/p&gt;</description></item><item><title>Adding Contact Info to Sales Order and Work Order</title><link>http://forums.method.me/cs/forums/thread/9374.aspx</link><pubDate>Thu, 01 Dec 2011 23:49:24 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:9374</guid><dc:creator>Blake C</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/9374.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=9374</wfw:commentRss><description>&lt;p&gt;I want my salesmen to select a contact each time they create a Sales Order. This information would also need to be present on the Work Order the guys in the field will use, as well.&lt;/p&gt;
&lt;p&gt;Has anyone customized the Sales Order screen to allow for selecting a Customer Contact&amp;nbsp;(would like the SO to have the selected contact&amp;#39;s name and phone number)?&lt;/p&gt;
&lt;p&gt;Tips on this? Thoughts? Examples?&lt;/p&gt;
&lt;p&gt;Thanks...&lt;/p&gt;
&lt;p&gt;Blake C&lt;/p&gt;</description></item></channel></rss>