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
ChrisAChrisA 

Identifying webservice calls in the salesforce login history.

Hello there,

 

I've written a small c# program, that uses the salesforce webservices to get some data out of salesforce.

 

This works very well, but when I look into the Login History of the salesforce setup menu I can see the program authenticating against the salesforce without saying what it is. All other login attempts show the exact browser the user uses to login.

Is it somehow possible to send some Identification Headers when using the SforceService object, so that I can see which program authenticates?

 

(I tried to set the SforceService.UserAgent, but  I did not work.)

 

Thanks,

Chris

Josh M.Josh M.

I'd like to do the same - it looks like partners can set the "application" name