Difference between revisions of "Help:Sandbox"

From SDU
Jump to: navigation, search
Line 3: Line 3:
  
 
[http://www.servicedeskusers.com/SDU-wiki-search-ff.xml SDU Wiki Search Plugin for Firefox]
 
[http://www.servicedeskusers.com/SDU-wiki-search-ff.xml SDU Wiki Search Plugin for Firefox]
 
 
Here is the query you would use to retrieve all Service Desk contacts with the last name "Smith" :
 
<source lang="sql">
 
SELECT *
 
FROM ca_contact
 
WHERE last_name = 'Smith'
 
</source>
 
 
<pre>
 
<source lang="sql" line>
 
SELECT *
 
FROM ca_contact
 
WHERE last_name = 'Smith'
 
</source></pre>
 
 
==Source lang=html4strict==
 
<source lang="html4strict">
 
<PDM_IF $args.id != 0>
 
ImgBtnCreate("makechild", "Create Child", "create_new('cr',0,0,0,'PRESET=type:$args.type','INITFROM=make_child')", true, 0,"Create a Child");
 
</PDM_IF>
 
</source>
 
 
==Source lang=javascript==
 
<source lang="javascript">
 
<PDM_IF $args.id != 0>
 
ImgBtnCreate("makechild", "Create Child", "create_new('cr',0,0,0,'PRESET=type:$args.type','INITFROM=make_child')", true, 0,"Create a Child");
 
</PDM_IF>
 
</source>
 
 
==Source lang=php==
 
<source lang="php">
 
<PDM_IF $args.id != 0>
 
ImgBtnCreate("makechild", "Create Child", "create_new('cr',0,0,0,'PRESET=type:$args.type','INITFROM=make_child')", true, 0,"Create a Child");
 
</PDM_IF>
 
</source>
 
 
==Top Ten Pages==
 
<TopTenPages>10</TopTenPages>
 
[[Special:Popularpages|more...]]
 
 
 
==Newest Pages==
 
{{Special:NewestPages/-/10}}
 
[[Special:NewestPages|more...]]
 
 
 
 
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><br>SELECT *<br>FROM ca_contact<br>WHERE last_name = &#39;Smith&#39;<br><!--c2--></div><!--ec2-->
 
 
<pre><source lang=sql>
 
SELECT *
 
FROM ca_contact
 
WHERE last_name = 'Smith'
 
</source></pre>
 
 
 
  
  
Line 66: Line 9:
 
This is an example of the workflow to obtain the group members from Servicedesk. Follow the directions exactly  
 
This is an example of the workflow to obtain the group members from Servicedesk. Follow the directions exactly  
  
 
+
<source lang=xml>
 
</topointnormal>  
 
</topointnormal>  
 
   <topointswimlane>-1</topointswimlane>  
 
   <topointswimlane>-1</topointswimlane>  

Revision as of 23:25, 9 February 2008

Feel free to try out the wiki syntax in this page.

SDU Wiki Search Plugin for Firefox

This is an example of the workflow to obtain the group members from Servicedesk. Follow the directions exactly

<source lang=xml> </topointnormal>

 <topointswimlane>-1</topointswimlane> 
 <to>1170219743489</to> 
 <sequence>-1</sequence> 
 <label /> 
 <description /> >-16777216</lineColor> 
 </transition>
 </transitions>
 </duedateprocessing>
 <preprocessing /> 
 <postprocessing /> 
 <executioncontexts /> 
 <exceptionhandlers /> 
 </subactivity>
 </nodes>

- <transitions> - <transition id="1164858697231">

 <from>1509732671450107440</from> 
 <frompointnormal>-1</frompointnormal> 
 <frompointswimlane>-1</frompointswimlane> 
 <topointnormal>-1</topointnormal> 
 <topointswimlane>-1</topointswimlane> 
 <to>1164858205749</to> 
 <sequence>-1</sequence> 
 <label /> 
 <description /> 
 <done>N</done> 
 <condition /> 
 <lineWidth>1</lineWidth> 
 <lineColor>-16777216</lineColor> 
 </transition>
 </transitions>
 </process>
 </processes>
 </processdefinition>

</source>