• Umut Ozeren
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

I am a part time Salesforce admin with no Apex knowledge. I don't even know if this is the right place to post this. Did my research, but couldn't find this information.

Problem is this: We have a native database that has unique identifiers for each of our customers. Whenever we get usage etc. notifications, this identifier is emailed to us. 

For sake of simplicity, let's say this unique identifier is 'google.com' and Google is recorded in Salesforce with a unique ID of "2019" (auto-generated). I created a custom field under Accounts "Native Database ID" and entered 'google.com'.

When I am using Zapier or webform integrations, this 'google.com' is sent to Salesforce. However to, dynamically link activities or Lookup fields, Salesforce requires Salesforce IDs.

So whenever a new submission happens, I want Salesforce to do a lookup on all our Accounts for the field Native Database ID, and when it finds a match, populate that Account.

I know that Zapier has a "Find Account" feature under Salesforce integration, but with our volume, using this additional step is costly. Also, we don't use Zapier for every automation. Essentially, what I am trying to build is similar to Zapier's "Find Account".

Is this doable w/o Apex? If not, is there any guides you can direct me to learn this part of Apex?

Thanks,

I am a part time Salesforce admin with no Apex knowledge. I don't even know if this is the right place to post this. Did my research, but couldn't find this information.

Problem is this: We have a native database that has unique identifiers for each of our customers. Whenever we get usage etc. notifications, this identifier is emailed to us. 

For sake of simplicity, let's say this unique identifier is 'google.com' and Google is recorded in Salesforce with a unique ID of "2019" (auto-generated). I created a custom field under Accounts "Native Database ID" and entered 'google.com'.

When I am using Zapier or webform integrations, this 'google.com' is sent to Salesforce. However to, dynamically link activities or Lookup fields, Salesforce requires Salesforce IDs.

So whenever a new submission happens, I want Salesforce to do a lookup on all our Accounts for the field Native Database ID, and when it finds a match, populate that Account.

I know that Zapier has a "Find Account" feature under Salesforce integration, but with our volume, using this additional step is costly. Also, we don't use Zapier for every automation. Essentially, what I am trying to build is similar to Zapier's "Find Account".

Is this doable w/o Apex? If not, is there any guides you can direct me to learn this part of Apex?

Thanks,