- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2024 07:46 AM
Hello,
We are trying to upsert contact object in Salesforce.
All fields supported by contact object are well update but the field PHE_ACC_tech_ERP_number__c which is an external ID on the account is problematic.
This field allows to link a contact to the right account in SF ( we are not using AccountID ).
Thanks for your help,
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 01:55 AM
From the error screen, I can see that the PFN_CON_tech_id_erp__c is causing the issue.
You can perform following actions:
- Salesforce API: Try to Upsert in REST API mode instead Bulk, and check if you will get the same error.
- Check Field Name: Make sure that the field names you're trying to upsert match exactly with the field names in Salesforce.
- Permissions: Verify that the fields you're trying to upsert are visible and accessible to the user performing the operation.
- Data Type: Ensure that the data type of the field you're trying to upsert match the data type defined in Salesforce.
Hope this will helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 01:55 AM
From the error screen, I can see that the PFN_CON_tech_id_erp__c is causing the issue.
You can perform following actions:
- Salesforce API: Try to Upsert in REST API mode instead Bulk, and check if you will get the same error.
- Check Field Name: Make sure that the field names you're trying to upsert match exactly with the field names in Salesforce.
- Permissions: Verify that the fields you're trying to upsert are visible and accessible to the user performing the operation.
- Data Type: Ensure that the data type of the field you're trying to upsert match the data type defined in Salesforce.
Hope this will helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2024 02:02 AM
Hello @SpiroTaleski ,
Thanks for taking the time.
I confirm that point 2, 3, 4 are ok.
I'll try Salesforce API.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2024 06:18 AM
Hello @SpiroTaleski ,
I confirm that Saleforce API was the solution.
thanks again !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-26-2024 01:13 PM
@SpiroTaleski AWS credit for you.
Diane Miller
