<?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=Jigna</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=Jigna"/>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Special:Contributions/Jigna"/>
		<updated>2026-04-17T16:01:23Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.1</generator>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=File:Sitemods.zip&amp;diff=1777</id>
		<title>File:Sitemods.zip</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=File:Sitemods.zip&amp;diff=1777"/>
				<updated>2008-03-31T06:43:12Z</updated>
		
		<summary type="html">&lt;p&gt;Jigna: customized sitemods.js file&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;customized sitemods.js file&lt;/div&gt;</summary>
		<author><name>Jigna</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=Add_Checkbox,_Date,_Drop-down,_Lookup,_Readonly_and_Text_Fields_to_Properties&amp;diff=1776</id>
		<title>Add Checkbox, Date, Drop-down, Lookup, Readonly and Text Fields to Properties</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Add_Checkbox,_Date,_Drop-down,_Lookup,_Readonly_and_Text_Fields_to_Properties&amp;diff=1776"/>
				<updated>2008-03-31T06:42:18Z</updated>
		
		<summary type="html">&lt;p&gt;Jigna: New page: ''' Format Properties Data Value'''  Please note that you will need to clear your web browser cache.  Also, would suggest you to review the Notes section at the bottom of this document to ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''&lt;br /&gt;
Format Properties Data Value'''&lt;br /&gt;
&lt;br /&gt;
Please note that you will need to clear your web browser cache.  Also, would suggest you to review the Notes section at the bottom of this document to fully understand the limitations associated with this customization including the fact that this is a not supported customization&lt;br /&gt;
&lt;br /&gt;
'''Steps to activate the script file'''&lt;br /&gt;
'''Download sitemods File :''' [[Media:sitemods.zip]]&lt;br /&gt;
&lt;br /&gt;
1.	Copy the sitemods.js file from $NX_ROOT/bopcfg/www/wwwroot/scripts to $NX_ROOT/site/mods/www/wwwroot/scripts&lt;br /&gt;
&lt;br /&gt;
2.	Append the contents of the file sitemods.txt to the end of sitemods.js&lt;br /&gt;
&lt;br /&gt;
3.	Clear your web browser cache&lt;br /&gt;
&lt;br /&gt;
4.	Open the Request Area, Change Order Category or Issue Category “Property Template Detail” form for any properties that you want to provide a selectable list of values (on the web interface)&lt;br /&gt;
 &lt;br /&gt;
5.	In the “Examples” field (“sample” attribute) enter following details to populate the corresponding html data control. &lt;br /&gt;
&lt;br /&gt;
'''View Sample :''' [[Image:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
6.	Once you save this information by clicking “Save”, your control will be active for any new Requests/Incidents/Problems that use the Area &lt;br /&gt;
&lt;br /&gt;
7.	Similarly in the customer or employee interface if a property is defined with custom sample argument the control will be visible accordingly.&lt;br /&gt;
&lt;br /&gt;
'''Notes'''&lt;br /&gt;
&lt;br /&gt;
1.	No SUPPORT for this CUSTOMIZATION:&lt;br /&gt;
This customization creates a new version of the following two (2) JavaScript functions:&lt;br /&gt;
•	function detailWriteProperty() JavaScript function from the detail_form.js file.&lt;br /&gt;
•	CategorySink.prototype.showProperties = function() JavaScript code from the cst_cat.js file. &lt;br /&gt;
•	If these functions ever be updated in a patch, the changes will not take effect unless someone goes and ports the changes manually. This will be user’s responsibility.  &lt;br /&gt;
&lt;br /&gt;
2.	LIMITATIONS – Interface:&lt;br /&gt;
This functionality is not designed for and does not work on the Java-based USD Client.  It is only designed to work in the Web Interface of USD r11.2.&lt;br /&gt;
&lt;br /&gt;
Currently this functionality is limited to no of properties. It supports the property list up to 50. &lt;br /&gt;
&lt;br /&gt;
3.	LIMITATIONS – Updating Properties settings:&lt;br /&gt;
Any administrative changes that are made to the Properties after the Request Area has been attached to the Request will not take effect on existing requests unless the Request Area is removed and reattached.  The same is true for Incidents, Problems, Change Orders and Issues respectively. &lt;br /&gt;
&lt;br /&gt;
'''Testing'''&lt;br /&gt;
&lt;br /&gt;
1.	Tested and works with Internet Explorer&lt;br /&gt;
2.	It’s not tested to work on earlier versions than r11.2 of USD.&lt;/div&gt;</summary>
		<author><name>Jigna</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=How_to_Script_Buttons&amp;diff=1774</id>
		<title>How to Script Buttons</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=How_to_Script_Buttons&amp;diff=1774"/>
				<updated>2008-03-31T06:04:40Z</updated>
		
		<summary type="html">&lt;p&gt;Jigna: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Service Desk buttons are created using a ImgBtnCreate function. &lt;br /&gt;
&lt;br /&gt;
'''ImgBtnCreate(btnID, btnCaption, func, btnEnabled, btnWidth, help, tabIndex)'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:100%;vertical-align:top;&amp;quot; cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;width:10%;&amp;quot; | Attribute&lt;br /&gt;
! style=&amp;quot;width:40%;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;width:50%;&amp;quot; | Examples&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| '''btnID'''&lt;br /&gt;
| Used for referencing the button. This is typically a label used for easy identification of the button in scripts.&lt;br /&gt;
| &amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(&amp;quot;btn001&amp;quot;, ...&lt;br /&gt;
ImgBtnCreate(&amp;quot;btnchg&amp;quot;, ...&lt;br /&gt;
ImgBtnCreate(&amp;quot;mybtn&amp;quot;, ...&amp;lt;/source&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| '''btnCaption'''&lt;br /&gt;
| The text to be displayed on the button. Either identify the string such as &amp;quot;My Button&amp;quot; or reference a msgtext() value. The msgtext() value is obtained from the msg_cat.js file. &lt;br /&gt;
| &amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(..., &amp;quot;I am a button&amp;quot;...&lt;br /&gt;
ImgBtnCreate(..., msgtext(514), ...&amp;lt;/source&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| '''func'''&lt;br /&gt;
| The script to be initiated when the button is selection&lt;br /&gt;
| &amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(..., ..., &amp;quot;detailSave('NEW_CHANGE')&amp;quot;, ...&lt;br /&gt;
ImgBtnCreate(..., ..., &amp;quot;myscript()&amp;quot;, ...&amp;lt;/source&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| '''btnEnabled'''&lt;br /&gt;
| If true then the button is Active. If false then it is not.&lt;br /&gt;
| &amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(..., ..., ..., true, ...&lt;br /&gt;
ImgBtnCreate(..., ..., ..., false, ...&amp;lt;/source&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| '''btnWidth''' &lt;br /&gt;
| Button width in pixels. 0 defaults to the size of the text.&lt;br /&gt;
| &amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(..., ..., ..., ..., 0, ...&lt;br /&gt;
ImgBtnCreate(..., ..., ..., ..., 220, ...&amp;lt;/source&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| '''help'''&lt;br /&gt;
| Displays information in status bar of the browser window. This is typically the bottom left-hand corner of your.&lt;br /&gt;
| &amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(..., ..., ..., ..., ..., &amp;quot;Click here to open a ticket&amp;quot;, ...&amp;lt;/source&amp;gt;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| '''tabIndex''' &lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== More Examples ==&lt;br /&gt;
&lt;br /&gt;
'''Open a Service Desk htmpl file in a new window'''&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(&amp;quot;btn001&amp;quot;, &amp;quot;Custom Form&amp;quot;, &amp;quot;popup_window('','ztest.htmpl'))&amp;quot;, true, 0, &amp;quot;Select this button to view a Service Desk htmpl in a new window&amp;quot;);&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Open a Service Desk htmpl file in an existing window'''&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(&amp;quot;btn001&amp;quot;, &amp;quot;Existing Window&amp;quot;, &amp;quot;upd_frame('ztest.htmpl')&amp;quot;, true, 0, &amp;quot;Select this button to use the existing window&amp;quot;);&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Open a new window referencing an external URL'''&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(&amp;quot;btn001&amp;quot;, &amp;quot;SDU&amp;quot;, &amp;quot;popWithURL('http://www.servicedeskusers.com', 1, '')&amp;quot;, true, 0, &amp;quot;User Community for CA/Unicenter Service Desk&amp;quot;);&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Open a new email message referencing the ticket'''&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;ImgBtnCreate(&amp;quot;btn001&amp;quot;, &amp;quot;Send eMail&amp;quot;, &amp;quot;window.open('mailto:?subject=Regarding $args.type.sym $args.ref_num&amp;amp;body=Click on the following URL to view $args.type.sym $args.ref_num: $args.web_url')&amp;quot;, true, 0);&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;div align='center'&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;To make corrections or additions to this article, select the ''edit'' tab above.&amp;lt;br&amp;gt;&lt;br /&gt;
To discuss or ask questions about this article, select the ''discussion'' tab above.&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[USD r11.2 – Add a Date, Lookup, Text area, Check box, drop-down and Readonly controls under Property value field (WEB Interface ONLY)]]&lt;/div&gt;</summary>
		<author><name>Jigna</name></author>	</entry>

	</feed>