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)
 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
// Use 'cr' for Requests, Incidents & Problems, 'chg' for Changes, and 'iss' for Issues
+
<ipbwiki_topiclist forumid=4,5 count=5 />
cr::zmyscript(...){
+
if(is_null(assignee)){
+
// Use 'int' in place of 'uuid' in the line below if for pre-r11 releases
+
uuid userid;
+
send_wait(0, top_object(), "call_attr", "cr", "current_user_id");
+
userid = msg[0];
+
assignee = userid;
+

Latest revision as of 05:21, 30 November 2010

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