<?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=Rollas</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=Rollas"/>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Special:Contributions/Rollas"/>
		<updated>2026-07-27T11:34:06Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.1</generator>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=SPELL_CODE_to_Make_ACT_/_EVT_INTERNAL&amp;diff=4007</id>
		<title>SPELL CODE to Make ACT / EVT INTERNAL</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=SPELL_CODE_to_Make_ACT_/_EVT_INTERNAL&amp;diff=4007"/>
				<updated>2010-01-22T06:30:29Z</updated>
		
		<summary type="html">&lt;p&gt;Rollas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''-&amp;gt;The vrequirement is that, whenever an event / activity is performed e.g. SLA VIOLATION then that activity should be loged as internal so that EMPLOYEES would not be able to view it.&lt;br /&gt;
-&amp;gt; If new activites are added e.g. UPDATE FIELD to ticket (CR) whos' SLA is already violated then log that activity as internal.............'''''Italic text''&lt;br /&gt;
&lt;br /&gt;
To achieve the above req. I have writen two mod and spell files. &lt;br /&gt;
&lt;br /&gt;
1) To make the activites of type EVT which sets as SLA VIOLATION&lt;br /&gt;
&lt;br /&gt;
'''MOD File:-'''&lt;br /&gt;
&lt;br /&gt;
MODIFY alg POST_VALIDATE zevt_set() 125 FILTER( EVENT(&amp;quot;INSERT&amp;quot;)) ;&lt;br /&gt;
&lt;br /&gt;
'''SPELL File:-''' e.g. zactint.spl&lt;br /&gt;
&lt;br /&gt;
//method zevt_set() &lt;br /&gt;
//Sets the EVENT of SDMr12.1 as internal =&amp;gt;1&lt;br /&gt;
//author: adi : adi_g001@yahoo.com&lt;br /&gt;
//********************************************************&lt;br /&gt;
&lt;br /&gt;
alg::zevt_set( ... ) {&lt;br /&gt;
       logf(SIGNIFICANT, &amp;quot;SPELL zevt_set %s&amp;quot;,type.code);&lt;br /&gt;
if(type.code == &amp;quot;EVT&amp;quot;)&lt;br /&gt;
{&lt;br /&gt;
	send_wait(0, this, &amp;quot;call_attr&amp;quot;, &amp;quot;internal&amp;quot;, &amp;quot;set_val&amp;quot;, 1,&amp;quot;SURE_SET&amp;quot;); &lt;br /&gt;
	if ( msg_error() ) {&lt;br /&gt;
      	logf(ERROR, &amp;quot;Error initializing object:%s&amp;quot;,msg[0]);&lt;br /&gt;
	  	return;&lt;br /&gt;
    	}&lt;br /&gt;
}&lt;br /&gt;
logf(SIGNIFICANT, &amp;quot;SPELL zevt_set %s&amp;quot;,internal);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Save, the above files in site/mods/majic folder and bounce the SDMr12.1 services.&lt;/div&gt;</summary>
		<author><name>Rollas</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=SPELL_CODE_to_Make_ACT_/_EVT_INTERNAL&amp;diff=4006</id>
		<title>SPELL CODE to Make ACT / EVT INTERNAL</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=SPELL_CODE_to_Make_ACT_/_EVT_INTERNAL&amp;diff=4006"/>
				<updated>2010-01-22T06:27:49Z</updated>
		
		<summary type="html">&lt;p&gt;Rollas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''-&amp;gt;The vrequirement is that, whenever an event / activity is performed e.g. SLA VIOLATION then that activity should be loged as internal so that EMPLOYEES would not be able to view it.&lt;br /&gt;
-&amp;gt; If new activites are added e.g. UPDATE FIELD to ticket (CR) whos' SLA is already violated then log that activity as internal.............'''''Italic text''&lt;br /&gt;
&lt;br /&gt;
To achieve the above req. I have writen two mod and spell files. &lt;br /&gt;
&lt;br /&gt;
1) To make the activites of type EVT which sets as SLA VIOLATION&lt;br /&gt;
&lt;br /&gt;
'''MOD File:-'''&lt;br /&gt;
&lt;br /&gt;
MODIFY alg POST_VALIDATE zevt_set() 125 FILTER( EVENT(&amp;quot;INSERT&amp;quot;)) ;&lt;br /&gt;
&lt;br /&gt;
'''SPELL File:-'''&lt;br /&gt;
&lt;br /&gt;
//method zevt_set() &lt;br /&gt;
//Sets the EVENT of SDMr12.1 as internal =&amp;gt;1&lt;br /&gt;
//author: adi : adi_g001@yahoo.com&lt;br /&gt;
//********************************************************&lt;br /&gt;
&lt;br /&gt;
alg::zevt_set( ... ) {&lt;br /&gt;
       logf(SIGNIFICANT, &amp;quot;SPELL zevt_set %s&amp;quot;,type.code);&lt;br /&gt;
if(type.code == &amp;quot;EVT&amp;quot;)&lt;br /&gt;
{&lt;br /&gt;
	send_wait(0, this, &amp;quot;call_attr&amp;quot;, &amp;quot;internal&amp;quot;, &amp;quot;set_val&amp;quot;, 1,&amp;quot;SURE_SET&amp;quot;); &lt;br /&gt;
	if ( msg_error() ) {&lt;br /&gt;
      	logf(ERROR, &amp;quot;Error initializing object:%s&amp;quot;,msg[0]);&lt;br /&gt;
	  	return;&lt;br /&gt;
    	}&lt;br /&gt;
}&lt;br /&gt;
logf(SIGNIFICANT, &amp;quot;SPELL zevt_set %s&amp;quot;,internal);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Save, the above files in site/mods/majic folder and bounce the SDMr12.1 services.&lt;/div&gt;</summary>
		<author><name>Rollas</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=SPELL_CODE_to_Make_ACT_/_EVT_INTERNAL&amp;diff=4005</id>
		<title>SPELL CODE to Make ACT / EVT INTERNAL</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=SPELL_CODE_to_Make_ACT_/_EVT_INTERNAL&amp;diff=4005"/>
				<updated>2010-01-22T06:26:28Z</updated>
		
		<summary type="html">&lt;p&gt;Rollas: SPELL Code to -&amp;gt; To make the activites of type EVT e.g. SLA Expired as INTERNAL and wheneever if new activites are added for the same CR, if its SLA was violated then that activity is INTERNAL&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''-&amp;gt;The vrequirement is that, whenever an event / activity is performed e.g. SLA VIOLATION then that activity should be loged as internal so that EMPLOYEES would not be able to view it.&lt;br /&gt;
-&amp;gt; If new activites are added e.g. UPDATE FIELD to ticket (CR) whos' SLA is already violated then log that activity as internal.............'''''Italic text''&lt;br /&gt;
&lt;br /&gt;
To achive the above req. I have writen two mod and spell files. &lt;br /&gt;
&lt;br /&gt;
1) To make the activites of type EVT which sets as SLA VIOLATION&lt;br /&gt;
&lt;br /&gt;
'''MOD File:-'''&lt;br /&gt;
&lt;br /&gt;
MODIFY alg POST_VALIDATE zevt_set() 125 FILTER( EVENT(&amp;quot;INSERT&amp;quot;)) ;&lt;br /&gt;
&lt;br /&gt;
'''SPELL File:-'''&lt;br /&gt;
&lt;br /&gt;
//method zevt_set() &lt;br /&gt;
//Sets the EVENT of SDMr12.1 as internal =&amp;gt;1&lt;br /&gt;
//author: adi : adi_g001@yahoo.com&lt;br /&gt;
//********************************************************&lt;br /&gt;
&lt;br /&gt;
alg::zevt_set( ... ) {&lt;br /&gt;
       logf(SIGNIFICANT, &amp;quot;SPELL zevt_set %s&amp;quot;,type.code);&lt;br /&gt;
if(type.code == &amp;quot;EVT&amp;quot;)&lt;br /&gt;
{&lt;br /&gt;
	send_wait(0, this, &amp;quot;call_attr&amp;quot;, &amp;quot;internal&amp;quot;, &amp;quot;set_val&amp;quot;, 1,&amp;quot;SURE_SET&amp;quot;); &lt;br /&gt;
	if ( msg_error() ) {&lt;br /&gt;
      	logf(ERROR, &amp;quot;Error initializing object:%s&amp;quot;,msg[0]);&lt;br /&gt;
	  	return;&lt;br /&gt;
    	}&lt;br /&gt;
}&lt;br /&gt;
logf(SIGNIFICANT, &amp;quot;SPELL zevt_set %s&amp;quot;,internal);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
Save, the above files in site/mods/majic folder and bounce the SDMr12.1 services.&lt;/div&gt;</summary>
		<author><name>Rollas</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=Sample_Customizations&amp;diff=4004</id>
		<title>Sample Customizations</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Sample_Customizations&amp;diff=4004"/>
				<updated>2010-01-22T06:17:28Z</updated>
		
		<summary type="html">&lt;p&gt;Rollas: /* List of Customizations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Category:Customization]]&lt;br /&gt;
{{Global Header}}&lt;br /&gt;
{{Global Announcement}}&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Customizations are regarded as changes to the system that are not supportable by CA.&lt;br /&gt;
&lt;br /&gt;
== List of Customizations ==&lt;br /&gt;
[[image:exclaim.gif]][[SDU:SDU r12 EP1|SDU Enhancement Pack 1 for r12]]&lt;br /&gt;
*[[Action Macro to Log Solution and Resolve Ticket]]&lt;br /&gt;
*[[Add Checkbox, Date, Drop-down, Lookup, Readonly and Text Fields to Properties]]&lt;br /&gt;
*[[Add Contact Search to Employee/Customer Interface]]&lt;br /&gt;
*[[Add Custom Activity Log Action Macro]]&lt;br /&gt;
*[[Add Log Entry for Updates to Custom Fields]]&lt;br /&gt;
*[[Add Log Entry When a Property Value Changes on a Ticket]]&lt;br /&gt;
*[[Add Personalized Response to Manual Notification]]&lt;br /&gt;
*[[Add Posted By to Announcements Page]]&lt;br /&gt;
*[[Add Properties Count to Area/Category List]]&lt;br /&gt;
*[[Add Ticket and CI Links to Announcements]]&lt;br /&gt;
*[[Add Workflow to Employee/Customer Interface]]&lt;br /&gt;
*[[Attachments on Configuration Items]]&lt;br /&gt;
*[[Attachments on Contacts]]&lt;br /&gt;
*[[Auto-fill Fields Left Blank]]&lt;br /&gt;
*[[Automatically Attach an Asset/CI to a Change Order or Issue]]&lt;br /&gt;
*[[Automatically Remove Attached Events]]&lt;br /&gt;
*[[Automatically Set Assignee to Closing Analyst]]&lt;br /&gt;
*[[Automatically Set System Generated Activities to Internal]]&lt;br /&gt;
*[[Changing Announcements Order By]]&lt;br /&gt;
*[[Changing Error Alert Color and adding Error Alert Pop-ups]]&lt;br /&gt;
*[[Changing Requests to Incidents]]&lt;br /&gt;
*[[Changing Display of Contacts]]&lt;br /&gt;
*[[Conditional Display of Drop-Down Content]]&lt;br /&gt;
*[[Conditionally Attach an Event]]&lt;br /&gt;
*[[Control the Request Areas Displayed to the End Users]]&lt;br /&gt;
*[[Count Ticket Reopens]]&lt;br /&gt;
*[[Displaying the System and User Descriptions in the Activity Log]]&lt;br /&gt;
*[[Display Web Site within Service Desk]]&lt;br /&gt;
*[[Default Properties Tab on New Ticket Creation]]&lt;br /&gt;
*[[Generate Notifications Only for Employee Comments]]&lt;br /&gt;
*[[Increasing Default Field Size]]&lt;br /&gt;
*[[List Tickets ORDER BY Group]]&lt;br /&gt;
*[[Make a Field Conditionally Required]]&lt;br /&gt;
*[[Modify Action and Condition Macros via the GUI]]&lt;br /&gt;
*[[Only Assignee can Close]]&lt;br /&gt;
*[[Prevent Close of Requests/Incidents/Problems if Change Order is Active]]&lt;br /&gt;
*[[Prevent Update to Past Activities]]&lt;br /&gt;
*[[Propagate Solution to Children]]&lt;br /&gt;
*[[Propagate Status to Children]]&lt;br /&gt;
*[[Priority and Impact Default to Empty]]&lt;br /&gt;
*[[Refresh Customer Info Before Saving the Ticket]]&lt;br /&gt;
*[[Remove Second Message on Timeout]]&lt;br /&gt;
*[[Remove SLA Violation from Employee View]]&lt;br /&gt;
*[[Require a Solution in Order to Resolve]]&lt;br /&gt;
*[[Search Requests, Incidents, and Problems Simultaneously for Ticket Number]]&lt;br /&gt;
*[[Send Notification at Callback Time]]&lt;br /&gt;
*[[Send Notification to CI's Attached Contacts]]&lt;br /&gt;
*[[Send Survey based on Variables]]&lt;br /&gt;
*[[Separate Prefixes for Requests, Incidents, and Problems]]&lt;br /&gt;
*[[Set Defaults on Manual Notify]]&lt;br /&gt;
*[[Set Priority Based on Urgency and Impact]]&lt;br /&gt;
*[[Set Request/Incident/Problem Status from Change Order]]&lt;br /&gt;
*[[Set Request/Incident/Problem Status on Dispatch Change]]&lt;br /&gt;
*[[Simplified Child Creation]]&lt;br /&gt;
*[[Single Sign-on with Cookies]]&lt;br /&gt;
*[[EIAM Services dont start on fresh install]]&lt;br /&gt;
*[[SPELL CODE to Make ACT / EVT INTERNAL]]&lt;/div&gt;</summary>
		<author><name>Rollas</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=Sample_Customizations&amp;diff=4003</id>
		<title>Sample Customizations</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Sample_Customizations&amp;diff=4003"/>
				<updated>2010-01-22T06:16:48Z</updated>
		
		<summary type="html">&lt;p&gt;Rollas: /* List of Customizations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Category:Customization]]&lt;br /&gt;
{{Global Header}}&lt;br /&gt;
{{Global Announcement}}&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Customizations are regarded as changes to the system that are not supportable by CA.&lt;br /&gt;
&lt;br /&gt;
== List of Customizations ==&lt;br /&gt;
[[image:exclaim.gif]][[SDU:SDU r12 EP1|SDU Enhancement Pack 1 for r12]]&lt;br /&gt;
*[[Action Macro to Log Solution and Resolve Ticket]]&lt;br /&gt;
*[[Add Checkbox, Date, Drop-down, Lookup, Readonly and Text Fields to Properties]]&lt;br /&gt;
*[[Add Contact Search to Employee/Customer Interface]]&lt;br /&gt;
*[[Add Custom Activity Log Action Macro]]&lt;br /&gt;
*[[Add Log Entry for Updates to Custom Fields]]&lt;br /&gt;
*[[Add Log Entry When a Property Value Changes on a Ticket]]&lt;br /&gt;
*[[Add Personalized Response to Manual Notification]]&lt;br /&gt;
*[[Add Posted By to Announcements Page]]&lt;br /&gt;
*[[Add Properties Count to Area/Category List]]&lt;br /&gt;
*[[Add Ticket and CI Links to Announcements]]&lt;br /&gt;
*[[Add Workflow to Employee/Customer Interface]]&lt;br /&gt;
*[[Attachments on Configuration Items]]&lt;br /&gt;
*[[Attachments on Contacts]]&lt;br /&gt;
*[[Auto-fill Fields Left Blank]]&lt;br /&gt;
*[[Automatically Attach an Asset/CI to a Change Order or Issue]]&lt;br /&gt;
*[[Automatically Remove Attached Events]]&lt;br /&gt;
*[[Automatically Set Assignee to Closing Analyst]]&lt;br /&gt;
*[[Automatically Set System Generated Activities to Internal]]&lt;br /&gt;
*[[Changing Announcements Order By]]&lt;br /&gt;
*[[Changing Error Alert Color and adding Error Alert Pop-ups]]&lt;br /&gt;
*[[Changing Requests to Incidents]]&lt;br /&gt;
*[[Changing Display of Contacts]]&lt;br /&gt;
*[[Conditional Display of Drop-Down Content]]&lt;br /&gt;
*[[Conditionally Attach an Event]]&lt;br /&gt;
*[[Control the Request Areas Displayed to the End Users]]&lt;br /&gt;
*[[Count Ticket Reopens]]&lt;br /&gt;
*[[Displaying the System and User Descriptions in the Activity Log]]&lt;br /&gt;
*[[Display Web Site within Service Desk]]&lt;br /&gt;
*[[Default Properties Tab on New Ticket Creation]]&lt;br /&gt;
*[[Generate Notifications Only for Employee Comments]]&lt;br /&gt;
*[[Increasing Default Field Size]]&lt;br /&gt;
*[[List Tickets ORDER BY Group]]&lt;br /&gt;
*[[Make a Field Conditionally Required]]&lt;br /&gt;
*[[Modify Action and Condition Macros via the GUI]]&lt;br /&gt;
*[[Only Assignee can Close]]&lt;br /&gt;
*[[Prevent Close of Requests/Incidents/Problems if Change Order is Active]]&lt;br /&gt;
*[[Prevent Update to Past Activities]]&lt;br /&gt;
*[[Propagate Solution to Children]]&lt;br /&gt;
*[[Propagate Status to Children]]&lt;br /&gt;
*[[Priority and Impact Default to Empty]]&lt;br /&gt;
*[[Refresh Customer Info Before Saving the Ticket]]&lt;br /&gt;
*[[Remove Second Message on Timeout]]&lt;br /&gt;
*[[Remove SLA Violation from Employee View]]&lt;br /&gt;
*[[Require a Solution in Order to Resolve]]&lt;br /&gt;
*[[Search Requests, Incidents, and Problems Simultaneously for Ticket Number]]&lt;br /&gt;
*[[Send Notification at Callback Time]]&lt;br /&gt;
*[[Send Notification to CI's Attached Contacts]]&lt;br /&gt;
*[[Send Survey based on Variables]]&lt;br /&gt;
*[[Separate Prefixes for Requests, Incidents, and Problems]]&lt;br /&gt;
*[[Set Defaults on Manual Notify]]&lt;br /&gt;
*[[Set Priority Based on Urgency and Impact]]&lt;br /&gt;
*[[Set Request/Incident/Problem Status from Change Order]]&lt;br /&gt;
*[[Set Request/Incident/Problem Status on Dispatch Change]]&lt;br /&gt;
*[[Simplified Child Creation]]&lt;br /&gt;
*[[Single Sign-on with Cookies]]&lt;br /&gt;
*[[EIAM Services dont start on fresh install]]&lt;br /&gt;
*[[EIAM Services dont start on fresh install]]&lt;/div&gt;</summary>
		<author><name>Rollas</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=Sample_Customizations&amp;diff=4002</id>
		<title>Sample Customizations</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Sample_Customizations&amp;diff=4002"/>
				<updated>2010-01-22T06:15:53Z</updated>
		
		<summary type="html">&lt;p&gt;Rollas: /* List of Customizations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Category:Customization]]&lt;br /&gt;
{{Global Header}}&lt;br /&gt;
{{Global Announcement}}&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Customizations are regarded as changes to the system that are not supportable by CA.&lt;br /&gt;
&lt;br /&gt;
== List of Customizations ==&lt;br /&gt;
[[image:exclaim.gif]][[SDU:SDU r12 EP1|SDU Enhancement Pack 1 for r12]]&lt;br /&gt;
*[[Action Macro to Log Solution and Resolve Ticket]]&lt;br /&gt;
*[[Add Checkbox, Date, Drop-down, Lookup, Readonly and Text Fields to Properties]]&lt;br /&gt;
*[[Add Contact Search to Employee/Customer Interface]]&lt;br /&gt;
*[[Add Custom Activity Log Action Macro]]&lt;br /&gt;
*[[Add Log Entry for Updates to Custom Fields]]&lt;br /&gt;
*[[Add Log Entry When a Property Value Changes on a Ticket]]&lt;br /&gt;
*[[Add Personalized Response to Manual Notification]]&lt;br /&gt;
*[[Add Posted By to Announcements Page]]&lt;br /&gt;
*[[Add Properties Count to Area/Category List]]&lt;br /&gt;
*[[Add Ticket and CI Links to Announcements]]&lt;br /&gt;
*[[Add Workflow to Employee/Customer Interface]]&lt;br /&gt;
*[[Attachments on Configuration Items]]&lt;br /&gt;
*[[Attachments on Contacts]]&lt;br /&gt;
*[[Auto-fill Fields Left Blank]]&lt;br /&gt;
*[[Automatically Attach an Asset/CI to a Change Order or Issue]]&lt;br /&gt;
*[[Automatically Remove Attached Events]]&lt;br /&gt;
*[[Automatically Set Assignee to Closing Analyst]]&lt;br /&gt;
*[[Automatically Set System Generated Activities to Internal]]&lt;br /&gt;
*[[Changing Announcements Order By]]&lt;br /&gt;
*[[Changing Error Alert Color and adding Error Alert Pop-ups]]&lt;br /&gt;
*[[Changing Requests to Incidents]]&lt;br /&gt;
*[[Changing Display of Contacts]]&lt;br /&gt;
*[[Conditional Display of Drop-Down Content]]&lt;br /&gt;
*[[Conditionally Attach an Event]]&lt;br /&gt;
*[[Control the Request Areas Displayed to the End Users]]&lt;br /&gt;
*[[Count Ticket Reopens]]&lt;br /&gt;
*[[Displaying the System and User Descriptions in the Activity Log]]&lt;br /&gt;
*[[Display Web Site within Service Desk]]&lt;br /&gt;
*[[Default Properties Tab on New Ticket Creation]]&lt;br /&gt;
*[[Generate Notifications Only for Employee Comments]]&lt;br /&gt;
*[[Increasing Default Field Size]]&lt;br /&gt;
*[[List Tickets ORDER BY Group]]&lt;br /&gt;
*[[Make a Field Conditionally Required]]&lt;br /&gt;
*[[Modify Action and Condition Macros via the GUI]]&lt;br /&gt;
*[[Only Assignee can Close]]&lt;br /&gt;
*[[Prevent Close of Requests/Incidents/Problems if Change Order is Active]]&lt;br /&gt;
*[[Prevent Update to Past Activities]]&lt;br /&gt;
*[[Propagate Solution to Children]]&lt;br /&gt;
*[[Propagate Status to Children]]&lt;br /&gt;
*[[Priority and Impact Default to Empty]]&lt;br /&gt;
*[[Refresh Customer Info Before Saving the Ticket]]&lt;br /&gt;
*[[Remove Second Message on Timeout]]&lt;br /&gt;
*[[Remove SLA Violation from Employee View]]&lt;br /&gt;
*[[Require a Solution in Order to Resolve]]&lt;br /&gt;
*[[Search Requests, Incidents, and Problems Simultaneously for Ticket Number]]&lt;br /&gt;
*[[Send Notification at Callback Time]]&lt;br /&gt;
*[[Send Notification to CI's Attached Contacts]]&lt;br /&gt;
*[[Send Survey based on Variables]]&lt;br /&gt;
*[[Separate Prefixes for Requests, Incidents, and Problems]]&lt;br /&gt;
*[[Set Defaults on Manual Notify]]&lt;br /&gt;
*[[Set Priority Based on Urgency and Impact]]&lt;br /&gt;
*[[Set Request/Incident/Problem Status from Change Order]]&lt;br /&gt;
*[[Set Request/Incident/Problem Status on Dispatch Change]]&lt;br /&gt;
*[[Simplified Child Creation]]&lt;br /&gt;
*[[Single Sign-on with Cookies]]&lt;br /&gt;
*[[EIAM Services dont start on fresh install]]&lt;br /&gt;
SPELL&lt;/div&gt;</summary>
		<author><name>Rollas</name></author>	</entry>

	<entry>
		<id>http://greggsmith.net/wiki/index.php?title=Sample_Customizations&amp;diff=4001</id>
		<title>Sample Customizations</title>
		<link rel="alternate" type="text/html" href="http://greggsmith.net/wiki/index.php?title=Sample_Customizations&amp;diff=4001"/>
				<updated>2010-01-22T05:44:01Z</updated>
		
		<summary type="html">&lt;p&gt;Rollas: /* List of Customizations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Category:Customization]]&lt;br /&gt;
{{Global Header}}&lt;br /&gt;
{{Global Announcement}}&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
Customizations are regarded as changes to the system that are not supportable by CA.&lt;br /&gt;
&lt;br /&gt;
== List of Customizations ==&lt;br /&gt;
[[image:exclaim.gif]][[SDU:SDU r12 EP1|SDU Enhancement Pack 1 for r12]]&lt;br /&gt;
*[[Action Macro to Log Solution and Resolve Ticket]]&lt;br /&gt;
*[[Add Checkbox, Date, Drop-down, Lookup, Readonly and Text Fields to Properties]]&lt;br /&gt;
*[[Add Contact Search to Employee/Customer Interface]]&lt;br /&gt;
*[[Add Custom Activity Log Action Macro]]&lt;br /&gt;
*[[Add Log Entry for Updates to Custom Fields]]&lt;br /&gt;
*[[Add Log Entry When a Property Value Changes on a Ticket]]&lt;br /&gt;
*[[Add Personalized Response to Manual Notification]]&lt;br /&gt;
*[[Add Posted By to Announcements Page]]&lt;br /&gt;
*[[Add Properties Count to Area/Category List]]&lt;br /&gt;
*[[Add Ticket and CI Links to Announcements]]&lt;br /&gt;
*[[Add Workflow to Employee/Customer Interface]]&lt;br /&gt;
*[[Attachments on Configuration Items]]&lt;br /&gt;
*[[Attachments on Contacts]]&lt;br /&gt;
*[[Auto-fill Fields Left Blank]]&lt;br /&gt;
*[[Automatically Attach an Asset/CI to a Change Order or Issue]]&lt;br /&gt;
*[[Automatically Remove Attached Events]]&lt;br /&gt;
*[[Automatically Set Assignee to Closing Analyst]]&lt;br /&gt;
*[[Automatically Set System Generated Activities to Internal]]&lt;br /&gt;
*[[Changing Announcements Order By]]&lt;br /&gt;
*[[Changing Error Alert Color and adding Error Alert Pop-ups]]&lt;br /&gt;
*[[Changing Requests to Incidents]]&lt;br /&gt;
*[[Changing Display of Contacts]]&lt;br /&gt;
*[[Conditional Display of Drop-Down Content]]&lt;br /&gt;
*[[Conditionally Attach an Event]]&lt;br /&gt;
*[[Control the Request Areas Displayed to the End Users]]&lt;br /&gt;
*[[Count Ticket Reopens]]&lt;br /&gt;
*[[Displaying the System and User Descriptions in the Activity Log]]&lt;br /&gt;
*[[Display Web Site within Service Desk]]&lt;br /&gt;
*[[Default Properties Tab on New Ticket Creation]]&lt;br /&gt;
*[[Generate Notifications Only for Employee Comments]]&lt;br /&gt;
*[[Increasing Default Field Size]]&lt;br /&gt;
*[[List Tickets ORDER BY Group]]&lt;br /&gt;
*[[Make a Field Conditionally Required]]&lt;br /&gt;
*[[Modify Action and Condition Macros via the GUI]]&lt;br /&gt;
*[[Only Assignee can Close]]&lt;br /&gt;
*[[Prevent Close of Requests/Incidents/Problems if Change Order is Active]]&lt;br /&gt;
*[[Prevent Update to Past Activities]]&lt;br /&gt;
*[[Propagate Solution to Children]]&lt;br /&gt;
*[[Propagate Status to Children]]&lt;br /&gt;
*[[Priority and Impact Default to Empty]]&lt;br /&gt;
*[[Refresh Customer Info Before Saving the Ticket]]&lt;br /&gt;
*[[Remove Second Message on Timeout]]&lt;br /&gt;
*[[Remove SLA Violation from Employee View]]&lt;br /&gt;
*[[Require a Solution in Order to Resolve]]&lt;br /&gt;
*[[Search Requests, Incidents, and Problems Simultaneously for Ticket Number]]&lt;br /&gt;
*[[Send Notification at Callback Time]]&lt;br /&gt;
*[[Send Notification to CI's Attached Contacts]]&lt;br /&gt;
*[[Send Survey based on Variables]]&lt;br /&gt;
*[[Separate Prefixes for Requests, Incidents, and Problems]]&lt;br /&gt;
*[[Set Defaults on Manual Notify]]&lt;br /&gt;
*[[Set Priority Based on Urgency and Impact]]&lt;br /&gt;
*[[Set Request/Incident/Problem Status from Change Order]]&lt;br /&gt;
*[[Set Request/Incident/Problem Status on Dispatch Change]]&lt;br /&gt;
*[[Simplified Child Creation]]&lt;br /&gt;
*[[Single Sign-on with Cookies]]&lt;br /&gt;
*[[EIAM Services dont start on fresh install]]&lt;br /&gt;
*[[spel CODE -&amp;gt; to make SD events as Internal log and henceforth activites as internal so that EMPLOYEE cant view it]]&lt;/div&gt;</summary>
		<author><name>Rollas</name></author>	</entry>

	</feed>