• Cid
  • NEWBIE
  • 0 Points
  • Member since 2014
  • Data Architect
  • roundCorner


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
Scenario:
We are using a BULK Upsert API call into the Opportunity object.  
Opportunity Workflow Rules are deactivated.
Account Workflow Rules are Active

Using the following fields to match and insert/update on External ID.

Opportunity.External_Id__c
Account.External_Id__c 

As you see in my Debug log below:  The workflow rules are firing, is that intentional?  I know I can add a custom setting or deactivate the workflow but I am looking for if anyone else has seen this before.


User-added image

Thanks in advance -- Cid

 
  • June 03, 2015
  • Like
  • 0
Does anyone have a example of Apex or SOQL script that you can use to retrieve both Meta-data and Data for ALL custom settings in a org?  
  • January 07, 2015
  • Like
  • 0
Hey All,

I would like to run a script in APEX or dataload job to Suspend, Resume, and Recalculate the Sharing in the Org.  I can't seem to find any thing online or in the Salesforce documentation.  Anyone here have any experience or suggestions?  

Here is the functionality:  https://help.salesforce.com/HTViewHelpDoc?id=security_sharing_defer_sharing_calculations.htm&language=en_US

Thanks,
Cid
  • December 17, 2014
  • Like
  • 0
Scenario:
We are using a BULK Upsert API call into the Opportunity object.  
Opportunity Workflow Rules are deactivated.
Account Workflow Rules are Active

Using the following fields to match and insert/update on External ID.

Opportunity.External_Id__c
Account.External_Id__c 

As you see in my Debug log below:  The workflow rules are firing, is that intentional?  I know I can add a custom setting or deactivate the workflow but I am looking for if anyone else has seen this before.


User-added image

Thanks in advance -- Cid

 
  • June 03, 2015
  • Like
  • 0