function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
dturkeldturkel 

Flex - Setting options to ensure Assignment Rules are executed

I'm creating Case objects via the Flex Toolkit, but my assignment rules aren't firing.

I've read several posts (non-Flex forums) indicating the need to set a header with with Assignment Rule information.  

 

Is that what I need to do, and how do I do this using the Flex toolkit?

 

Thanks! 

dturkeldturkel

As far as I can tell, setting the Assignment Rule Header would occur in the Connection object in the Flex toolkit.

However this attribute is marked private, and I don't have immediate access to manipulate it.  Also "AssignmentRuleHeader" does not appear as a class in the toolkit API.

 

HELP!!!