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
HaroldHHaroldH 

Objects created via API appear in Recent Items list

We have a web application which works inside the Salesforce frameset. When our application needs to store data in text fields larger than the 255 character limit provided by Sforce custom fields, it uses a Document object.

Unfortunately, upon create/update by our application via the Sforce API, a link to the Document object appears in the Recent Items list when the user visits any other pages in Salesforce.com.

Is there any way to prevent this behavior? We're concerned that users will notice the items appearing in their Recent Items list, and then inadvertently go and change or delete those Documents, not realizing their intended use "behind the scenes" by our application.

Thanks.

Message Edited by HaroldH on 07-20-2004 02:54 PM

benjasikbenjasik
Not today. UI and API use the same code path, so they both add to the MRU.