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
GSBassoGSBasso 

RequestUseSfdc entry in Contact layout metadata: What is it for?

Recently I've noticed when retrieving the metadata (through the Force.com Migration Tool) for our Contact page layouts in Prod the following entry:

 

<excludeButtons>RequestUseSfdc</excludeButtons>

 

As near as I can tell this does not correlate to any button listed in the Page Layout Editor.

 

The other odd thing is that this entry is not included when retrieving the same layout(s) from our sandbox instance.

 

Anyone know what this entry is for?

 

Pradeep_NavatarPradeep_Navatar

Actually <excludeButtons>RequestUseSfdc</excludeButtons> will exclude the “RequestUseSfdc” button from this layout.

 

For more information visit this link:

http://www.salesforce.com/us/developer/docs/api_meta/Content/meta_layouts.htm

 

Hope this helps.

GSBassoGSBasso

But there is no such button (as I stated in my initial post "As near as I can tell this does not correlate to any button listed in the Page Layout Editor").