• Kristopher Estrada
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
I get an error when clicking on Outbound Change Set from setup. This is critical as we have deployment deadlines. 

An internal server error has occurred
An error has occurred while processing your request. The salesforce.com support team has been notified of the problem. If you believe you have additional information that may be of help in reproducing or correcting the error, please contact Salesforce Support. Please indicate the URL of the page you were requesting, any error id shown on this page as well as any other related information. We apologize for the inconvenience. 

Thank you again for your patience and assistance. And thanks for using salesforce.com! 

Error ID: 1629748443-28281 (-1700408303)



Click here to return to the previous page. 
Hello-

I have a custom object to track invoices. Users will be emailing invoices to a single email address. 

My requirememnts:
  • Create new custom object record anytime an email is sent to exampleemail@example.com
  • Name the record the subject line of the email 
  • Include attachments as Files on the custom object records (we are switching to Lightning and want to leverage the prview feature of Files)
  • Create Note (not part of Notes and Attachments) with the body of the email
Thanks for taking a look. I appreciate the help. 

-K
As the title suggests, I'm trying to have imports (through the bulk API) bypass our dupe rules, while maintaining this rule for users. Is this possible? Thanks!
how to remove import button which is newly added by salesforce in lightning
Hi,

Actually i need to generate records in account object based on the data present in the attached file, which wll be sent to Salesforce through email. I am trying to do so using Inbound Email Service, but am only able to read the body of the email but not the attachment data.