• keystone
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies

Using the Java and the enterprise WSDL I'm trying to add Leads and trigger the associated  Lead Assignment Rule.  I have no problem submitting the Lead object but the lead rule is not triggered for some reason.

 

I am setting the Assignment Rule Header on the Connection and I have tried these two options:

1. Using null for the assignment rule id and setting useDefaultRule to true.

2. Query for the actual assignment rule id and setting that rule id and setting useDefaultRule to false.

 

However in both cases the rule is not triggered in Salesforce.  Does anyone have any ideas what might be wrong/missing?

 

My Java code does the following:

1. Create/login to the connection.

2. Call setAssignmentRuleHeader() on the connection.

3. Call create passing the array of Lead objects (w/ size of one).

4. Logout of connection.

 

Does anyone have any examples of java code that successfuly triggers rules?

 

Thanks,

-Dave

Using the Java and the enterprise WSDL I'm trying to add Leads and trigger the associated  Lead Assignment Rule.  I have no problem submitting the Lead object but the lead rule is not triggered for some reason.

 

I am setting the Assignment Rule Header and I have tried these two options:

1. Using null for the assignment rule id and setting useDefaultRule to true.

2. Query for the actual assignment rule id and setting that rule id and setting useDefaultRule to false.

 

However in both cases the rule is not triggered in Salesforce.  Does anyone have any ideas what might be wrong/missing?

 

Thanks,

-Dave

Using the Java and the enterprise WSDL I'm trying to add Leads and trigger the associated  Lead Assignment Rule.  I have no problem submitting the Lead object but the lead rule is not triggered for some reason.

 

I am setting the Assignment Rule Header on the Connection and I have tried these two options:

1. Using null for the assignment rule id and setting useDefaultRule to true.

2. Query for the actual assignment rule id and setting that rule id and setting useDefaultRule to false.

 

However in both cases the rule is not triggered in Salesforce.  Does anyone have any ideas what might be wrong/missing?

 

My Java code does the following:

1. Create/login to the connection.

2. Call setAssignmentRuleHeader() on the connection.

3. Call create passing the array of Lead objects (w/ size of one).

4. Logout of connection.

 

Does anyone have any examples of java code that successfuly triggers rules?

 

Thanks,

-Dave

Using the Java and the enterprise WSDL I'm trying to add Leads and trigger the associated  Lead Assignment Rule.  I have no problem submitting the Lead object but the lead rule is not triggered for some reason.

 

I am setting the Assignment Rule Header and I have tried these two options:

1. Using null for the assignment rule id and setting useDefaultRule to true.

2. Query for the actual assignment rule id and setting that rule id and setting useDefaultRule to false.

 

However in both cases the rule is not triggered in Salesforce.  Does anyone have any ideas what might be wrong/missing?

 

Thanks,

-Dave

Is anyone using GWT within a VisualForce page?

 

If so I need to know what steps to follow to get a simple "hello word" applicaiton going.

 

Do I use the Elipse GWT plug in to build the UI, upload generated code as static resource, then include in my VisualForce page?

 

Thank you,

Michael