• IT Systems2
  • NEWBIE
  • -1 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
We are setting up an Integration between our Epicor ERP and Salesforce. We are only using this integration for Accounts/Contacts and are able to get the sync to work properly. The only part that is missing is for the initial sync, it is not pulling all existing Accounts from Salesforce into Epicor. It will pull them ones that we update or create after the initial sync. 
How have people gone about triggering all Accounts/Contacts to sync? We have 270,000 Accounts to sync, using Epicor 10.2.400. 
Hello, 
So im creating an opportunity in a flow and want to copy the opportunity number to the clipboard automatically. i know there is a way to create a button in javascript, but havent been able to get it to work. Any tips or code examples would be great! thanks!

I have a .NET service I'm building to give me access to the data in Salesforce. I'm trying to get my update method(s) to work. Specifically, I need to know how to clear the value of a field in Salesforce. I presumed that since we're using JSON to pass the data back and forth that I can just set the field to null in the JSON string and Salesforce will clear the current value. That appears to not be the case, or I'm just plain dumb. For example if I post {"Invoice__c":"blah blah blah"} it works fine. But if I post {"Invoice__c":null,"Finish_Date__c":null,"Scheduled_Date_Time__c":"\/Date(1333526400000)\/","Walk_Date_Time__c":null} nothing happens. I don't even get an error message back. It simply doesn't work.

 

Am I doing something wrong (I obviously must be doing something wrong)? How do I correct this?

 

Thanks in advance for any help!