Newer Version Available
LifeSciConfigRecord
Parent Type
This type extends the Metadata metadata type
and inherits its fullName field.
File Suffix and Directory Location
LifeSciConfigRecord components have the suffix .lifeSciConfigRecord and are stored in the lifeSciConfigRecords folder.
Version
LifeSciConfigRecord components are available in API version 65.0 and later.
Fields
| Field Name | Description |
|---|---|
| assignments |
|
| fieldValue |
|
| isActive |
|
| isOrgLevel |
|
| isProtected |
|
| lifeSciConfigCategory |
|
| masterLabel |
|
| parentConfigRecord |
|
| type |
|
LifeSciConfigAssignment
The following table describes the assignment for the LifeSciConfigAssignement component.
LifeSciConfigFieldValue Fields
The following table describes the fields for the LifeSciConfigFieldValue component.
| Field Name | Description |
|---|---|
| dataType |
|
| dateTimeValue |
|
| dateValue |
|
| fieldName |
|
| fieldValue |
|
| hasBooleanValue |
|
| integerValue |
|
| longTextValue |
|
| numberValue |
|
| objectValue |
|
| phoneValue |
|
| picklistValue |
|
| textValue |
|
| urlValue |
|
Declarative Metadata Sample Definition
The following is an example of a LifeSciConfigRecord component.
1<?xml version="1.0" encoding="UTF-8"?>
2<LifeSciConfigRecord xmlns="http://soap.sforce.com/2006/04/metadata">
3 <isActive>false</isActive>
4 <isOrgLevel>true</isOrgLevel>
5 <lifeSciConfigCategory>ApplicationSettings</lifeSciConfigCategory>
6 <masterLabel>ApplicationSettings_OrgLevel</masterLabel>
7</LifeSciConfigRecord>The following is an example package.xml that references the LifeSciConfigRecord component.
1<?xml version="1.0" encoding="UTF-8"?>
2<Package xmlns="http://soap.sforce.com/2006/04/metadata">
3 <types>
4 <members>ApplicationSettings_OrgLevel</members>
5 <name>LifeSciConfigRecord</name>
6 </types>
7 <version>65.0</version>
8</Package>