<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://greggsmith.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NyTillman</id>
		<title>SDU - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://greggsmith.net/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=NyTillman"/>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Special:Contributions/NyTillman"/>
		<updated>2026-07-27T11:42:13Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.1</generator>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=File:Gobtn_Fig3.jpg&amp;diff=3936</id>
		<title>File:Gobtn Fig3.jpg</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=File:Gobtn_Fig3.jpg&amp;diff=3936"/>
				<updated>2009-06-26T16:17:59Z</updated>
		
		<summary type="html">&lt;p&gt;NyTillman: Gobtn Fig 3.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gobtn Fig 3.&lt;/div&gt;</summary>
		<author><name>NyTillman</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=File:Gobtn_Fig2.jpg&amp;diff=3935</id>
		<title>File:Gobtn Fig2.jpg</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=File:Gobtn_Fig2.jpg&amp;diff=3935"/>
				<updated>2009-06-26T16:16:31Z</updated>
		
		<summary type="html">&lt;p&gt;NyTillman: Gobtn Fig 2.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gobtn Fig 2.&lt;/div&gt;</summary>
		<author><name>NyTillman</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=File:Gobtn_Fig1.jpg&amp;diff=3934</id>
		<title>File:Gobtn Fig1.jpg</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=File:Gobtn_Fig1.jpg&amp;diff=3934"/>
				<updated>2009-06-26T16:15:35Z</updated>
		
		<summary type="html">&lt;p&gt;NyTillman: Gobtn Fig 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gobtn Fig 1&lt;/div&gt;</summary>
		<author><name>NyTillman</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=R12_Go_button_Search_Customization&amp;diff=3933</id>
		<title>R12 Go button Search Customization</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=R12_Go_button_Search_Customization&amp;diff=3933"/>
				<updated>2009-06-26T16:14:58Z</updated>
		
		<summary type="html">&lt;p&gt;NyTillman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To modify the GO button in CA Service Desk R12_1 with option to search for any ticket number without having to know if it is an incident, problem or request.&lt;br /&gt;
&lt;br /&gt;
1.     Create  \\site\mods\majic\zrip.mod  file and add the following code&lt;br /&gt;
             OBJECT cr {&lt;br /&gt;
                  FACTORY [factory name e.g zrip] {&lt;br /&gt;
                       DOMSET template_list &amp;quot;template_name&amp;quot; &amp;quot;&amp;quot; DYNAMIC ;&lt;br /&gt;
                       DOMSET zrip_list  &amp;quot;open_date desc, ref_num desc&amp;quot; &amp;quot;&amp;quot; $NX_CR_LIST_VOLAT;&lt;br /&gt;
                       STANDARD_LISTS {&lt;br /&gt;
                            SORT_BY &amp;quot;open_date DESC, id DESC, status, priority DESC, ref_num&amp;quot; ;&lt;br /&gt;
                            MLIST OFF ;&lt;br /&gt;
                            RLIST OFF ;&lt;br /&gt;
                       };&lt;br /&gt;
                      REL_ATTR persistent_id ;&lt;br /&gt;
                      COMMON_NAME ref_num ;&lt;br /&gt;
                      FUNCTION_GROUP &amp;quot;call_mgr&amp;quot; ;&lt;br /&gt;
                } ;&lt;br /&gt;
           };&lt;br /&gt;
&lt;br /&gt;
NOTE: the factory name will be what you want your table name to be.  Example: the name of my table is zrip and the list is zrip_list.  The table only exists in the Object Engine like tables ‘in’ and ‘pr’.&lt;br /&gt;
&lt;br /&gt;
2.     Restart Service Desk and the new table will appear in the Schema Designer.&lt;br /&gt;
&lt;br /&gt;
3.     Using Web Screen Painter (WSP) open ‘detail_web_form.htmpl’ and add the following line to ‘function get_go_sel_arr()’:&lt;br /&gt;
&lt;br /&gt;
             sel_arr[idx++] = new go_element(“zrip”, “Any I/R/P Ticket”);&lt;br /&gt;
&lt;br /&gt;
4.     Create a detail file for the newly created table e.g.  detail_zrip.htmpl &lt;br /&gt;
&lt;br /&gt;
5.     Log into SD and select ‘Administration’ tab. &lt;br /&gt;
&lt;br /&gt;
6.     Click ‘Security and Role Management’  in the left pane&lt;br /&gt;
&lt;br /&gt;
7.     Click ‘Role Management’&lt;br /&gt;
&lt;br /&gt;
8.     Click ‘Web Forms’&lt;br /&gt;
&lt;br /&gt;
9.     Click ‘Create New’ button in right pane to open ‘Create New Web Form’ window&lt;br /&gt;
&lt;br /&gt;
10.     Fill out new form (see Fig. 1) and click ‘Save’ button.&lt;br /&gt;
&lt;br /&gt;
        [[Image:Gobtn_Fig1.jpg|Image description]]&lt;br /&gt;
&lt;br /&gt;
11.     Click on ‘Role List’ in left pane&lt;br /&gt;
&lt;br /&gt;
12.     Select the role that you want the go button menu to display the new menu option e.g. ‘Administrator’. This opens the ‘Administrator Role Detail’ form.&lt;br /&gt;
&lt;br /&gt;
13.     Click on ‘Go Resources’ tab.&lt;br /&gt;
&lt;br /&gt;
14.     Click on ‘Update Go Resources’ button. The ‘Web Form Search’ form is displayed&lt;br /&gt;
&lt;br /&gt;
15.     Click the ‘Search’ button to display the ‘Go Resource Assigned Update’ window.&lt;br /&gt;
&lt;br /&gt;
16.     Select the new menu option and click the ‘&amp;gt;&amp;gt;’ button (see Fig. 2).&lt;br /&gt;
&lt;br /&gt;
          [[Image:Gobtn_Fig2.jpg|Image description]]&lt;br /&gt;
&lt;br /&gt;
17.     Click ‘OK’ button. The new menu item is listed in the ‘Go Resource List’ of the ‘Go Resources’ Tab of the role. See Fig. 3.&lt;br /&gt;
&lt;br /&gt;
          [[Image:Gobtn_Fig3.jpg|Image description]]&lt;br /&gt;
&lt;br /&gt;
18.     Click the ‘Any I/R/P Ticket’ radio button and then click ‘Set Default’ button if you want it to be the default menu selection displayed in the go button.&lt;/div&gt;</summary>
		<author><name>NyTillman</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=File:Fig_1.jpg&amp;diff=3932</id>
		<title>File:Fig 1.jpg</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=File:Fig_1.jpg&amp;diff=3932"/>
				<updated>2009-06-26T16:12:56Z</updated>
		
		<summary type="html">&lt;p&gt;NyTillman: Removing all content from page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>NyTillman</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=File:Fig_1.jpg&amp;diff=3931</id>
		<title>File:Fig 1.jpg</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=File:Fig_1.jpg&amp;diff=3931"/>
				<updated>2009-06-26T16:04:05Z</updated>
		
		<summary type="html">&lt;p&gt;NyTillman: Fig. 1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Fig. 1&lt;/div&gt;</summary>
		<author><name>NyTillman</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=R12_Go_button_Search_Customization&amp;diff=3930</id>
		<title>R12 Go button Search Customization</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=R12_Go_button_Search_Customization&amp;diff=3930"/>
				<updated>2009-06-26T16:02:44Z</updated>
		
		<summary type="html">&lt;p&gt;NyTillman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To modify the GO button in CA Service Desk R12_1 with option to search for any ticket number without having to know if it is an incident, problem or request.&lt;br /&gt;
&lt;br /&gt;
1.     Create  \\site\mods\majic\zrip.mod  file and add the following code&lt;br /&gt;
             OBJECT cr {&lt;br /&gt;
                  FACTORY [factory name e.g zrip] {&lt;br /&gt;
                       DOMSET template_list &amp;quot;template_name&amp;quot; &amp;quot;&amp;quot; DYNAMIC ;&lt;br /&gt;
                       DOMSET zrip_list  &amp;quot;open_date desc, ref_num desc&amp;quot; &amp;quot;&amp;quot; $NX_CR_LIST_VOLAT;&lt;br /&gt;
                       STANDARD_LISTS {&lt;br /&gt;
                            SORT_BY &amp;quot;open_date DESC, id DESC, status, priority DESC, ref_num&amp;quot; ;&lt;br /&gt;
                            MLIST OFF ;&lt;br /&gt;
                            RLIST OFF ;&lt;br /&gt;
                       };&lt;br /&gt;
                      REL_ATTR persistent_id ;&lt;br /&gt;
                      COMMON_NAME ref_num ;&lt;br /&gt;
                      FUNCTION_GROUP &amp;quot;call_mgr&amp;quot; ;&lt;br /&gt;
                } ;&lt;br /&gt;
           };&lt;br /&gt;
&lt;br /&gt;
NOTE: the factory name will be what you want your table name to be.  Example: the name of my table is zrip and the list is zrip_list.  The table only exists in the Object Engine like tables ‘in’ and ‘pr’.&lt;br /&gt;
&lt;br /&gt;
2.     Restart Service Desk and the new table will appear in the Schema Designer.&lt;br /&gt;
&lt;br /&gt;
3.     Using Web Screen Painter (WSP) open ‘detail_web_form.htmpl’ and add the following line to ‘function get_go_sel_arr()’:&lt;br /&gt;
&lt;br /&gt;
             sel_arr[idx++] = new go_element(“zrip”, “Any I/R/P Ticket”);&lt;br /&gt;
&lt;br /&gt;
4.     Create a detail file for the newly created table e.g.  detail_zrip.htmpl &lt;br /&gt;
&lt;br /&gt;
5.     Log into SD and select ‘Administration’ tab. &lt;br /&gt;
&lt;br /&gt;
6.     Click ‘Security and Role Management’  in the left pane&lt;br /&gt;
&lt;br /&gt;
7.     Click ‘Role Management’&lt;br /&gt;
&lt;br /&gt;
8.     Click ‘Web Forms’&lt;br /&gt;
&lt;br /&gt;
9.     Click ‘Create New’ button in right pane to open ‘Create New Web Form’ window&lt;br /&gt;
&lt;br /&gt;
10.     Fill out new form (see Fig. 1) and click ‘Save’ button.&lt;br /&gt;
&lt;br /&gt;
        [[Image:imagename.jpg|Image description]]&lt;br /&gt;
&lt;br /&gt;
11.     Click on ‘Role List’ in left pane&lt;br /&gt;
&lt;br /&gt;
12.     Select the role that you want the go button menu to display the new menu option e.g. ‘Administrator’. This opens the ‘Administrator Role Detail’ form.&lt;br /&gt;
&lt;br /&gt;
13.     Click on ‘Go Resources’ tab.&lt;br /&gt;
&lt;br /&gt;
14.     Click on ‘Update Go Resources’ button. The ‘Web Form Search’ form is displayed&lt;br /&gt;
&lt;br /&gt;
15.     Click the ‘Search’ button to display the ‘Go Resource Assigned Update’ window.&lt;br /&gt;
&lt;br /&gt;
16.     Select the new menu option and click the ‘&amp;gt;&amp;gt;’ button (see Fig. 2).&lt;br /&gt;
&lt;br /&gt;
          [[Image:imagename.jpg|Image description]]&lt;br /&gt;
&lt;br /&gt;
17.     Click ‘OK’ button. The new menu item is listed in the ‘Go Resource List’ of the ‘Go Resources’ Tab of the role. See Fig. 3.&lt;br /&gt;
&lt;br /&gt;
          [[Image:imagename.jpg|Image description]]&lt;br /&gt;
&lt;br /&gt;
18.     Click the ‘Any I/R/P Ticket’ radio button and then click ‘Set Default’ button if you want it to be the default menu selection displayed in the go button.&lt;/div&gt;</summary>
		<author><name>NyTillman</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=R12_Go_button_Search_Customization&amp;diff=3929</id>
		<title>R12 Go button Search Customization</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=R12_Go_button_Search_Customization&amp;diff=3929"/>
				<updated>2009-06-26T15:54:52Z</updated>
		
		<summary type="html">&lt;p&gt;NyTillman: CA Service Desk R12 Go button search customization for ticket loopup without needing to know ticket type (i.e. incident, request or problem)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To modify the GO button in CA Service Desk R12_1 with option to search for any ticket number without having to know if it is an incident, problem or request.&lt;br /&gt;
&lt;br /&gt;
1.     Create  \\site\mods\majic\zrip.mod  file and add the following code&lt;br /&gt;
             OBJECT cr {&lt;br /&gt;
                  FACTORY [factory name e.g zrip] {&lt;br /&gt;
                       DOMSET template_list &amp;quot;template_name&amp;quot; &amp;quot;&amp;quot; DYNAMIC ;&lt;br /&gt;
                       DOMSET zrip_list  &amp;quot;open_date desc, ref_num desc&amp;quot; &amp;quot;&amp;quot; $NX_CR_LIST_VOLAT;&lt;br /&gt;
                       STANDARD_LISTS {&lt;br /&gt;
                            SORT_BY &amp;quot;open_date DESC, id DESC, status, priority DESC, ref_num&amp;quot; ;&lt;br /&gt;
                            MLIST OFF ;&lt;br /&gt;
                            RLIST OFF ;&lt;br /&gt;
                       };&lt;br /&gt;
                      REL_ATTR persistent_id ;&lt;br /&gt;
                      COMMON_NAME ref_num ;&lt;br /&gt;
                      FUNCTION_GROUP &amp;quot;call_mgr&amp;quot; ;&lt;br /&gt;
                } ;&lt;br /&gt;
           };&lt;br /&gt;
&lt;br /&gt;
NOTE: the factory name will be what you want your table name to be.  Example: the name of my table is zrip and the list is zrip_list.  The table only exists in the Object Engine like tables ‘in’ and ‘pr’.&lt;br /&gt;
&lt;br /&gt;
2.     Restart Service Desk and the new table will appear in the Schema Designer.&lt;br /&gt;
&lt;br /&gt;
3.     Using Web Screen Painter (WSP) open ‘detail_web_form.htmpl’ and add the following line to ‘function get_go_sel_arr()’:&lt;br /&gt;
&lt;br /&gt;
             sel_arr[idx++] = new go_element(“zrip”, “Any I/R/P Ticket”);&lt;br /&gt;
&lt;br /&gt;
4.     Create a detail file for the newly created table e.g.  detail_zrip.htmpl &lt;br /&gt;
&lt;br /&gt;
5.     Log into SD and select ‘Administration’ tab. &lt;br /&gt;
&lt;br /&gt;
6.     Click ‘Security and Role Management’  in the left pane&lt;br /&gt;
&lt;br /&gt;
7.     Click ‘Role Management’&lt;br /&gt;
&lt;br /&gt;
8.     Click ‘Web Forms’&lt;br /&gt;
&lt;br /&gt;
9.     Click ‘Create New’ button in right pane to open ‘Create New Web Form’ window&lt;br /&gt;
&lt;br /&gt;
10.     Fill out new form (see Fig. 1) and click ‘Save’ button.&lt;br /&gt;
&lt;br /&gt;
        [[Image:imagename.gif|Image description]]&lt;br /&gt;
&lt;br /&gt;
11.     Click on ‘Role List’ in left pane&lt;br /&gt;
&lt;br /&gt;
12.     Select the role that you want the go button menu to display the new menu option e.g. ‘Administrator’. This opens the ‘Administrator Role Detail’ form.&lt;br /&gt;
&lt;br /&gt;
13.     Click on ‘Go Resources’ tab.&lt;br /&gt;
&lt;br /&gt;
14.     Click on ‘Update Go Resources’ button. The ‘Web Form Search’ form is displayed&lt;br /&gt;
&lt;br /&gt;
15.     Click the ‘Search’ button to display the ‘Go Resource Assigned Update’ window.&lt;br /&gt;
&lt;br /&gt;
16.     Select the new menu option and click the ‘&amp;gt;&amp;gt;’ button (see Fig. 2).&lt;br /&gt;
&lt;br /&gt;
          [[Image:imagename.gif|Image description]]&lt;br /&gt;
&lt;br /&gt;
17.     Click ‘OK’ button. The new menu item is listed in the ‘Go Resource List’ of the ‘Go Resources’ Tab of the role. See Fig. 3.&lt;br /&gt;
&lt;br /&gt;
          [[Image:imagename.gif|Image description]]&lt;br /&gt;
&lt;br /&gt;
18.     Click the ‘Any I/R/P Ticket’ radio button and then click ‘Set Default’ button if you want it to be the default menu selection displayed in the go button.&lt;/div&gt;</summary>
		<author><name>NyTillman</name></author>	</entry>

	</feed>