<?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: Can a field data type on a screen be html?</title><link>http://forums.method.me/cs/forums/thread/19293.aspx</link><pubDate>Mon, 07 Oct 2013 21:20:07 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:19293</guid><dc:creator>Method_Adam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/19293.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=19293</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Vicki,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_12_start" style="overflow:hidden;"&gt;There are two ways to achieve the hyperlink you are looking for.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;The first way:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Save the hyperlink code into an action result. &amp;nbsp;I used&amp;nbsp;&lt;span id="mce_14_start" style="overflow:hidden;"&gt;&lt;span id="mce_23_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span id="mce_24_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span id="mce_24_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;&lt;span id="mce_28_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_31_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span id="mce_31_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;strong&gt;&lt;span id="mce_35_start" style="overflow:hidden;"&gt;&lt;/span&gt;&amp;lt;a href=&amp;quot;*&amp;quot; &amp;nbsp;target=&amp;quot;_blank&amp;quot;&amp;gt;*&amp;lt;/a&amp;gt;&lt;span id="mce_14_end" style="overflow:hidden;"&gt;&lt;span id="mce_16_start" style="overflow:hidden;"&gt;&lt;span id="mce_24_end" style="overflow:hidden;"&gt;&lt;span id="mce_28_end" style="overflow:hidden;"&gt;&lt;span id="mce_31_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span id="mce_35_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;span id="mce_14_end" style="overflow:hidden;"&gt;&lt;span id="mce_16_start" style="overflow:hidden;"&gt;&lt;span id="mce_24_end" style="overflow:hidden;"&gt;&lt;span id="mce_28_end" style="overflow:hidden;"&gt;&lt;span id="mce_35_end" style="overflow:hidden;"&gt;&amp;nbsp;. The &amp;quot;*&amp;quot; are place holders for the actual web address.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&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;Use a character function to replace the * with the website address.&lt;span id="mce_39_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&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 id="mce_38_start" style="overflow:hidden;"&gt;&lt;span id="mce_40_start" style="overflow:hidden;"&gt;Take the action result from the character function and enter it into a Label field on screen.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;This will show the label as a link and when clicked, will load the webpage in a new tab. Depending on your needs, I guess you can save this value into a field into the customer table to use on the Edit Customer screen also.&lt;span id="mce_41_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="overflow:hidden;"&gt;The other option is to use the Load Web Page action. The Facebook and Twitter icons on the &lt;span id="mce_42_start" style="overflow:hidden;"&gt;&lt;span id="mce_43_start" style="overflow:hidden;"&gt;CRM_Contacts page use this function and load the Twitter and Facebook pages based on the values entered into those fields. &amp;nbsp;You can reverse engineer those actions to fit your needs.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;As for the website field itself&lt;span id="mce_44_start" style="overflow:hidden;"&gt;, its a linked field to the Contacts table, which is why it won&amp;#39;t save. When clicking save on the Edit Customer screen, it is saving to the Customer table, not the Contacts table. My suggestion would be to put in a Website field on your Customer table. After text is entered and saved, you can update the Contacts website field with the same value. &amp;nbsp;I had a post from a while back that addressed a similar issue with the title field. That post can be found here: &lt;span id="mce_45_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;a href="https://www.methodintegration.com/cs/forums/p/4757/18329.aspx#18329" target="_self"&gt;Title field in New Lead screen.&lt;span id="mce_45_end" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;Hope this helps,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="overflow:hidden;"&gt;&lt;span style="overflow:hidden;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;- Adam&lt;/div&gt;</description></item><item><title>Re: Can a field data type on a screen be html?</title><link>http://forums.method.me/cs/forums/thread/19281.aspx</link><pubDate>Mon, 07 Oct 2013 15:41:56 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:19281</guid><dc:creator>VLocke</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/19281.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=19281</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_0_start"&gt;Hi Adam,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Sorry I was not being clear.&amp;nbsp; I want to add a website address to the New Customer screen.&amp;nbsp; &lt;span style="overflow:hidden;" id="mce_3_start"&gt;We&lt;/span&gt; would like to be able to launch to the customers website from the New Customer screen or the Edit Customer screen.&amp;nbsp; The customer will also become part of the companies website so they will be assigning the member&lt;span style="overflow:hidden;" id="mce_6_start"&gt; a&lt;/span&gt; url to their part of the website.&amp;nbsp; So they would like to add another field &lt;span style="overflow:hidden;" id="mce_7_start"&gt;in url forma&lt;span style="overflow:hidden;" id="mce_9_start"&gt;&lt;/span&gt;t to &lt;/span&gt;link them to the&lt;span style="overflow:hidden;" id="mce_8_start"&gt;ir&lt;/span&gt; part of the &lt;span style="overflow:hidden;" id="mce_5_start"&gt;&lt;/span&gt;companies website.&amp;nbsp; &lt;span style="overflow:hidden;" id="mce_10_start"&gt;&lt;/span&gt;So maybe it&amp;#39;s not a field type that I need.&lt;/p&gt;
&lt;p&gt;Another question - I know the website field is available from the Contacts table - so I have linked the Contacts table to the Customer table.&amp;nbsp; Now I see the field and have move&lt;span style="overflow:hidden;" id="mce_11_start"&gt;d&lt;/span&gt; the website field onto the New Customer screen.&amp;nbsp; The &lt;span style="overflow:hidden;" id="mce_13_start"&gt;website field &lt;/span&gt;&lt;span style="overflow:hidden;" id="mce_13_end"&gt;&lt;/span&gt;is not saving.&amp;nbsp; So do I need to add an action to save the data from the screen to th&lt;span style="overflow:hidden;" id="mce_14_start"&gt;e website&lt;/span&gt; field or tell the Save button to save that field?&amp;nbsp; Neither seem to work the way I have tried.&amp;nbsp; I am also not clear if I ask the information to be Saved to the Contacts table or the Customer table.&amp;nbsp; I need to recall it when I get to the Customer Edit table.&lt;/p&gt;
&lt;p&gt;PLease let me know if you need more information.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;VLocke&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;" id="mce_2_start"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Can a field data type on a screen be html?</title><link>http://forums.method.me/cs/forums/thread/19275.aspx</link><pubDate>Mon, 07 Oct 2013 14:52:29 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:19275</guid><dc:creator>Method_Adam</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/19275.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=19275</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Hi Vicki,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;What exactly are you trying to accomplish? &amp;nbsp;&lt;span id="mce_8_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_8_start" style="overflow:hidden;"&gt;&lt;/span&gt;We do have the &lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;a href="http://www.methodintegration.com/method/kb.aspx?folder=methodcrm&amp;amp;article=Create-Short-Method-URL&amp;amp;id=165" target="_self"&gt;C&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;reate Short Method URL&lt;/a&gt;&lt;span id="mce_2_end" style="overflow:hidden;"&gt;&lt;a href="http://www.methodintegration.com/method/kb.aspx?folder=methodcrm&amp;amp;article=Create-Short-Method-URL&amp;amp;id=165" target="_self"&gt;&lt;/a&gt;&amp;nbsp;action that you can use. &amp;nbsp;What I&amp;#39;m not understanding is why you&amp;#39;d want to have a DataType&amp;nbsp;&lt;span id="mce_7_start" style="overflow:hidden;"&gt;&lt;span id="mce_9_start" style="overflow:hidden;"&gt;to link you to the site? &amp;nbsp;If you are already on the site, why would you need to link to it? &amp;nbsp;If this is for an email template or transaction template, the Short URL is what you are looking for I think.&lt;span id="mce_10_start" style="overflow:hidden;"&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;If I&amp;#39;m way off base with this, can you explain the process a bit further?&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;- Adam&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Can a field data type on a screen be html?</title><link>http://forums.method.me/cs/forums/thread/19260.aspx</link><pubDate>Fri, 04 Oct 2013 20:25:35 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:19260</guid><dc:creator>VLocke</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/19260.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=13&amp;PostID=19260</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Method Team,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;Can a field data type on a screen be setup to be in html format? &amp;nbsp;I&lt;span id="mce_3_start" style="overflow:hidden;"&gt;f&lt;/span&gt;&amp;nbsp;so, I am guessing it would launch you onto the site. &amp;nbsp;If not, is there another action I can use to link you to the site?&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;Can you please explain&lt;span id="mce_4_start" style="overflow:hidden;"&gt; how to setup&amp;nbsp;&lt;/span&gt;either option or let me know it is not an option that is available to us.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;Thanks,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;VLocke&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;br /&gt;&lt;/span&gt;&lt;/p&gt;</description></item></channel></rss>