{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "ProfileSearchLayouts - Metadata API",
"description": "Represents a user profile’s search results layouts for an object. ProfileSearchLayouts are similar to SearchLayouts. However, with profile-specific layouts, each user profile can have a different search results layout for an object.",
"fields_columns": [
"type",
"description"
],
"fields": {
"profileName": {
"type": "string[]",
"description": "The name of the profile associated with a customized search results layout. The profile name can be a standard Salesforce profile or custom profile defined in your org."
},
"fields": {
"type": "string[]",
"description": "The list of fields displayed in search results for the object and for the users that have the profile Profile Name. The name field is required and is always displayed as the first column header, so it isn’t included in this list. All additional fields are included. The field name relative to the object name, for exampleMyCustomField__c, is specified for each custom field."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following shows a sample definition of profile-specific search layouts in an object.",
"code": "\n \n . . .\n \n ACCOUNT.NAME\n ACCOUNT.SITE\n ACCOUNT.PHONE1\n CORE.USERS.ALIAS\n ACCOUNT.ADDRESS2_CITY\n System Administrator\n \n \n ACCOUNT.NAME\n ACCOUNT.SITE\n WDC Only User\n \n . . .\n "
}
]
}