function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
App SharkApp Shark 

record owner when record is created through other system by making an API call

Hi 

What would be the account owner when a salesforce record is created through other system by an api call.
The other system creates a record with one the user profile in salesforce
salesforce mesalesforce me
Hi check this once....

1)https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_custom_objects.htm
2)https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/calls.htm
Abhishek_DEOAbhishek_DEO
To make an API call, you will need a Salesforce user's credential for login purpose. That user will be default owner of the record created through api(if there is no other process exist in system that overwrites the owner).