Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Represents the category that Life Sciences configuration
records are organized into.
Where possible, we changed noninclusive terms to align with our
company value of Equality. We maintained certain terms to avoid any effect on
customer implementations.
Parent Type
This type extends the Metadata
metadata type and inherits its fullName field.
File Suffix and Directory Location
LifeSciConfigCategory components have the suffix .lifeSciConfigCategory
and are stored in the lifeSciConfigCategories folder.
Version
LifeSciConfigCategory components are available in API version 65.0 and later.
Fields
| category |
- Field Type
- LifeSciConfigCategoryType
(enumeration of type string)
- Description
-
Required
Defines the category for the
configuration. Possible values are:
-
AccountProviderVisitRecordTypeMapping
-
AccountSearchSettings
-
ActivityHistoryAdministration
-
ActivityHistoryRelatedLabel
-
ActivityPlanConfiguration
-
ActivityPlanSettings
-
AddressSettings
-
AffiliationReverseRoleMapping
-
AffiliationSettings
-
ApplicationSettings
-
BestTimeSettings
-
BulkUpdateRestrictedEntity
-
BusinessHoursHolidayMapping
-
CalendarEvent
-
CallCustomDiscussionRecordType
-
CallDiscussionRecordType
-
CustomAction
-
CustomerMergeSettings
-
DbSchema
-
DEASettings
-
DTVComponentConfig
-
DTVObjectConfig
-
ExternalSearchPreferences
-
ExternalSearchUserSettings
-
FieldSetMapping
-
InsDocSettings
-
InsightSettings
-
InventoryManagementSettings
-
KAM
-
KAMSettings
-
LogSettings
-
NavigationIcons
-
NextBestCustomerSettings
-
OptAdministration
-
PlannerAdministration
-
ProductAdminSettings
-
ProfileBasedAppSettings
-
ProviderSummarization
- PrvdEngmtComplianceSettings
-
QuickAction
-
ReportsAndDashboardsSync
-
SearchBeforeCreate
-
SprintSettings
-
StateDistributorLicenseSettings
-
StateLicenseNumberSettings
-
SyncProcessorConfiguration
-
SyncTransactionAdminView
-
SyncTransactionConfig
-
SyncTransactionFieldBehaviour
-
TerritoryManagement
-
TimeOffTerritoryRule
-
TimeOffTerritorySettings
-
TimeOffTerritorySlots
-
TimeOffTerritoryWorkingDaySettings
-
TimelineActivitySetting
-
UISchema
-
VideoCallPhoneNumber
-
VideoCallSettings
-
VideoCallSettingsCommon–Reserved for
future use.
-
VideoCallSettingsMsTeams
-
WorkingDaysConfig
|
| categoryLabel |
- Field Type
- String
- Description
- The label for the categories.
|
| isProtected |
- Field Type
- Boolean
- Description
- Indicates whether the field is protected (true) or
not (false).
|
| masterLabel |
- Field Type
- String
- Description
-
Required
- The main label for the configuration.
|
| type |
- Field Type
- LifeSciCategoryType
(enumeration of type string)
- Description
- Type of configuration category.
Values are:
|
Declarative Metadata Sample Definition
The following is an example of a LifeSciConfigCategory component.
1<?xml version="1.0" encoding="UTF-8"?>
2<LifeSciConfigCategory xmlns="http://soap.sforce.com/2006/04/metadata">
3<category>ApplicationSettings</category>
4<masterLabel>ApplicationSettings</masterLabel>
5</LifeSciConfigCategory>
The following is an example package.xml that
references the previous definition.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3<types>
4<members>*</members>
5<name>LifeSciConfigCategory</name>
6</types>
7<version>65.0</version>
8</Package>