<?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>Search results by user ID 5852</title><link>http://forums.method.me/cs/search/SearchResults.aspx?o=DateDescending&amp;u=5852</link><description>Search results by user ID 5852</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Generating Reports</title><link>http://forums.method.me/cs/forums/p/5910/22273.aspx#22273</link><pubDate>Thu, 12 Jun 2014 18:06:13 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:22273</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I couldn&amp;#39;t see the image that you posted. &amp;nbsp;I am currently using a &amp;#39;print all&amp;#39; button that creates the report outside of the loop, but it creates a report with all the Record ID&amp;#39;s that fit the criteria indicated it the report action. &amp;nbsp;I would like to have the ability to select certain records to print instead of all of the records. &amp;nbsp;Can this be done?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Generating Reports</title><link>http://forums.method.me/cs/forums/p/5910/22271.aspx#22271</link><pubDate>Thu, 12 Jun 2014 17:40:19 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:22271</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I&amp;#39;m trying to generate a report based on a custom table that I made. &amp;nbsp;Grouping is the main concern, as multiple PDF&amp;#39;s are created based on what is selected in the grid. &amp;nbsp;I would like only 1 PDF to be created with all the selections in 1 document. &amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;The action just indicates the report that is being made, the table it is based on, and the filter indicates that the RecordID field in the table must match the RecordID value from row. &amp;nbsp;It&amp;#39;s also set to always generate a PDF.&lt;/p&gt;</description></item><item><title>Generating Reports</title><link>http://forums.method.me/cs/forums/p/5910/22259.aspx#22259</link><pubDate>Wed, 11 Jun 2014 18:31:44 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:22259</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I am currently working on printing reports from a grid, where it only creates reports for the record ID from row, however, the issue that I&amp;#39;m having is that it creates individual separate reports for each row that is checked, and I would like it to create 1 individual PDF with all the checked rows in the grid. &amp;nbsp;I can create 1 individual report if I configure it to create a report for all records, but not the selected records in the grid. &amp;nbsp;How do I accomplish this?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Writing Script</title><link>http://forums.method.me/cs/forums/p/5407/20549.aspx#20549</link><pubDate>Tue, 14 Jan 2014 17:02:29 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:20549</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I&amp;#39;m trying to write a script and assign it to an action result in order to retrieve a value from a table. &amp;nbsp;I have 4 criteria, and I&amp;#39;m not sure how to enter script that references a value on the screen. &amp;nbsp;This is what I have:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;(AssignedTo = &amp;#39;Users.UserName&amp;#39;) And (ActivityStatus=&amp;#39;Not Completed&amp;#39;) AND (ActivityType like &amp;#39;%Send Termination Letter%&amp;#39;)&lt;span id="mce_1_start" style="overflow:hidden;"&gt; AND&lt;/span&gt; (Entity = &amp;#39;Screen.Client Name:&amp;#39;)&lt;/p&gt;
&lt;p&gt;I want the Entity field in the table to equal a value on the screen, and apparently I don&amp;#39;t have it done correctly. &amp;nbsp;Can someone&lt;span id="mce_2_start" style="overflow:hidden;"&gt; review the script to make sure it&amp;#39;s done correclty and&amp;nbsp;&lt;/span&gt;&amp;nbsp;help me out&lt;span id="mce_3_start" style="overflow:hidden;"&gt; with the entity/screen value issue&lt;/span&gt;?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;</description></item><item><title>Re: Loading Active Record ID into a Pop Up Screen</title><link>http://forums.method.me/cs/forums/p/5218/19869.aspx#19869</link><pubDate>Thu, 14 Nov 2013 20:00:37 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:19869</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;The second action after assigning Active Record ID is a conditional statement that checks whether or not a date field is empty. &amp;nbsp;Value 1 is the date field from &amp;#39;value from row&amp;#39; and it&amp;#39;s checking whether or not it is empty. &amp;nbsp;It&amp;#39;s saying that it can&amp;#39;t find the &amp;#39;date&amp;#39; field...&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Loading Active Record ID into a Pop Up Screen</title><link>http://forums.method.me/cs/forums/p/5218/19867.aspx#19867</link><pubDate>Thu, 14 Nov 2013 18:55:04 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:19867</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I think I have it set up correctly, however, I&amp;#39;m still having trouble. &amp;nbsp;Upon selecting the &amp;#39;select&amp;#39; botton, I have the actions go through 2 conditional statements, having 1 action do something if a field has a certian value, and doing something else if the same field has a different value. &amp;nbsp;I&amp;#39;m getting the following message:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;span&gt;Action Sequence:2&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Unable to locate value from row for column CurrentDateTime&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Please contact your developer.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any idea on why I&amp;#39;m having this problem?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;</description></item><item><title>Loading Active Record ID into a Pop Up Screen</title><link>http://forums.method.me/cs/forums/p/5218/19863.aspx#19863</link><pubDate>Thu, 14 Nov 2013 02:00:13 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:19863</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;I am trying to load a record from a grid through the select button that will populate the relative screen in a pop up. &amp;nbsp;How do I configure the actions of the select button to accomplish this?&lt;/p&gt;</description></item><item><title>Help Hover Tip</title><link>http://forums.method.me/cs/forums/p/5217/19862.aspx#19862</link><pubDate>Thu, 14 Nov 2013 01:13:27 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:19862</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;I put some information in for a hover tip over one of my fields, and I was wondering what codes I could use within the text of the tip to configure it so that it is more visually appealing. &amp;nbsp;I know how to make some parts bolded, or underlined, for example, but I was wondering where I could find more coding that was available to use. &amp;nbsp;For example, how do I create spaces, or have the text start a new paragraph? &amp;nbsp;Becuase it seems pretty messy if the tip that you have is more than a few lines, which makes the tip difficult to read through...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Ben&lt;/p&gt;</description></item><item><title>Assigning a new Dropdown to an existing table</title><link>http://forums.method.me/cs/forums/p/5145/19625.aspx#19625</link><pubDate>Mon, 28 Oct 2013 20:21:12 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:19625</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have no idea why I&amp;#39;m having this problem since I&amp;#39;ve done it several times for different screens, but I am trying to create a drop down in &amp;nbsp;a new screen that is based on the customer table/list. &amp;nbsp;When I go to choose the field, the only option is the &amp;#39;record id&amp;#39; field. &amp;nbsp;I haven&amp;#39;t had any problems doing this in other screens, like I said, but I can&amp;#39;t get any customer drop down to work in this screen and it&amp;#39;s driving me nuts! &amp;nbsp;Please help!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description></item><item><title>Please help!!!</title><link>http://forums.method.me/cs/forums/p/4936/18910.aspx#18910</link><pubDate>Wed, 11 Sep 2013 15:21:41 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:18910</guid><dc:creator>Ben Brower</dc:creator><description>&lt;p&gt;I just made some basic changes to the opportunities screen that I customized and now when I click save, it&amp;#39;s showing an error stating:&lt;/p&gt;
&lt;p&gt;The Customer Name Dropdown containing , is not a selectable value. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Additional Information&lt;/p&gt;
&lt;p&gt;Action Sequence Order:350&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I noticed this change after I changed the name of the tab itself, from &amp;#39;Opportunities&amp;#39; to &amp;#39;New Intake.&amp;quot; &amp;nbsp;I made some other minor changes, but I would have to speak to someone about that as I think it would be too much detail for the forum...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Ben Brower&lt;/p&gt;</description></item></channel></rss>