Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Html bobswift
<iframe width="560" height="315" src="https://www.youtube.com/embed/sHkYNDPbCe0" frameborder="0" allowfullscreen></iframe>

Post Function 1:

Code Block
string [] testers = usersInRole("TEST", "Product Development Tester");
assignee = testers[0];

Post Function 2:

Code Block
string [] h = fieldHistory(key, "assignee");
string a;

if(isNotNull(h[1])) {
    a = h[1];
}
else {
    a = h[3];
}

assignee = a;