Welcome to my blog

I have been working with Salesforce for quite a while, so don’t hesitate to contact me if you have any questions or want some advice.

s f

Subscribe
Follow Us
h

Mru(most recent update)Header API Call

 . API  . Mru(most recent update)Header API Call

Mru(most recent update)Header API Call

SOAP Header called mruUpdate is used to update most recent update record in the Recent Item Section. By default false. If you want to see the recent record in the recent item section then you need to sent that flag to TRUE.

SOAP Request XML:

<urn:MruHeader>
         <urn:updateMru>true</urn:updateMru>
     </urn:MruHeader>

Sample Code JAVA or .Net:

connection.setMruHeader(true);

Post a Comment