Difference between revisions of "Help:Sandbox"

From SDU
Jump to: navigation, search
m (Reverted edits by Agegeleruvy (Talk); changed back to last version by FrankTR)
 
(41 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Feel free to try out the wiki syntax in this page.<br>
+
<ipbwiki_topiclist forumid=4,5 count=5 />
<!-- test your skills below this line -->
+
 
+
<rss desc=off>http://www.servicedeskusers.com/forum/index.php?act=rssout&id=8</rss>
+
 
+
[[Category:CA Workflow]]
+
 
+
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>
+
 
+
 
+
== code ==
+
 
+
<source lang="c++">int i, n;
+
if (is_null(zreopen_count)) {
+
i = 0;
+
} else {
+
i = zreopen_count;
+
}
+
n = i + 1;
+
send_wait(0, this, "call_attr", "zreopen_count", "set_val", n, "SURE_SET");</source>
+

Latest revision as of 05:21, 30 November 2010

<ipbwiki_topiclist forumid=4,5 count=5 />