• devel1
  • NEWBIE
  • 0 Points
  • Member since 2006

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I've scoured the sforceclient 3.3 source… I cannot find the javascript equivalent of

// Create assignment rule
AssignmentRuleHeader assignment = new AssignmentRuleHeader();
assignment.useDefaultRule = true;
sf.AssignmentRuleHeaderValue = assignment;

I'm trying to fire off an assignment rule while updating a case record.

-=Bryan