Skip to content

Instantly share code, notes, and snippets.

@gsherman
Created June 23, 2011 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gsherman/1042796 to your computer and use it in GitHub Desktop.
Save gsherman/1042796 to your computer and use it in GitHub Desktop.
custom activity code for severity changed
OBJECT TYPE="gbst_elm", NAME=x_new_activity UNIQUE_FIELD=title,rank
UNIQUE_RELATION=gbst_elm2gbst_lst
FIELDS
title ="Severity Changed";
rank=92010;
state=0;
END_FIELDS
RELATIONS
TO_NAME=activity_name REL="gbst_elm2gbst_lst";
END_RELATIONS
END_OBJECT NAME=x_new_activity
REFERENCE TYPE="gbst_lst", NAME=activity_name UNIQUE_FIELD=title
FIELDS
title ="Activity Name";
END_FIELDS
RELATIONS
END_RELATIONS
END_REFERENCE NAME=activity_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment