• SFDC-AS
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hello All,

Is there any way to change user context in apex ?
I have a functionality in which when user clicks on a button , it sends a web service request to external system and response is parsed by Apex to update the field values of a case record.

The problem is , user is pressing the button and not directly editing the field value.
But Case history shows that User has changed the value. which creates audit issue.

Any help / suggestion will be helpful
Thanks in advance !
Hi All,
I'm facing an issue while calling Salesforce bulk API webservice at  /service/async/25.0/job/jobid/batch/jobid.It is returning  400: bad request.This request was working fine till few days back , and without any change in  the client & server end it stopped working.
There are two other request at same endoint & credentials working fine .

If anyone has faced similar issue or has any idea , please let me know.
Thanks ,
AS

Hi,

 

Whenever I use apex callout to update some field or even any apex trigger for that matter, the record history says that the field has been updated by the logged in user. This makes it sometime confusing to keep track on which fields the logged in users are actually updating . I understand that the apex code have run due to some actions by the logged in user but still is there any way to show in record history that a particular field is updated by apex .

 

Thanks,

Rahul