metadata_type_validator {salesforcer}R Documentation

Metadata Data Type Validator

Description

A function to create a variety of objects that are part of the Metadata API service Below is a list of objects and their required components to be created with this function:

Usage

metadata_type_validator(obj_type, obj_data)

Arguments

obj_type

a string from one of the object types described above

obj_data

a list of lists or a data.frame with the required inputs to create the the obj_type specified.

Details

AccessMapping

accessLevel

a character

object

a character

objectField

a character

userField

a character

AccountSettings

fullName

a character (inherited from Metadata)

enableAccountOwnerReport

a character either 'true' or 'false'

enableAccountTeams

a character either 'true' or 'false'

showViewHierarchyLink

a character either 'true' or 'false'

AccountSharingRuleSettings

caseAccessLevel

a character

contactAccessLevel

a character

opportunityAccessLevel

a character

ActionLinkGroupTemplate

fullName

a character (inherited from Metadata)

actionLinkTemplates

a ActionLinkTemplate

category

a PlatformActionGroupCategory - which is a character taking one of the following values:

  • Primary

  • Overflow

executionsAllowed

a ActionLinkExecutionsAllowed - which is a character taking one of the following values:

  • Once

  • OncePerUser

  • Unlimited

hoursUntilExpiration

an integer

isPublished

a character either 'true' or 'false'

name

a character

ActionLinkTemplate

actionUrl

a character

headers

a character

isConfirmationRequired

a character either 'true' or 'false'

isGroupDefault

a character either 'true' or 'false'

label

a character

labelKey

a character

linkType

a ActionLinkType - which is a character taking one of the following values:

  • API

  • APIAsync

  • Download

  • UI

method

a ActionLinkHttpMethod - which is a character taking one of the following values:

  • HttpDelete

  • HttpHead

  • HttpGet

  • HttpPatch

  • HttpPost

  • HttpPut

position

an integer

requestBody

a character

userAlias

a character

userVisibility

a ActionLinkUserVisibility - which is a character taking one of the following values:

  • Creator

  • Everyone

  • EveryoneButCreator

  • Manager

  • CustomUser

  • CustomExcludedUser

ActionOverride

actionName

a character

comment

a character

content

a character

formFactor

a FormFactor - which is a character taking one of the following values:

  • Small

  • Medium

  • Large

skipRecordTypeSelect

a character either 'true' or 'false'

type

a ActionOverrideType - which is a character taking one of the following values:

  • Default

  • Standard

  • Scontrol

  • Visualforce

  • Flexipage

  • LightningComponent

ActivitiesSettings

fullName

a character (inherited from Metadata)

allowUsersToRelateMultipleContactsToTasksAndEvents

a character either 'true' or 'false'

autoRelateEventAttendees

a character either 'true' or 'false'

enableActivityReminders

a character either 'true' or 'false'

enableClickCreateEvents

a character either 'true' or 'false'

enableDragAndDropScheduling

a character either 'true' or 'false'

enableEmailTracking

a character either 'true' or 'false'

enableGroupTasks

a character either 'true' or 'false'

enableListViewScheduling

a character either 'true' or 'false'

enableLogNote

a character either 'true' or 'false'

enableMultidayEvents

a character either 'true' or 'false'

enableRecurringEvents

a character either 'true' or 'false'

enableRecurringTasks

a character either 'true' or 'false'

enableSidebarCalendarShortcut

a character either 'true' or 'false'

enableSimpleTaskCreateUI

a character either 'true' or 'false'

enableUNSTaskDelegatedToNotifications

a character either 'true' or 'false'

meetingRequestsLogo

a character

showCustomLogoMeetingRequests

a character either 'true' or 'false'

showEventDetailsMultiUserCalendar

a character either 'true' or 'false'

showHomePageHoverLinksForEvents

a character either 'true' or 'false'

showMyTasksHoverLinks

a character either 'true' or 'false'

AddressSettings

fullName

a character (inherited from Metadata)

countriesAndStates

a CountriesAndStates

AdjustmentsSettings

enableAdjustments

a character either 'true' or 'false'

enableOwnerAdjustments

a character either 'true' or 'false'

AgentConfigAssignments

profiles

a AgentConfigProfileAssignments

users

a AgentConfigUserAssignments

AgentConfigButtons

button

a character

AgentConfigProfileAssignments

profile

a character

AgentConfigSkills

skill

a character

AgentConfigUserAssignments

user

a character

AnalyticsCloudComponentLayoutItem

assetType

a character

devName

a character

error

a character

filter

a character

height

an integer

hideOnError

a character either 'true' or 'false'

showHeader

a character either 'true' or 'false'

showSharing

a character either 'true' or 'false'

showTitle

a character either 'true' or 'false'

width

a character

AnalyticSnapshot

fullName

a character (inherited from Metadata)

description

a character

groupColumn

a character

mappings

a AnalyticSnapshotMapping

name

a character

runningUser

a character

sourceReport

a character

targetObject

a character

AnalyticSnapshotMapping

aggregateType

a ReportSummaryType - which is a character taking one of the following values:

  • Sum

  • Average

  • Maximum

  • Minimum

  • None

sourceField

a character

sourceType

a ReportJobSourceTypes - which is a character taking one of the following values:

  • tabular

  • summary

  • snapshot

targetField

a character

ApexClass

content

a character formed using base64encode (inherited from MetadataWithContent)

apiVersion

a numeric

packageVersions

a PackageVersion

status

a ApexCodeUnitStatus - which is a character taking one of the following values:

  • Inactive

  • Active

  • Deleted

ApexComponent

content

a character formed using base64encode (inherited from MetadataWithContent)

apiVersion

a numeric

description

a character

label

a character

packageVersions

a PackageVersion

ApexPage

content

a character formed using base64encode (inherited from MetadataWithContent)

apiVersion

a numeric

availableInTouch

a character either 'true' or 'false'

confirmationTokenRequired

a character either 'true' or 'false'

description

a character

label

a character

packageVersions

a PackageVersion

ApexTestSuite

fullName

a character (inherited from Metadata)

testClassName

a character

ApexTrigger

content

a character formed using base64encode (inherited from MetadataWithContent)

apiVersion

a numeric

packageVersions

a PackageVersion

status

a ApexCodeUnitStatus - which is a character taking one of the following values:

  • Inactive

  • Active

  • Deleted

AppActionOverride

actionName

a character (inherited from ActionOverride)

comment

a character (inherited from ActionOverride)

content

a character (inherited from ActionOverride)

formFactor

a FormFactor (inherited from ActionOverride)

skipRecordTypeSelect

a character either 'true' or 'false' (inherited from ActionOverride)

type

a ActionOverrideType (inherited from ActionOverride)

pageOrSobjectType

a character

AppBrand

footerColor

a character

headerColor

a character

logo

a character

logoVersion

an integer

shouldOverrideOrgTheme

a character either 'true' or 'false'

AppComponentList

alignment

a character

components

a character

AppMenu

fullName

a character (inherited from Metadata)

appMenuItems

a AppMenuItem

AppMenuItem

name

a character

type

a character

AppPreferences

enableCustomizeMyTabs

a character either 'true' or 'false'

enableKeyboardShortcuts

a character either 'true' or 'false'

enableListViewHover

a character either 'true' or 'false'

enableListViewReskin

a character either 'true' or 'false'

enableMultiMonitorComponents

a character either 'true' or 'false'

enablePinTabs

a character either 'true' or 'false'

enableTabHover

a character either 'true' or 'false'

enableTabLimits

a character either 'true' or 'false'

saveUserSessions

a character either 'true' or 'false'

AppProfileActionOverride

actionName

a character (inherited from ProfileActionOverride)

content

a character (inherited from ProfileActionOverride)

formFactor

a FormFactor (inherited from ProfileActionOverride)

pageOrSobjectType

a character (inherited from ProfileActionOverride)

recordType

a character (inherited from ProfileActionOverride)

type

a ActionOverrideType (inherited from ProfileActionOverride)

profile

a character

ApprovalAction

action

a WorkflowActionReference

ApprovalEntryCriteria

booleanFilter

a character

criteriaItems

a FilterItem

formula

a character

ApprovalPageField

field

a character

ApprovalProcess

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

allowRecall

a character either 'true' or 'false'

allowedSubmitters

a ApprovalSubmitter

approvalPageFields

a ApprovalPageField

approvalStep

a ApprovalStep

description

a character

emailTemplate

a character

enableMobileDeviceAccess

a character either 'true' or 'false'

entryCriteria

a ApprovalEntryCriteria

finalApprovalActions

a ApprovalAction

finalApprovalRecordLock

a character either 'true' or 'false'

finalRejectionActions

a ApprovalAction

finalRejectionRecordLock

a character either 'true' or 'false'

initialSubmissionActions

a ApprovalAction

label

a character

nextAutomatedApprover

a NextAutomatedApprover

postTemplate

a character

recallActions

a ApprovalAction

recordEditability

a RecordEditabilityType - which is a character taking one of the following values:

  • AdminOnly

  • AdminOrCurrentApprover

showApprovalHistory

a character either 'true' or 'false'

ApprovalStep

allowDelegate

a character either 'true' or 'false'

approvalActions

a ApprovalAction

assignedApprover

a ApprovalStepApprover

description

a character

entryCriteria

a ApprovalEntryCriteria

ifCriteriaNotMet

a StepCriteriaNotMetType - which is a character taking one of the following values:

  • ApproveRecord

  • RejectRecord

  • GotoNextStep

label

a character

name

a character

rejectBehavior

a ApprovalStepRejectBehavior

rejectionActions

a ApprovalAction

ApprovalStepApprover

approver

a Approver

whenMultipleApprovers

a RoutingType - which is a character taking one of the following values:

  • Unanimous

  • FirstResponse

ApprovalStepRejectBehavior

type

a StepRejectBehaviorType - which is a character taking one of the following values:

  • RejectRequest

  • BackToPrevious

ApprovalSubmitter

submitter

a character

type

a ProcessSubmitterType - which is a character taking one of the following values:

  • group

  • role

  • user

  • roleSubordinates

  • roleSubordinatesInternal

  • owner

  • creator

  • partnerUser

  • customerPortalUser

  • portalRole

  • portalRoleSubordinates

  • allInternalUsers

Approver

name

a character

type

a NextOwnerType - which is a character taking one of the following values:

  • adhoc

  • user

  • userHierarchyField

  • relatedUserField

  • queue

AppWorkspaceConfig

mappings

a WorkspaceMapping

ArticleTypeChannelDisplay

articleTypeTemplates

a ArticleTypeTemplate

ArticleTypeTemplate

channel

a Channel - which is a character taking one of the following values:

  • AllChannels

  • App

  • Pkb

  • Csp

  • Prm

page

a character

template

a Template - which is a character taking one of the following values:

  • Page

  • Tab

  • Toc

AssignmentRule

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

ruleEntry

a RuleEntry

AssignmentRules

fullName

a character (inherited from Metadata)

assignmentRule

a AssignmentRule

AssistantRecommendationType

fullName

a character (inherited from Metadata)

description

a character

masterLabel

a character

platformActionlist

a PlatformActionList

sobjectType

a character

title

a character

Attachment

content

a character formed using base64encode

name

a character

AuraDefinitionBundle

fullName

a character (inherited from Metadata)

SVGContent

a character formed using base64encode

apiVersion

a numeric

controllerContent

a character formed using base64encode

description

a character

designContent

a character formed using base64encode

documentationContent

a character formed using base64encode

helperContent

a character formed using base64encode

markup

a character formed using base64encode

modelContent

a character formed using base64encode

packageVersions

a PackageVersion

rendererContent

a character formed using base64encode

styleContent

a character formed using base64encode

testsuiteContent

a character formed using base64encode

type

a AuraBundleType - which is a character taking one of the following values:

  • Application

  • Component

  • Event

  • Interface

  • Tokens

AuthProvider

fullName

a character (inherited from Metadata)

authorizeUrl

a character

consumerKey

a character

consumerSecret

a character

customMetadataTypeRecord

a character

defaultScopes

a character

errorUrl

a character

executionUser

a character

friendlyName

a character

iconUrl

a character

idTokenIssuer

a character

includeOrgIdInIdentifier

a character either 'true' or 'false'

logoutUrl

a character

plugin

a character

portal

a character

providerType

a AuthProviderType - which is a character taking one of the following values:

  • Facebook

  • Janrain

  • Salesforce

  • OpenIdConnect

  • MicrosoftACS

  • LinkedIn

  • Twitter

  • Google

  • GitHub

  • Custom

registrationHandler

a character

sendAccessTokenInHeader

a character either 'true' or 'false'

sendClientCredentialsInHeader

a character either 'true' or 'false'

tokenUrl

a character

userInfoUrl

a character

AutoResponseRule

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

ruleEntry

a RuleEntry

AutoResponseRules

fullName

a character (inherited from Metadata)

autoResponseRule

a AutoResponseRule

BrandingSet

fullName

a character (inherited from Metadata)

brandingSetProperty

a BrandingSetProperty

description

a character

masterLabel

a character

type

a character

BrandingSetProperty

propertyName

a character

propertyValue

a character

BusinessHoursEntry

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

default

a character either 'true' or 'false'

fridayEndTime

a character formatted as 'hh:mm:ssZ

fridayStartTime

a character formatted as 'hh:mm:ssZ

mondayEndTime

a character formatted as 'hh:mm:ssZ

mondayStartTime

a character formatted as 'hh:mm:ssZ

name

a character

saturdayEndTime

a character formatted as 'hh:mm:ssZ

saturdayStartTime

a character formatted as 'hh:mm:ssZ

sundayEndTime

a character formatted as 'hh:mm:ssZ

sundayStartTime

a character formatted as 'hh:mm:ssZ

thursdayEndTime

a character formatted as 'hh:mm:ssZ

thursdayStartTime

a character formatted as 'hh:mm:ssZ

timeZoneId

a character

tuesdayEndTime

a character formatted as 'hh:mm:ssZ

tuesdayStartTime

a character formatted as 'hh:mm:ssZ

wednesdayEndTime

a character formatted as 'hh:mm:ssZ

wednesdayStartTime

a character formatted as 'hh:mm:ssZ

BusinessHoursSettings

fullName

a character (inherited from Metadata)

businessHours

a BusinessHoursEntry

holidays

a Holiday

BusinessProcess

fullName

a character (inherited from Metadata)

description

a character

isActive

a character either 'true' or 'false'

values

a PicklistValue

CallCenter

fullName

a character (inherited from Metadata)

adapterUrl

a character

customSettings

a character

displayName

a character

displayNameLabel

a character

internalNameLabel

a character

sections

a CallCenterSection

version

a character

CallCenterItem

label

a character

name

a character

value

a character

CallCenterSection

items

a CallCenterItem

label

a character

name

a character

CampaignInfluenceModel

fullName

a character (inherited from Metadata)

isActive

a character either 'true' or 'false'

isDefaultModel

a character either 'true' or 'false'

isModelLocked

a character either 'true' or 'false'

modelDescription

a character

name

a character

recordPreference

a character

CaseSettings

fullName

a character (inherited from Metadata)

caseAssignNotificationTemplate

a character

caseCloseNotificationTemplate

a character

caseCommentNotificationTemplate

a character

caseCreateNotificationTemplate

a character

caseFeedItemSettings

a FeedItemSettings

closeCaseThroughStatusChange

a character either 'true' or 'false'

defaultCaseOwner

a character

defaultCaseOwnerType

a character

defaultCaseUser

a character

emailActionDefaultsHandlerClass

a character

emailToCase

a EmailToCaseSettings

enableCaseFeed

a character either 'true' or 'false'

enableDraftEmails

a character either 'true' or 'false'

enableEarlyEscalationRuleTriggers

a character either 'true' or 'false'

enableEmailActionDefaultsHandler

a character either 'true' or 'false'

enableSuggestedArticlesApplication

a character either 'true' or 'false'

enableSuggestedArticlesCustomerPortal

a character either 'true' or 'false'

enableSuggestedArticlesPartnerPortal

a character either 'true' or 'false'

enableSuggestedSolutions

a character either 'true' or 'false'

keepRecordTypeOnAssignmentRule

a character either 'true' or 'false'

notifyContactOnCaseComment

a character either 'true' or 'false'

notifyDefaultCaseOwner

a character either 'true' or 'false'

notifyOwnerOnCaseComment

a character either 'true' or 'false'

notifyOwnerOnCaseOwnerChange

a character either 'true' or 'false'

showEmailAttachmentsInCaseAttachmentsRL

a character either 'true' or 'false'

showFewerCloseActions

a character either 'true' or 'false'

systemUserEmail

a character

useSystemEmailAddress

a character either 'true' or 'false'

useSystemUserAsDefaultCaseUser

a character either 'true' or 'false'

webToCase

a WebToCaseSettings

CaseSubjectParticle

fullName

a character (inherited from Metadata)

index

an integer

textField

a character

type

a CaseSubjectParticleType - which is a character taking one of the following values:

  • ProvidedString

  • Source

  • MessageType

  • SocialHandle

  • SocialNetwork

  • Sentiment

  • RealName

  • Content

  • PipeSeparator

  • ColonSeparator

  • HyphenSeparator

Certificate

content

a character formed using base64encode (inherited from MetadataWithContent)

caSigned

a character either 'true' or 'false'

encryptedWithPlatformEncryption

a character either 'true' or 'false'

expirationDate

a character formatted as 'yyyy-mm-ddThh:mm:ssZ'

keySize

an integer

masterLabel

a character

privateKeyExportable

a character either 'true' or 'false'

ChannelLayout

fullName

a character (inherited from Metadata)

enabledChannels

a character

label

a character

layoutItems

a ChannelLayoutItem

recordType

a character

ChannelLayoutItem

field

a character

ChartSummary

aggregate

a ReportSummaryType - which is a character taking one of the following values:

  • Sum

  • Average

  • Maximum

  • Minimum

  • None

axisBinding

a ChartAxis - which is a character taking one of the following values:

  • x

  • y

  • y2

  • r

column

a character

ChatterAnswersReputationLevel

name

a character

value

an integer

ChatterAnswersSettings

fullName

a character (inherited from Metadata)

emailFollowersOnBestAnswer

a character either 'true' or 'false'

emailFollowersOnReply

a character either 'true' or 'false'

emailOwnerOnPrivateReply

a character either 'true' or 'false'

emailOwnerOnReply

a character either 'true' or 'false'

enableAnswerViaEmail

a character either 'true' or 'false'

enableChatterAnswers

a character either 'true' or 'false'

enableFacebookSSO

a character either 'true' or 'false'

enableInlinePublisher

a character either 'true' or 'false'

enableReputation

a character either 'true' or 'false'

enableRichTextEditor

a character either 'true' or 'false'

facebookAuthProvider

a character

showInPortals

a character either 'true' or 'false'

ChatterExtension

fullName

a character (inherited from Metadata)

compositionComponent

a character

description

a character

extensionName

a character

headerText

a character

hoverText

a character

icon

a character

isProtected

a character either 'true' or 'false'

masterLabel

a character

renderComponent

a character

type

a ChatterExtensionType - which is a character taking one of the following values:

  • Lightning

ChatterMobileSettings

enablePushNotifications

a character either 'true' or 'false'

CleanDataService

fullName

a character (inherited from Metadata)

cleanRules

a CleanRule

description

a character

masterLabel

a character

matchEngine

a character

CleanRule

bulkEnabled

a character either 'true' or 'false'

bypassTriggers

a character either 'true' or 'false'

bypassWorkflow

a character either 'true' or 'false'

description

a character

developerName

a character

fieldMappings

a FieldMapping

masterLabel

a character

matchRule

a character

sourceSobjectType

a character

status

a CleanRuleStatus - which is a character taking one of the following values:

  • Inactive

  • Active

targetSobjectType

a character

CodeLocation

column

an integer

line

an integer

numExecutions

an integer

time

a numeric

Community

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

chatterAnswersFacebookSsoUrl

a character

communityFeedPage

a character

dataCategoryName

a character

description

a character

emailFooterDocument

a character

emailHeaderDocument

a character

emailNotificationUrl

a character

enableChatterAnswers

a character either 'true' or 'false'

enablePrivateQuestions

a character either 'true' or 'false'

expertsGroup

a character

portal

a character

reputationLevels

a ReputationLevels

showInPortal

a character either 'true' or 'false'

site

a character

CommunityCustomThemeLayoutType

description

a character

label

a character

CommunityRoles

customerUserRole

a character

employeeUserRole

a character

partnerUserRole

a character

CommunityTemplateBundleInfo

description

a character

image

a character

order

an integer

title

a character

type

a CommunityTemplateBundleInfoType - which is a character taking one of the following values:

  • Highlight

  • PreviewImage

CommunityTemplateDefinition

fullName

a character (inherited from Metadata)

baseTemplate

a CommunityBaseTemplate - which is a character taking one of the following values:

  • c

bundlesInfo

a CommunityTemplateBundleInfo

category

a CommunityTemplateCategory - which is a character taking one of the following values:

  • IT

  • Marketing

  • Sales

  • Service

defaultBrandingSet

a character

defaultThemeDefinition

a character

description

a character

enableExtendedCleanUpOnDelete

a character either 'true' or 'false'

masterLabel

a character

navigationLinkSet

a NavigationLinkSet

pageSetting

a CommunityTemplatePageSetting

CommunityTemplatePageSetting

page

a character

themeLayout

a character

CommunityThemeDefinition

fullName

a character (inherited from Metadata)

customThemeLayoutType

a CommunityCustomThemeLayoutType

description

a character

enableExtendedCleanUpOnDelete

a character either 'true' or 'false'

masterLabel

a character

themeSetting

a CommunityThemeSetting

CommunityThemeSetting

customThemeLayoutType

a character

themeLayout

a character

themeLayoutType

a CommunityThemeLayoutType - which is a character taking one of the following values:

  • Login

  • Home

  • Inner

CompactLayout

fullName

a character (inherited from Metadata)

fields

a character

label

a character

CompanySettings

fullName

a character (inherited from Metadata)

fiscalYear

a FiscalYearSettings

ComponentInstance

componentInstanceProperties

a ComponentInstanceProperty

componentName

a character

visibilityRule

a UiFormulaRule

ComponentInstanceProperty

name

a character

type

a ComponentInstancePropertyTypeEnum - which is a character taking one of the following values:

  • decorator

value

a character

ConnectedApp

fullName

a character (inherited from Metadata)

attributes

a ConnectedAppAttribute

canvasConfig

a ConnectedAppCanvasConfig

contactEmail

a character

contactPhone

a character

description

a character

iconUrl

a character

infoUrl

a character

ipRanges

a ConnectedAppIpRange

label

a character

logoUrl

a character

mobileAppConfig

a ConnectedAppMobileDetailConfig

mobileStartUrl

a character

oauthConfig

a ConnectedAppOauthConfig

plugin

a character

samlConfig

a ConnectedAppSamlConfig

startUrl

a character

ConnectedAppAttribute

formula

a character

key

a character

ConnectedAppCanvasConfig

accessMethod

a AccessMethod - which is a character taking one of the following values:

  • Get

  • Post

canvasUrl

a character

lifecycleClass

a character

locations

a CanvasLocationOptions - which is a character taking one of the following values:

  • None

  • Chatter

  • UserProfile

  • Visualforce

  • Aura

  • Publisher

  • ChatterFeed

  • ServiceDesk

  • OpenCTI

  • AppLauncher

  • MobileNav

  • PageLayout

options

a CanvasOptions - which is a character taking one of the following values:

  • HideShare

  • HideHeader

  • PersonalEnabled

samlInitiationMethod

a SamlInitiationMethod - which is a character taking one of the following values:

  • None

  • IdpInitiated

  • SpInitiated

ConnectedAppIpRange

description

a character

end

a character

start

a character

ConnectedAppMobileDetailConfig

applicationBinaryFile

a character formed using base64encode

applicationBinaryFileName

a character

applicationBundleIdentifier

a character

applicationFileLength

an integer

applicationIconFile

a character

applicationIconFileName

a character

applicationInstallUrl

a character

devicePlatform

a DevicePlatformType - which is a character taking one of the following values:

  • ios

  • android

deviceType

a DeviceType - which is a character taking one of the following values:

  • phone

  • tablet

  • minitablet

minimumOsVersion

a character

privateApp

a character either 'true' or 'false'

version

a character

ConnectedAppOauthConfig

callbackUrl

a character

certificate

a character

consumerKey

a character

consumerSecret

a character

scopes

a ConnectedAppOauthAccessScope - which is a character taking one of the following values:

  • Basic

  • Api

  • Web

  • Full

  • Chatter

  • CustomApplications

  • RefreshToken

  • OpenID

  • Profile

  • Email

  • Address

  • Phone

  • OfflineAccess

  • CustomPermissions

  • Wave

  • Eclair

singleLogoutUrl

a character

ConnectedAppSamlConfig

acsUrl

a character

certificate

a character

encryptionCertificate

a character

encryptionType

a SamlEncryptionType - which is a character taking one of the following values:

  • AES_128

  • AES_256

  • Triple_Des

entityUrl

a character

issuer

a character

samlIdpSLOBindingEnum

a SamlIdpSLOBinding - which is a character taking one of the following values:

  • RedirectBinding

  • PostBinding

samlNameIdFormat

a SamlNameIdFormatType - which is a character taking one of the following values:

  • Unspecified

  • EmailAddress

  • Persistent

  • Transient

samlSloUrl

a character

samlSubjectCustomAttr

a character

samlSubjectType

a SamlSubjectType - which is a character taking one of the following values:

  • Username

  • FederationId

  • UserId

  • SpokeId

  • CustomAttribute

  • PersistentId

Container

height

an integer

isContainerAutoSizeEnabled

a character either 'true' or 'false'

region

a character

sidebarComponents

a SidebarComponent

style

a character

unit

a character

width

an integer

ContentAsset

content

a character formed using base64encode (inherited from MetadataWithContent)

format

a ContentAssetFormat - which is a character taking one of the following values:

  • Original

  • ZippedVersions

language

a character

masterLabel

a character

originNetwork

a character

relationships

a ContentAssetRelationships

versions

a ContentAssetVersions

ContentAssetLink

access

a ContentAssetAccess - which is a character taking one of the following values:

  • VIEWER

  • COLLABORATOR

  • INFERRED

isManagingWorkspace

a character either 'true' or 'false'

name

a character

ContentAssetRelationships

insightsApplication

a ContentAssetLink

network

a ContentAssetLink

organization

a ContentAssetLink

workspace

a ContentAssetLink

ContentAssetVersion

number

a character

pathOnClient

a character

zipEntry

a character

ContentAssetVersions

version

a ContentAssetVersion

ContractSettings

fullName

a character (inherited from Metadata)

autoCalculateEndDate

a character either 'true' or 'false'

autoExpirationDelay

a character

autoExpirationRecipient

a character

autoExpireContracts

a character either 'true' or 'false'

enableContractHistoryTracking

a character either 'true' or 'false'

notifyOwnersOnContractExpiration

a character either 'true' or 'false'

CorsWhitelistOrigin

fullName

a character (inherited from Metadata)

urlPattern

a character

CountriesAndStates

countries

a Country

Country

active

a character either 'true' or 'false'

integrationValue

a character

isoCode

a character

label

a character

orgDefault

a character either 'true' or 'false'

standard

a character either 'true' or 'false'

states

a State

visible

a character either 'true' or 'false'

CspTrustedSite

fullName

a character (inherited from Metadata)

description

a character

endpointUrl

a character

isActive

a character either 'true' or 'false'

CustomApplication

fullName

a character (inherited from Metadata)

actionOverrides

a AppActionOverride

brand

a AppBrand

consoleConfig

a ServiceCloudConsoleConfig

defaultLandingTab

a character

description

a character

formFactors

a FormFactor - which is a character taking one of the following values:

  • Small

  • Medium

  • Large

isServiceCloudConsole

a character either 'true' or 'false'

label

a character

logo

a character

navType

a NavType - which is a character taking one of the following values:

  • Standard

  • Console

preferences

a AppPreferences

profileActionOverrides

a AppProfileActionOverride

setupExperience

a character

subscriberTabs

a character

tabs

a character

uiType

a UiType - which is a character taking one of the following values:

  • Aloha

  • Lightning

utilityBar

a character

workspaceConfig

a AppWorkspaceConfig

CustomApplicationComponent

fullName

a character (inherited from Metadata)

buttonIconUrl

a character

buttonStyle

a character

buttonText

a character

buttonWidth

an integer

height

an integer

isHeightFixed

a character either 'true' or 'false'

isHidden

a character either 'true' or 'false'

isWidthFixed

a character either 'true' or 'false'

visualforcePage

a character

width

an integer

CustomApplicationTranslation

label

a character

name

a character

CustomConsoleComponents

primaryTabComponents

a PrimaryTabComponents

subtabComponents

a SubtabComponents

CustomDataType

fullName

a character (inherited from Metadata)

customDataTypeComponents

a CustomDataTypeComponent

description

a character

displayFormula

a character

editComponentsOnSeparateLines

a character either 'true' or 'false'

label

a character

rightAligned

a character either 'true' or 'false'

supportComponentsInReports

a character either 'true' or 'false'

CustomDataTypeComponent

developerSuffix

a character

enforceFieldRequiredness

a character either 'true' or 'false'

label

a character

length

an integer

precision

an integer

scale

an integer

sortOrder

a SortOrder - which is a character taking one of the following values:

  • Asc

  • Desc

sortPriority

an integer

type

a FieldType - which is a character taking one of the following values:

  • AutoNumber

  • Lookup

  • MasterDetail

  • Checkbox

  • Currency

  • Date

  • DateTime

  • Email

  • Number

  • Percent

  • Phone

  • Picklist

  • MultiselectPicklist

  • Text

  • TextArea

  • LongTextArea

  • Html

  • Url

  • EncryptedText

  • Summary

  • Hierarchy

  • File

  • MetadataRelationship

  • Location

  • ExternalLookup

  • IndirectLookup

  • CustomDataType

  • Time

CustomDataTypeComponentTranslation

developerSuffix

a character

label

a character

CustomDataTypeTranslation

components

a CustomDataTypeComponentTranslation

customDataTypeName

a character

description

a character

label

a character

CustomExperience

fullName

a character (inherited from Metadata)

allowInternalUserLogin

a character either 'true' or 'false'

branding

a CustomExperienceBranding

changePasswordEmailTemplate

a character

emailFooterLogo

a character

emailFooterText

a character

emailSenderAddress

a character

emailSenderName

a character

enableErrorPageOverridesForVisualforce

a character either 'true' or 'false'

forgotPasswordEmailTemplate

a character

picassoSite

a character

sObjectType

a character

sendWelcomeEmail

a character either 'true' or 'false'

site

a character

siteAsContainerEnabled

a character either 'true' or 'false'

tabs

a CustomExperienceTabSet

urlPathPrefix

a character

welcomeEmailTemplate

a character

CustomExperienceBranding

loginFooterText

a character

loginLogo

a character

pageFooter

a character

pageHeader

a character

primaryColor

a character

primaryComplementColor

a character

quaternaryColor

a character

quaternaryComplementColor

a character

secondaryColor

a character

tertiaryColor

a character

tertiaryComplementColor

a character

zeronaryColor

a character

zeronaryComplementColor

a character

CustomExperienceTabSet

customTab

a character

defaultTab

a character

standardTab

a character

CustomFeedFilter

fullName

a character (inherited from Metadata)

criteria

a FeedFilterCriterion

description

a character

isProtected

a character either 'true' or 'false'

label

a character

CustomField

fullName

a character (inherited from Metadata)

businessOwnerGroup

a character

businessOwnerUser

a character

businessStatus

a character

caseSensitive

a character either 'true' or 'false'

customDataType

a character

defaultValue

a character

deleteConstraint

a DeleteConstraint - which is a character taking one of the following values:

  • Cascade

  • Restrict

  • SetNull

deprecated

a character either 'true' or 'false'

description

a character

displayFormat

a character

encrypted

a character either 'true' or 'false'

escapeMarkup

a character either 'true' or 'false'

externalDeveloperName

a character

externalId

a character either 'true' or 'false'

fieldManageability

a FieldManageability - which is a character taking one of the following values:

  • DeveloperControlled

  • SubscriberControlled

  • Locked

formula

a character

formulaTreatBlanksAs

a TreatBlanksAs - which is a character taking one of the following values:

  • BlankAsBlank

  • BlankAsZero

inlineHelpText

a character

isConvertLeadDisabled

a character either 'true' or 'false'

isFilteringDisabled

a character either 'true' or 'false'

isNameField

a character either 'true' or 'false'

isSortingDisabled

a character either 'true' or 'false'

label

a character

length

an integer

lookupFilter

a LookupFilter

maskChar

a EncryptedFieldMaskChar - which is a character taking one of the following values:

  • asterisk

  • X

maskType

a EncryptedFieldMaskType - which is a character taking one of the following values:

  • all

  • creditCard

  • ssn

  • lastFour

  • sin

  • nino

metadataRelationshipControllingField

a character

populateExistingRows

a character either 'true' or 'false'

precision

an integer

referenceTargetField

a character

referenceTo

a character

relationshipLabel

a character

relationshipName

a character

relationshipOrder

an integer

reparentableMasterDetail

a character either 'true' or 'false'

required

a character either 'true' or 'false'

restrictedAdminField

a character either 'true' or 'false'

scale

an integer

securityClassification

a SecurityClassification - which is a character taking one of the following values:

  • AccountInformation

  • ConfigurationAndUsageData

  • DataIntendedToBePublic

  • BusinessSetupDataBusinessDataAndAggregates

  • AssociativeBusinessOrPersonalData

  • AuthenticationData

startingNumber

an integer

stripMarkup

a character either 'true' or 'false'

summarizedField

a character

summaryFilterItems

a FilterItem

summaryForeignKey

a character

summaryOperation

a SummaryOperations - which is a character taking one of the following values:

  • count

  • sum

  • min

  • max

trackFeedHistory

a character either 'true' or 'false'

trackHistory

a character either 'true' or 'false'

trackTrending

a character either 'true' or 'false'

type

a FieldType - which is a character taking one of the following values:

  • AutoNumber

  • Lookup

  • MasterDetail

  • Checkbox

  • Currency

  • Date

  • DateTime

  • Email

  • Number

  • Percent

  • Phone

  • Picklist

  • MultiselectPicklist

  • Text

  • TextArea

  • LongTextArea

  • Html

  • Url

  • EncryptedText

  • Summary

  • Hierarchy

  • File

  • MetadataRelationship

  • Location

  • ExternalLookup

  • IndirectLookup

  • CustomDataType

  • Time

unique

a character either 'true' or 'false'

valueSet

a ValueSet

visibleLines

an integer

writeRequiresMasterRead

a character either 'true' or 'false'

CustomFieldTranslation

caseValues

a ObjectNameCaseValue

gender

a Gender - which is a character taking one of the following values:

  • Neuter

  • Masculine

  • Feminine

  • AnimateMasculine

help

a character

label

a character

lookupFilter

a LookupFilterTranslation

name

a character

picklistValues

a PicklistValueTranslation

relationshipLabel

a character

startsWith

a StartsWith - which is a character taking one of the following values:

  • Consonant

  • Vowel

  • Special

CustomLabel

fullName

a character (inherited from Metadata)

categories

a character

language

a character

protected

a character either 'true' or 'false'

shortDescription

a character

value

a character

CustomLabels

fullName

a character (inherited from Metadata)

labels

a CustomLabel

CustomLabelTranslation

label

a character

name

a character

CustomMetadata

fullName

a character (inherited from Metadata)

description

a character

label

a character

protected

a character either 'true' or 'false'

values

a CustomMetadataValue

CustomMetadataValue

field

a character

value

a character that appears similar to any of the other accepted types (integer, numeric, date, datetime, boolean)

CustomNotificationType

fullName

a character (inherited from Metadata)

customNotifTypeName

a character

description

a character

desktop

a character either 'true' or 'false'

email

a character either 'true' or 'false'

masterLabel

a character

mobile

a character either 'true' or 'false'

CustomObject

fullName

a character (inherited from Metadata)

actionOverrides

a ActionOverride

allowInChatterGroups

a character either 'true' or 'false'

articleTypeChannelDisplay

a ArticleTypeChannelDisplay

businessProcesses

a BusinessProcess

compactLayoutAssignment

a character

compactLayouts

a CompactLayout

customHelp

a character

customHelpPage

a character

customSettingsType

a CustomSettingsType - which is a character taking one of the following values:

  • List

  • Hierarchy

dataStewardGroup

a character

dataStewardUser

a character

deploymentStatus

a DeploymentStatus - which is a character taking one of the following values:

  • InDevelopment

  • Deployed

deprecated

a character either 'true' or 'false'

description

a character

enableActivities

a character either 'true' or 'false'

enableBulkApi

a character either 'true' or 'false'

enableChangeDataCapture

a character either 'true' or 'false'

enableDivisions

a character either 'true' or 'false'

enableEnhancedLookup

a character either 'true' or 'false'

enableFeeds

a character either 'true' or 'false'

enableHistory

a character either 'true' or 'false'

enableReports

a character either 'true' or 'false'

enableSearch

a character either 'true' or 'false'

enableSharing

a character either 'true' or 'false'

enableStreamingApi

a character either 'true' or 'false'

eventType

a PlatformEventType - which is a character taking one of the following values:

  • HighVolume

  • StandardVolume

externalDataSource

a character

externalName

a character

externalRepository

a character

externalSharingModel

a SharingModel - which is a character taking one of the following values:

  • Private

  • Read

  • ReadSelect

  • ReadWrite

  • ReadWriteTransfer

  • FullAccess

  • ControlledByParent

fieldSets

a FieldSet

fields

a CustomField

gender

a Gender - which is a character taking one of the following values:

  • Neuter

  • Masculine

  • Feminine

  • AnimateMasculine

historyRetentionPolicy

a HistoryRetentionPolicy

household

a character either 'true' or 'false'

indexes

a Index

label

a character

listViews

a ListView

nameField

a CustomField

pluralLabel

a character

recordTypeTrackFeedHistory

a character either 'true' or 'false'

recordTypeTrackHistory

a character either 'true' or 'false'

recordTypes

a RecordType

searchLayouts

a SearchLayouts

sharingModel

a SharingModel - which is a character taking one of the following values:

  • Private

  • Read

  • ReadSelect

  • ReadWrite

  • ReadWriteTransfer

  • FullAccess

  • ControlledByParent

sharingReasons

a SharingReason

sharingRecalculations

a SharingRecalculation

startsWith

a StartsWith - which is a character taking one of the following values:

  • Consonant

  • Vowel

  • Special

validationRules

a ValidationRule

visibility

a SetupObjectVisibility - which is a character taking one of the following values:

  • Protected

  • Public

webLinks

a WebLink

CustomObjectTranslation

fullName

a character (inherited from Metadata)

caseValues

a ObjectNameCaseValue

fieldSets

a FieldSetTranslation

fields

a CustomFieldTranslation

gender

a Gender - which is a character taking one of the following values:

  • Neuter

  • Masculine

  • Feminine

  • AnimateMasculine

layouts

a LayoutTranslation

nameFieldLabel

a character

quickActions

a QuickActionTranslation

recordTypes

a RecordTypeTranslation

sharingReasons

a SharingReasonTranslation

standardFields

a StandardFieldTranslation

startsWith

a StartsWith - which is a character taking one of the following values:

  • Consonant

  • Vowel

  • Special

validationRules

a ValidationRuleTranslation

webLinks

a WebLinkTranslation

workflowTasks

a WorkflowTaskTranslation

CustomPageWebLink

fullName

a character (inherited from Metadata)

availability

a WebLinkAvailability - which is a character taking one of the following values:

  • online

  • offline

description

a character

displayType

a WebLinkDisplayType - which is a character taking one of the following values:

  • link

  • button

  • massActionButton

encodingKey

a Encoding - which is a character taking one of the following values:

  • UTF-8

  • ISO-8859-1

  • Shift_JIS

  • ISO-2022-JP

  • EUC-JP

  • ks_c_5601-1987

  • Big5

  • GB2312

  • Big5-HKSCS

  • x-SJIS_0213

hasMenubar

a character either 'true' or 'false'

hasScrollbars

a character either 'true' or 'false'

hasToolbar

a character either 'true' or 'false'

height

an integer

isResizable

a character either 'true' or 'false'

linkType

a WebLinkType - which is a character taking one of the following values:

  • url

  • sControl

  • javascript

  • page

  • flow

masterLabel

a character

openType

a WebLinkWindowType - which is a character taking one of the following values:

  • newWindow

  • sidebar

  • noSidebar

  • replace

  • onClickJavaScript

page

a character

position

a WebLinkPosition - which is a character taking one of the following values:

  • fullScreen

  • none

  • topLeft

protected

a character either 'true' or 'false'

requireRowSelection

a character either 'true' or 'false'

scontrol

a character

showsLocation

a character either 'true' or 'false'

showsStatus

a character either 'true' or 'false'

url

a character

width

an integer

CustomPageWebLinkTranslation

label

a character

name

a character

CustomPermission

fullName

a character (inherited from Metadata)

connectedApp

a character

description

a character

label

a character

requiredPermission

a CustomPermissionDependencyRequired

CustomPermissionDependencyRequired

customPermission

a character

dependency

a character either 'true' or 'false'

CustomShortcut

action

a character (inherited from DefaultShortcut)

active

a character either 'true' or 'false' (inherited from DefaultShortcut)

keyCommand

a character (inherited from DefaultShortcut)

description

a character

eventName

a character

CustomSite

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

allowHomePage

a character either 'true' or 'false'

allowStandardAnswersPages

a character either 'true' or 'false'

allowStandardIdeasPages

a character either 'true' or 'false'

allowStandardLookups

a character either 'true' or 'false'

allowStandardPortalPages

a character either 'true' or 'false'

allowStandardSearch

a character either 'true' or 'false'

analyticsTrackingCode

a character

authorizationRequiredPage

a character

bandwidthExceededPage

a character

browserXssProtection

a character either 'true' or 'false'

changePasswordPage

a character

chatterAnswersForgotPasswordConfirmPage

a character

chatterAnswersForgotPasswordPage

a character

chatterAnswersHelpPage

a character

chatterAnswersLoginPage

a character

chatterAnswersRegistrationPage

a character

clickjackProtectionLevel

a SiteClickjackProtectionLevel - which is a character taking one of the following values:

  • AllowAllFraming

  • SameOriginOnly

  • NoFraming

contentSniffingProtection

a character either 'true' or 'false'

cspUpgradeInsecureRequests

a character either 'true' or 'false'

customWebAddresses

a SiteWebAddress

description

a character

favoriteIcon

a character

fileNotFoundPage

a character

forgotPasswordPage

a character

genericErrorPage

a character

guestProfile

a character

inMaintenancePage

a character

inactiveIndexPage

a character

indexPage

a character

masterLabel

a character

myProfilePage

a character

portal

a character

referrerPolicyOriginWhenCrossOrigin

a character either 'true' or 'false'

requireHttps

a character either 'true' or 'false'

requireInsecurePortalAccess

a character either 'true' or 'false'

robotsTxtPage

a character

rootComponent

a character

selfRegPage

a character

serverIsDown

a character

siteAdmin

a character

siteRedirectMappings

a SiteRedirectMapping

siteTemplate

a character

siteType

a SiteType - which is a character taking one of the following values:

  • Siteforce

  • Visualforce

  • User

subdomain

a character

urlPathPrefix

a character

CustomTab

fullName

a character (inherited from Metadata)

actionOverrides

a ActionOverride

auraComponent

a character

customObject

a character either 'true' or 'false'

description

a character

flexiPage

a character

frameHeight

an integer

hasSidebar

a character either 'true' or 'false'

icon

a character

label

a character

mobileReady

a character either 'true' or 'false'

motif

a character

page

a character

scontrol

a character

splashPageLink

a character

url

a character

urlEncodingKey

a Encoding - which is a character taking one of the following values:

  • UTF-8

  • ISO-8859-1

  • Shift_JIS

  • ISO-2022-JP

  • EUC-JP

  • ks_c_5601-1987

  • Big5

  • GB2312

  • Big5-HKSCS

  • x-SJIS_0213

CustomTabTranslation

label

a character

name

a character

CustomValue

fullName

a character (inherited from Metadata)

color

a character

default

a character either 'true' or 'false'

description

a character

isActive

a character either 'true' or 'false'

label

a character

Dashboard

fullName

a character (inherited from Metadata)

backgroundEndColor

a character

backgroundFadeDirection

a ChartBackgroundDirection - which is a character taking one of the following values:

  • TopToBottom

  • LeftToRight

  • Diagonal

backgroundStartColor

a character

chartTheme

a ChartTheme - which is a character taking one of the following values:

  • light

  • dark

colorPalette

a ChartColorPalettes - which is a character taking one of the following values:

  • Default

  • gray

  • colorSafe

  • unity

  • justice

  • nightfall

  • sunrise

  • bluegrass

  • tropic

  • heat

  • dusk

  • pond

  • watermelon

  • fire

  • water

  • earth

  • accessible

dashboardChartTheme

a ChartTheme - which is a character taking one of the following values:

  • light

  • dark

dashboardColorPalette

a ChartColorPalettes - which is a character taking one of the following values:

  • Default

  • gray

  • colorSafe

  • unity

  • justice

  • nightfall

  • sunrise

  • bluegrass

  • tropic

  • heat

  • dusk

  • pond

  • watermelon

  • fire

  • water

  • earth

  • accessible

dashboardFilters

a DashboardFilter

dashboardGridLayout

a DashboardGridLayout

dashboardResultRefreshedDate

a character

dashboardResultRunningUser

a character

dashboardType

a DashboardType - which is a character taking one of the following values:

  • SpecifiedUser

  • LoggedInUser

  • MyTeamUser

description

a character

folderName

a character

isGridLayout

a character either 'true' or 'false'

leftSection

a DashboardComponentSection

middleSection

a DashboardComponentSection

numSubscriptions

an integer

rightSection

a DashboardComponentSection

runningUser

a character

textColor

a character

title

a character

titleColor

a character

titleSize

an integer

DashboardComponent

autoselectColumnsFromReport

a character either 'true' or 'false'

chartAxisRange

a ChartRangeType - which is a character taking one of the following values:

  • Auto

  • Manual

chartAxisRangeMax

a numeric

chartAxisRangeMin

a numeric

chartSummary

a ChartSummary

componentChartTheme

a ChartTheme - which is a character taking one of the following values:

  • light

  • dark

componentType

a DashboardComponentType - which is a character taking one of the following values:

  • Bar

  • BarGrouped

  • BarStacked

  • BarStacked100

  • Column

  • ColumnGrouped

  • ColumnStacked

  • ColumnStacked100

  • Line

  • LineGrouped

  • Pie

  • Table

  • Metric

  • Gauge

  • LineCumulative

  • LineGroupedCumulative

  • Scontrol

  • VisualforcePage

  • Donut

  • Funnel

  • ColumnLine

  • ColumnLineGrouped

  • ColumnLineStacked

  • ColumnLineStacked100

  • Scatter

  • ScatterGrouped

  • FlexTable

dashboardFilterColumns

a DashboardFilterColumn

dashboardTableColumn

a DashboardTableColumn

displayUnits

a ChartUnits - which is a character taking one of the following values:

  • Auto

  • Integer

  • Hundreds

  • Thousands

  • Millions

  • Billions

  • Trillions

drillDownUrl

a character

drillEnabled

a character either 'true' or 'false'

drillToDetailEnabled

a character either 'true' or 'false'

enableHover

a character either 'true' or 'false'

expandOthers

a character either 'true' or 'false'

flexComponentProperties

a DashboardFlexTableComponentProperties

footer

a character

gaugeMax

a numeric

gaugeMin

a numeric

groupingColumn

a character

header

a character

indicatorBreakpoint1

a numeric

indicatorBreakpoint2

a numeric

indicatorHighColor

a character

indicatorLowColor

a character

indicatorMiddleColor

a character

legendPosition

a ChartLegendPosition - which is a character taking one of the following values:

  • Right

  • Bottom

  • OnChart

maxValuesDisplayed

an integer

metricLabel

a character

page

a character

pageHeightInPixels

an integer

report

a character

scontrol

a character

scontrolHeightInPixels

an integer

showPercentage

a character either 'true' or 'false'

showPicturesOnCharts

a character either 'true' or 'false'

showPicturesOnTables

a character either 'true' or 'false'

showRange

a character either 'true' or 'false'

showTotal

a character either 'true' or 'false'

showValues

a character either 'true' or 'false'

sortBy

a DashboardComponentFilter - which is a character taking one of the following values:

  • RowLabelAscending

  • RowLabelDescending

  • RowValueAscending

  • RowValueDescending

title

a character

useReportChart

a character either 'true' or 'false'

DashboardComponentColumn

breakPoint1

a numeric

breakPoint2

a numeric

breakPointOrder

an integer

highRangeColor

an integer

lowRangeColor

an integer

midRangeColor

an integer

reportColumn

a character

showTotal

a character either 'true' or 'false'

type

a DashboardComponentColumnType - which is a character taking one of the following values:

  • NA

DashboardComponentSection

columnSize

a DashboardComponentSize - which is a character taking one of the following values:

  • Narrow

  • Medium

  • Wide

components

a DashboardComponent

DashboardComponentSortInfo

sortColumn

a character

sortOrder

a character

DashboardFilter

dashboardFilterOptions

a DashboardFilterOption

name

a character

DashboardFilterColumn

column

a character

DashboardFilterOption

operator

a DashboardFilterOperation - which is a character taking one of the following values:

  • equals

  • notEqual

  • lessThan

  • greaterThan

  • lessOrEqual

  • greaterOrEqual

  • contains

  • notContain

  • startsWith

  • includes

  • excludes

  • between

values

a character

DashboardFlexTableComponentProperties

flexTableColumn

a DashboardComponentColumn

flexTableSortInfo

a DashboardComponentSortInfo

hideChatterPhotos

a character either 'true' or 'false'

DashboardFolder

accessType

a FolderAccessTypes (inherited from Folder)

folderShares

a FolderShare (inherited from Folder)

name

a character (inherited from Folder)

publicFolderAccess

a PublicFolderAccess (inherited from Folder)

sharedTo

a SharedTo (inherited from Folder)

DashboardGridComponent

colSpan

an integer

columnIndex

an integer

dashboardComponent

a DashboardComponent

rowIndex

an integer

rowSpan

an integer

DashboardGridLayout

dashboardGridComponents

a DashboardGridComponent

numberOfColumns

an integer

rowHeight

an integer

DashboardMobileSettings

enableDashboardIPadApp

a character either 'true' or 'false'

DashboardTableColumn

aggregateType

a ReportSummaryType - which is a character taking one of the following values:

  • Sum

  • Average

  • Maximum

  • Minimum

  • None

calculatePercent

a character either 'true' or 'false'

column

a character

decimalPlaces

an integer

showTotal

a character either 'true' or 'false'

sortBy

a DashboardComponentFilter - which is a character taking one of the following values:

  • RowLabelAscending

  • RowLabelDescending

  • RowValueAscending

  • RowValueDescending

DataCategory

dataCategory

a DataCategory

label

a character

name

a character

DataCategoryGroup

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

dataCategory

a DataCategory

description

a character

label

a character

objectUsage

a ObjectUsage

DataPipeline

content

a character formed using base64encode (inherited from MetadataWithContent)

apiVersion

a numeric

label

a character

scriptType

a DataPipelineType - which is a character taking one of the following values:

  • Pig

DefaultShortcut

action

a character

active

a character either 'true' or 'false'

keyCommand

a character

DelegateGroup

fullName

a character (inherited from Metadata)

customObjects

a character

groups

a character

label

a character

loginAccess

a character either 'true' or 'false'

permissionSets

a character

profiles

a character

roles

a character

DeployDetails

componentFailures

a DeployMessage

componentSuccesses

a DeployMessage

retrieveResult

a RetrieveResult

runTestResult

a RunTestsResult

DeployOptions

allowMissingFiles

a character either 'true' or 'false'

autoUpdatePackage

a character either 'true' or 'false'

checkOnly

a character either 'true' or 'false'

ignoreWarnings

a character either 'true' or 'false'

performRetrieve

a character either 'true' or 'false'

purgeOnDelete

a character either 'true' or 'false'

rollbackOnError

a character either 'true' or 'false'

runTests

a character

singlePackage

a character either 'true' or 'false'

testLevel

a TestLevel - which is a character taking one of the following values:

  • NoTestRun

  • RunSpecifiedTests

  • RunLocalTests

  • RunAllTestsInOrg

DescribeMetadataObject

childXmlNames

a character

directoryName

a character

inFolder

a character either 'true' or 'false'

metaFile

a character either 'true' or 'false'

suffix

a character

xmlName

a character

Document

content

a character formed using base64encode (inherited from MetadataWithContent)

description

a character

internalUseOnly

a character either 'true' or 'false'

keywords

a character

name

a character

public

a character either 'true' or 'false'

DocumentFolder

accessType

a FolderAccessTypes (inherited from Folder)

folderShares

a FolderShare (inherited from Folder)

name

a character (inherited from Folder)

publicFolderAccess

a PublicFolderAccess (inherited from Folder)

sharedTo

a SharedTo (inherited from Folder)

DuplicateRule

fullName

a character (inherited from Metadata)

actionOnInsert

a DupeActionType - which is a character taking one of the following values:

  • Allow

  • Block

actionOnUpdate

a DupeActionType - which is a character taking one of the following values:

  • Allow

  • Block

alertText

a character

description

a character

duplicateRuleFilter

a DuplicateRuleFilter

duplicateRuleMatchRules

a DuplicateRuleMatchRule

isActive

a character either 'true' or 'false'

masterLabel

a character

operationsOnInsert

a character

operationsOnUpdate

a character

securityOption

a DupeSecurityOptionType - which is a character taking one of the following values:

  • EnforceSharingRules

  • BypassSharingRules

sortOrder

an integer

DuplicateRuleFilter

booleanFilter

a character

duplicateRuleFilterItems

a DuplicateRuleFilterItem

DuplicateRuleFilterItem

field

a character (inherited from FilterItem)

operation

a FilterOperation (inherited from FilterItem)

value

a character (inherited from FilterItem)

valueField

a character (inherited from FilterItem)

sortOrder

an integer

table

a character

DuplicateRuleMatchRule

matchRuleSObjectType

a character

matchingRule

a character

objectMapping

a ObjectMapping

EclairGeoData

content

a character formed using base64encode (inherited from MetadataWithContent)

maps

a EclairMap

masterLabel

a character

EclairMap

boundingBoxBottom

a numeric

boundingBoxLeft

a numeric

boundingBoxRight

a numeric

boundingBoxTop

a numeric

mapLabel

a character

mapName

a character

projection

a character

EmailFolder

accessType

a FolderAccessTypes (inherited from Folder)

folderShares

a FolderShare (inherited from Folder)

name

a character (inherited from Folder)

publicFolderAccess

a PublicFolderAccess (inherited from Folder)

sharedTo

a SharedTo (inherited from Folder)

EmailServicesAddress

authorizedSenders

a character

developerName

a character

isActive

a character either 'true' or 'false'

localPart

a character

runAsUser

a character

EmailServicesFunction

fullName

a character (inherited from Metadata)

apexClass

a character

attachmentOption

a EmailServicesAttOptions - which is a character taking one of the following values:

  • None

  • TextOnly

  • BinaryOnly

  • All

  • NoContent

authenticationFailureAction

a EmailServicesErrorAction - which is a character taking one of the following values:

  • UseSystemDefault

  • Bounce

  • Discard

  • Requeue

authorizationFailureAction

a EmailServicesErrorAction - which is a character taking one of the following values:

  • UseSystemDefault

  • Bounce

  • Discard

  • Requeue

authorizedSenders

a character

emailServicesAddresses

a EmailServicesAddress

errorRoutingAddress

a character

functionInactiveAction

a EmailServicesErrorAction - which is a character taking one of the following values:

  • UseSystemDefault

  • Bounce

  • Discard

  • Requeue

functionName

a character

isActive

a character either 'true' or 'false'

isAuthenticationRequired

a character either 'true' or 'false'

isErrorRoutingEnabled

a character either 'true' or 'false'

isTextAttachmentsAsBinary

a character either 'true' or 'false'

isTlsRequired

a character either 'true' or 'false'

overLimitAction

a EmailServicesErrorAction - which is a character taking one of the following values:

  • UseSystemDefault

  • Bounce

  • Discard

  • Requeue

EmailTemplate

content

a character formed using base64encode (inherited from MetadataWithContent)

apiVersion

a numeric

attachedDocuments

a character

attachments

a Attachment

available

a character either 'true' or 'false'

description

a character

encodingKey

a Encoding - which is a character taking one of the following values:

  • UTF-8

  • ISO-8859-1

  • Shift_JIS

  • ISO-2022-JP

  • EUC-JP

  • ks_c_5601-1987

  • Big5

  • GB2312

  • Big5-HKSCS

  • x-SJIS_0213

letterhead

a character

name

a character

packageVersions

a PackageVersion

relatedEntityType

a character

style

a EmailTemplateStyle - which is a character taking one of the following values:

  • none

  • freeForm

  • formalLetter

  • promotionRight

  • promotionLeft

  • newsletter

  • products

subject

a character

textOnly

a character

type

a EmailTemplateType - which is a character taking one of the following values:

  • text

  • html

  • custom

  • visualforce

uiType

a EmailTemplateUiType - which is a character taking one of the following values:

  • Aloha

  • SFX

  • SFX_Sample

EmailToCaseRoutingAddress

addressType

a EmailToCaseRoutingAddressType - which is a character taking one of the following values:

  • EmailToCase

  • Outlook

authorizedSenders

a character

caseOrigin

a character

caseOwner

a character

caseOwnerType

a character

casePriority

a character

createTask

a character either 'true' or 'false'

emailAddress

a character

emailServicesAddress

a character

isVerified

a character either 'true' or 'false'

routingName

a character

saveEmailHeaders

a character either 'true' or 'false'

taskStatus

a character

EmailToCaseSettings

enableE2CSourceTracking

a character either 'true' or 'false'

enableEmailToCase

a character either 'true' or 'false'

enableHtmlEmail

a character either 'true' or 'false'

enableOnDemandEmailToCase

a character either 'true' or 'false'

enableThreadIDInBody

a character either 'true' or 'false'

enableThreadIDInSubject

a character either 'true' or 'false'

notifyOwnerOnNewCaseEmail

a character either 'true' or 'false'

overEmailLimitAction

a EmailToCaseOnFailureActionType - which is a character taking one of the following values:

  • Bounce

  • Discard

  • Requeue

preQuoteSignature

a character either 'true' or 'false'

routingAddresses

a EmailToCaseRoutingAddress

unauthorizedSenderAction

a EmailToCaseOnFailureActionType - which is a character taking one of the following values:

  • Bounce

  • Discard

  • Requeue

EmbeddedServiceBranding

fullName

a character (inherited from Metadata)

contrastInvertedColor

a character

contrastPrimaryColor

a character

embeddedServiceConfig

a character

font

a character

masterLabel

a character

navBarColor

a character

primaryColor

a character

secondaryColor

a character

EmbeddedServiceConfig

fullName

a character (inherited from Metadata)

masterLabel

a character

site

a character

EmbeddedServiceFieldService

fullName

a character (inherited from Metadata)

appointmentBookingFlowName

a character

cancelApptBookingFlowName

a character

embeddedServiceConfig

a character

enabled

a character either 'true' or 'false'

fieldServiceConfirmCardImg

a character

fieldServiceHomeImg

a character

fieldServiceLogoImg

a character

masterLabel

a character

modifyApptBookingFlowName

a character

shouldShowExistingAppointment

a character either 'true' or 'false'

shouldShowNewAppointment

a character either 'true' or 'false'

EmbeddedServiceLiveAgent

fullName

a character (inherited from Metadata)

avatarImg

a character

customPrechatComponent

a character

embeddedServiceConfig

a character

embeddedServiceQuickActions

a EmbeddedServiceQuickAction

enabled

a character either 'true' or 'false'

fontSize

a EmbeddedServiceFontSize - which is a character taking one of the following values:

  • Small

  • Medium

  • Large

headerBackgroundImg

a character

liveAgentChatUrl

a character

liveAgentContentUrl

a character

liveChatButton

a character

liveChatDeployment

a character

masterLabel

a character

prechatBackgroundImg

a character

prechatEnabled

a character either 'true' or 'false'

prechatJson

a character

scenario

a EmbeddedServiceScenario - which is a character taking one of the following values:

  • Sales

  • Service

  • Basic

smallCompanyLogoImg

a character

waitingStateBackgroundImg

a character

EmbeddedServiceQuickAction

embeddedServiceLiveAgent

a character

order

an integer

quickActionDefinition

a character

EntitlementProcess

fullName

a character (inherited from Metadata)

SObjectType

a character

active

a character either 'true' or 'false'

businessHours

a character

description

a character

entryStartDateField

a character

exitCriteriaBooleanFilter

a character

exitCriteriaFilterItems

a FilterItem

exitCriteriaFormula

a character

isRecordTypeApplied

a character either 'true' or 'false'

isVersionDefault

a character either 'true' or 'false'

milestones

a EntitlementProcessMilestoneItem

name

a character

recordType

a character

versionMaster

a character

versionNotes

a character

versionNumber

an integer

EntitlementProcessMilestoneItem

businessHours

a character

criteriaBooleanFilter

a character

milestoneCriteriaFilterItems

a FilterItem

milestoneCriteriaFormula

a character

milestoneName

a character

minutesCustomClass

a character

minutesToComplete

an integer

successActions

a WorkflowActionReference

timeTriggers

a EntitlementProcessMilestoneTimeTrigger

useCriteriaStartTime

a character either 'true' or 'false'

EntitlementProcessMilestoneTimeTrigger

actions

a WorkflowActionReference

timeLength

an integer

workflowTimeTriggerUnit

a MilestoneTimeUnits - which is a character taking one of the following values:

  • Minutes

  • Hours

  • Days

EntitlementSettings

fullName

a character (inherited from Metadata)

assetLookupLimitedToActiveEntitlementsOnAccount

a character either 'true' or 'false'

assetLookupLimitedToActiveEntitlementsOnContact

a character either 'true' or 'false'

assetLookupLimitedToSameAccount

a character either 'true' or 'false'

assetLookupLimitedToSameContact

a character either 'true' or 'false'

enableEntitlementVersioning

a character either 'true' or 'false'

enableEntitlements

a character either 'true' or 'false'

entitlementLookupLimitedToActiveStatus

a character either 'true' or 'false'

entitlementLookupLimitedToSameAccount

a character either 'true' or 'false'

entitlementLookupLimitedToSameAsset

a character either 'true' or 'false'

entitlementLookupLimitedToSameContact

a character either 'true' or 'false'

EntitlementTemplate

fullName

a character (inherited from Metadata)

businessHours

a character

casesPerEntitlement

an integer

entitlementProcess

a character

isPerIncident

a character either 'true' or 'false'

term

an integer

type

a character

EscalationAction

assignedTo

a character

assignedToTemplate

a character

assignedToType

a AssignToLookupValueType - which is a character taking one of the following values:

  • User

  • Queue

minutesToEscalation

an integer

notifyCaseOwner

a character either 'true' or 'false'

notifyEmail

a character

notifyTo

a character

notifyToTemplate

a character

EscalationRule

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

ruleEntry

a RuleEntry

EscalationRules

fullName

a character (inherited from Metadata)

escalationRule

a EscalationRule

EventDelivery

fullName

a character (inherited from Metadata)

eventParameters

a EventParameterMap

eventSubscription

a character

referenceData

a character

type

a EventDeliveryType - which is a character taking one of the following values:

  • StartFlow

  • ResumeFlow

EventParameterMap

parameterName

a character

parameterValue

a character

EventSubscription

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

eventParameters

a EventParameterMap

eventType

a character

referenceData

a character

ExtendedErrorDetails

extendedErrorCode

a ExtendedErrorCode - which is a character taking one of the following values:

  • ACTIONCALL_DUPLICATE_INPUT_PARAM - Errors with this extended error code have the following properties: actionCallName, parameterName

  • ACTIONCALL_DUPLICATE_OUTPUT_PARAM - Errors with this extended error code have the following properties: actionCallName, parameterName

  • ACTIONCALL_MISSING_NAME - Errors with this extended error code have the following properties:

  • ACTIONCALL_MISSING_REQUIRED_PARAM - Errors with this extended error code have the following properties: actionCallName, parameterName

  • ACTIONCALL_MISSING_REQUIRED_TYPE - Errors with this extended error code have the following properties: actionCallName

  • ACTIONCALL_NOT_FOUND_WITH_NAME_AND_TYPE - Errors with this extended error code have the following properties:

  • ACTIONCALL_NOT_SUPPORTED_FOR_PROCESSTYPE - Errors with this extended error code have the following properties: processType

  • APEXCALLOUT_INPUT_DUPLICATE - Errors with this extended error code have the following properties: apexClassName, parameterName

  • APEXCALLOUT_INPUT_INCOMPATIBLE_DATATYPE - Errors with this extended error code have the following properties: apexClassName, parameterName

  • APEXCALLOUT_INVALID - Errors with this extended error code have the following properties: apexClassName

  • APEXCALLOUT_MISSING_CLASSNAME - Errors with this extended error code have the following properties: apexClassName

  • APEXCALLOUT_NOT_FOUND - Errors with this extended error code have the following properties: apexClassName

  • APEXCALLOUT_OUTPUT_INCOMPATIBLE_DATATYPE - Errors with this extended error code have the following properties: apexClassName, parameterName

  • APEXCALLOUT_OUTPUT_NOT_FOUND - Errors with this extended error code have the following properties: apexClassName, parameterName

  • APEXCALLOUT_REQUIRED_INPUT_MISSING - Errors with this extended error code have the following properties: apexClassName, parameterName

  • APEXCLASS_MISSING_INTERFACE - Errors with this extended error code have the following properties: apexClassName, parentScreenFieldName

  • ASSIGNMENTITEM_ELEMENT_MISSING_DATATYPE - Errors with this extended error code have the following properties: assignmentName, operatorName, elementName

  • ASSIGNMENTITEM_ELEMENT_NOT_SUPPORTED - Errors with this extended error code have the following properties: elementName, assignmentName, elementType

  • ASSIGNMENTITEM_FIELD_INVALID_DATATYPE - Errors with this extended error code have the following properties: fieldValue, dataType, incompatibleDataType

  • ASSIGNMENTITEM_FIELD_INVALID_DATATYPE_WITH_ELEMENT - Errors with this extended error code have the following properties: elementName, acceptedDataType, dataType, fieldValue

  • ASSIGNMENTITEM_INCOMPATIBLE_DATATYPES - Errors with this extended error code have the following properties: assignmentName, operatorName, leftElementName, leftElementType, rightElementName, rightElementType

  • ASSIGNMENTITEM_INVALID_COLLECTION - Errors with this extended error code have the following properties: assignmentName, operatorName, leftElementName, rightElementName

  • ASSIGNMENTITEM_INVALID_DATATYPE_IN_ELEMENT - Errors with this extended error code have the following properties: elementName, dataType, incompatibleDataType

  • ASSIGNMENTITEM_INVALID_REFERENCE - Errors with this extended error code have the following properties: parameterName, operatorName

  • ASSIGNMENTITEM_LEFT_DATATYPE_INVALID_FOR_OPERATOR - Errors with this extended error code have the following properties: assignmentName, operatorName, dataType, elementName

  • ASSIGNMENTITEM_MODIFIES_NONVARIABLE - Errors with this extended error code have the following properties: assignmentName

  • ASSIGNMENTITEM_NONEXISTENT_REFERENCE - Errors with this extended error code have the following properties: parameterName, operatorName

  • ASSIGNMENTITEM_REQUIRED - Errors with this extended error code have the following properties: assignmentName

  • ASSIGNMENTITEM_RIGHT_DATATYPE_INVALID_FOR_OPERATOR - Errors with this extended error code have the following properties: elementName

  • AUTOLAUNCHED_CHOICELOOKUP_NOT_SUPPORTED - Errors with this extended error code have the following properties: choiceLookupName

  • AUTOLAUNCHED_CHOICE_NOT_SUPPORTED - Errors with this extended error code have the following properties: choiceName

  • AUTOLAUNCHED_SCREEN_NOT_SUPPORTED - Errors with this extended error code have the following properties:

  • AUTOLAUNCHED_STEP_NOT_SUPPORTED - Errors with this extended error code have the following properties:

  • AUTOLAUNCHED_SUBFLOW_INCOMPATIBLE_FLOWTYPE - Errors with this extended error code have the following properties: subflowType

  • AUTOLAUNCHED_WAIT_NOT_SUPPORTED - Errors with this extended error code have the following properties:

  • CHOICEFIELD_DEFAULT_CHOICE_NOT_FOUND - Errors with this extended error code have the following properties: screenFieldName

  • CHOICEFIELD_MISSING_CHOICE - Errors with this extended error code have the following properties: questionName

  • CHOICELOOKUP_DATATYPE_INCOMPATIBLE_WITH_CHOICEFIELD - Errors with this extended error code have the following properties: choiceName, parentScreenFieldName

  • CHOICE_DATATYPE_INCOMPATIBLE_WITH_CHOICEFIELD - Errors with this extended error code have the following properties: choiceName, parentScreenFieldName

  • CHOICE_NOT_SUPPORTED_FOR_SCREENFIELDTYPE - Errors with this extended error code have the following properties: elementName, screenFieldName

  • CHOICE_USED_MULTIPLE_TIMES_IN_SAME_FIELD - Errors with this extended error code have the following properties: choiceName

  • CONDITION_DATATYPE_INCOMPATIBLE - Errors with this extended error code have the following properties: leftElementName, leftElementType, operatorName, rightElementName, rightElementType, ruleName

  • CONDITION_DATATYPE_INCOMPATIBLE_WITH_ELEMENT - Errors with this extended error code have the following properties: elementName, dataType, operatorName, parameterName, ruleName

  • CONDITION_ELEMENT_DATATYPES_INCOMPATIBLE - Errors with this extended error code have the following properties: elementName, leftElementType, operatorName, rightElementType, ruleName

  • CONDITION_INVALID_LEFTOPERAND - Errors with this extended error code have the following properties: ruleName

  • CONDITION_INVALID_LEFT_ELEMENT - Errors with this extended error code have the following properties: elementName, dataType, operatorName, parameterName, ruleName

  • CONDITION_LOGIC_EXCEEDS_LIMIT - Errors with this extended error code have the following properties: elementName, characterLimit

  • CONDITION_LOGIC_INVALID - Errors with this extended error code have the following properties: elementName

  • CONDITION_LOGIC_MISSING - Errors with this extended error code have the following properties: elementName

  • CONDITION_MISSING_DATATYPE - Errors with this extended error code have the following properties: elementName, dataType, operatorName, parameterName, ruleName

  • CONDITION_MISSING_OPERATOR - Errors with this extended error code have the following properties: ruleName

  • CONDITION_REFERENCED_ELEMENT_NOT_FOUND - Errors with this extended error code have the following properties: ruleName

  • CONDITION_RIGHTOPERAND_NULL - Errors with this extended error code have the following properties: ruleName

  • CONNECTOR_MISSING_TARGET - Errors with this extended error code have the following properties: elementName

  • CONSTANT_INCLUDES_REFERENCES - Errors with this extended error code have the following properties: constantName

  • CUSTOMEVENTS_NOT_ENABLED - Errors with this extended error code have the following properties:

  • CUSTOMEVENT_MISSING_PROCESSMETADATAVALUES - Errors with this extended error code have the following properties:

  • CUSTOMEVENT_OBJECTTYPE_NOT_FOUND - Errors with this extended error code have the following properties: objectType

  • CUSTOMEVENT_OBJECTTYPE_NOT_SUPPORTED - Errors with this extended error code have the following properties: objectType

  • CUSTOMEVENT_PROCESSMETADATAVALUES_MISSING_NAME - Errors with this extended error code have the following properties: metadataValue

  • CUSTOMEVENT_PROCESSMETADATAVALUES_MORE_THAN_ONE_NAME - Errors with this extended error code have the following properties: metadataValue

  • DATATYPE_INVALID - Errors with this extended error code have the following properties: elementName, dataType

  • DATATYPE_MISSING - Errors with this extended error code have the following properties: elementName

  • DECISION_DEFAULT_CONNECTOR_MISSING_LABEL - Errors with this extended error code have the following properties: flowDecision

  • DECISION_MISSING_OUTCOME - Errors with this extended error code have the following properties: flowDecision

  • ELEMENT_CONNECTS_TO_SELF - Errors with this extended error code have the following properties: elementName

  • ELEMENT_COORDINATES_INVALID - Errors with this extended error code have the following properties: coordinateLimit, coordinateName

  • ELEMENT_INVALID_CONNECTOR - Errors with this extended error code have the following properties: elementName

  • ELEMENT_INVALID_REFERENCE - Errors with this extended error code have the following properties: elementName

  • ELEMENT_MISSING_CONNECTOR - Errors with this extended error code have the following properties: elementName

  • ELEMENT_MISSING_LABEL - Errors with this extended error code have the following properties: characterLimit, elementName

  • ELEMENT_MISSING_NAME - Errors with this extended error code have the following properties: characterLimit

  • ELEMENT_MISSING_REFERENCE - Errors with this extended error code have the following properties: elementName

  • ELEMENT_MORE_THAN_ONE_FIELD - Errors with this extended error code have the following properties: elementName

  • ELEMENT_NAME_INVALID - Errors with this extended error code have the following properties:

  • ELEMENT_NEVER_USED - Errors with this extended error code have the following properties: elementName

  • ELEMENT_SCALE_SMALLER_THAN_DEFAULTVALUE - Errors with this extended error code have the following properties: elementName

  • EXTERNAL_OBJECTS_NOT_SUPPORTED - Errors with this extended error code have the following properties: objectName

  • EXTERNAL_OBJECT_FIELDS_NOT_SUPPORTED - Errors with this extended error code have the following properties: fieldReference

  • FIELDASSIGNMENT_FIELD_INCOMPATIBLE_DATATYPE - Errors with this extended error code have the following properties: fieldName, elementName

  • FIELDASSIGNMENT_INVALID_DATATYPE - Errors with this extended error code have the following properties: fieldName, elementName, assignmentName

  • FIELDASSIGNMENT_INVALID_ELEMENT - Errors with this extended error code have the following properties: fieldName, elementName, elementType

  • FIELDASSIGNMENT_INVALID_REFERENCE - Errors with this extended error code have the following properties: fieldName, parameterName

  • FIELDASSIGNMENT_MULTIPLE_REFERENCES_SAME_FIELD - Errors with this extended error code have the following properties: fieldName

  • FIELDASSIGNMENT_PICKLISTFIELD_INCOMPATIBLE_DATATYPE - Errors with this extended error code have the following properties: fieldName, dataType

  • FIELDASSIGNMENT_REFERENCED_ELEMENT_MISSING_DATATYPE - Errors with this extended error code have the following properties: fieldName, elementName, elementType

  • FIELDSERVICE_UNSUPPORTED_FIELD_TYPE - Errors with this extended error code have the following properties: elementName

  • FIELD_INVALID_VALUE - Errors with this extended error code have the following properties: fieldName, parameterName

  • FIELD_NOT_FOUND - Errors with this extended error code have the following properties: objectName, fieldName

  • FIELD_RELATIONSHIP_NOT_SUPPORTED - Errors with this extended error code have the following properties: fieldRelationshipName

  • FLEXIPAGE_COMPONENT_ATTRIBUTE_EXPRESSION_EXCEPTION - Errors with this extended error code have the following properties: componentName, propertyName, propertyType, errorCode, invalidTokens

  • FLEXIPAGE_COMPONENT_ATTRIBUTE_GENERIC_EXCEPTION - Errors with this extended error code have the following properties: componentName, propertyName, propertyType, errorIdentifier, errorParams

  • FLEXIPAGE_COMPONENT_ATTRIBUTE_MISSING_REQUIRED - Errors with this extended error code have the following properties: componentName, propertyName, propertyType

  • FLEXIPAGE_COMPONENT_ATTRIBUTE_TOO_LONG - Errors with this extended error code have the following properties: componentName, propertyName, propertyType, maxLength

  • FLEXIPAGE_COMPONENT_MAX_LIMIT_EXCEPTION - Errors with this extended error code have the following properties:

  • FLEXIPAGE_COMPONENT_RULE_VALIDATION_EXCEPTION - Errors with this extended error code have the following properties: componentName, criterionIndex

  • FLEXIPAGE_PICKLIST_INVALID_VALUE_EXCEPTION - Errors with this extended error code have the following properties: componentName, propertyName, propertyType, invalidValue

  • FLOW_INCLUDES_STEP - Errors with this extended error code have the following properties: elementName

  • FLOW_NAME_USED_IN_OTHER_CLIENT - Errors with this extended error code have the following properties: flowName

  • FLOW_STAGE_INCLUDES_REFERENCES - Errors with this extended error code have the following properties: stageName

  • FORMULA_EXPRESSION_INVALID - Errors with this extended error code have the following properties: formulaExpression

  • INPUTPARAM_INCOMPATIBLE_DATATYPE - Errors with this extended error code have the following properties: parameterName

  • INPUTPARAM_INCOMPATIBLE_WITH_COLLECTION_VARIABLE - Errors with this extended error code have the following properties: parameterName

  • INPUTPARAM_INCOMPATIBLE_WITH_NONCOLLECTION_VARIABLE - Errors with this extended error code have the following properties: parameterName

  • INPUTPARAM_MISMATCHED_OBJECTTYPE - Errors with this extended error code have the following properties: parameterName

  • INVALID_FLOW - Errors with this extended error code have the following properties:

  • INVALID_SURVEY_VARIABLE_NAME_OR_TYPE - Errors with this extended error code have the following properties: surveyName

  • LOOP_ASSIGNNEXTVALUETO_MISMATCHED_DATATYPE - Errors with this extended error code have the following properties: elementName

  • LOOP_ASSIGNNEXTVALUETO_MISMATCHED_OBJECTTYPE - Errors with this extended error code have the following properties: elementName

  • LOOP_ASSIGNNEXTVALUETO_MISSING - Errors with this extended error code have the following properties: elementName

  • LOOP_ASSIGNNEXTVALUETO_MISSING_VARIABLE - Errors with this extended error code have the following properties: elementName

  • LOOP_ASSIGNNEXTVALUETO_REFERENCE_NOT_FOUND - Errors with this extended error code have the following properties: fieldRelationshipName

  • LOOP_COLLECTION_ELEMENT_NOT_FOUND - Errors with this extended error code have the following properties: elementName

  • LOOP_COLLECTION_NOT_FOUND - Errors with this extended error code have the following properties: elementName

  • LOOP_COLLECTION_NOT_SUPPORTED_FOR_FIELD - Errors with this extended error code have the following properties: fieldName

  • LOOP_MISSING_COLLECTION - Errors with this extended error code have the following properties:

  • OBJECTTYPE_INVALID - Errors with this extended error code have the following properties: objectType

  • OBJECT_CANNOT_BE_CREATED - Errors with this extended error code have the following properties: objectName

  • OBJECT_CANNOT_BE_DELETED - Errors with this extended error code have the following properties: objectName

  • OBJECT_CANNOT_BE_QUERIED - Errors with this extended error code have the following properties: objectName

  • OBJECT_CANNOT_BE_UPDATED - Errors with this extended error code have the following properties: objectName

  • OBJECT_ENCRYPTED_FIELDS_NOT_SUPPORTED - Errors with this extended error code have the following properties: fieldName

  • OBJECT_NOT_FOUND - Errors with this extended error code have the following properties: objectName

  • OUTPUTPARAM_ASSIGNTOREFERENCE_NOTFOUND - Errors with this extended error code have the following properties: parameterName

  • OUTPUTPARAM_INCOMPATIBLE_DATATYPE - Errors with this extended error code have the following properties: parameterName

  • OUTPUTPARAM_MISMATCHED_OBJECTTYPE - Errors with this extended error code have the following properties: parameterName

  • OUTPUTPARAM_MISMATCHED_WITH_COLLECTION_VARIABLE - Errors with this extended error code have the following properties: parameterName

  • OUTPUTPARAM_MISSING_ASSIGNTOREFERENCE - Errors with this extended error code have the following properties: parameterName

  • OUTPUTPARAM_MISTMATCHED_WITH_NONCOLLECTION_VARIABLE - Errors with this extended error code have the following properties: parameterName

  • PARAM_DATATYPE_NOT_SUPPORTED - Errors with this extended error code have the following properties: parameterName

  • PROCESSMETADATAVALUES_NOT_SUPPORTED_FOR_PROCESSTYPE - Errors with this extended error code have the following properties: processType, metadataValue

  • PROCESSMETADATAVALUE_NONEXISTENT_ELEMENT - Errors with this extended error code have the following properties: metadataValue

  • PROCESSTYPE_ELEMENT_NOT_SUPPORTED - Errors with this extended error code have the following properties: processType, elementType

  • PROCESSTYPE_NOT_SUPPORTED - Errors with this extended error code have the following properties: processType

  • RECORDFILTER_ENCRYPTED_FIELDS_NOT_SUPPORTED - Errors with this extended error code have the following properties: fieldName

  • RECORDFILTER_GEOLOCATION_FIELDS_NOT_SUPPORTED - Errors with this extended error code have the following properties: fieldName, objectName

  • RECORDFILTER_INVALID_DATATYPE - Errors with this extended error code have the following properties: fieldName, elementName, elementType, operatorName

  • RECORDFILTER_INVALID_ELEMENT - Errors with this extended error code have the following properties: fieldName, assignmentName, elementName, elementType

  • RECORDFILTER_INVALID_OPERATOR - Errors with this extended error code have the following properties: fieldName, operatorName

  • RECORDFILTER_INVALID_REFERENCE - Errors with this extended error code have the following properties: fieldName, operatorName

  • RECORDFILTER_MISSING_DATATYPE - Errors with this extended error code have the following properties: fieldName, elementName, elementType, operatorName

  • RECORDFILTER_MULTIPLE_QUERIES_SAME_FIELD - Errors with this extended error code have the following properties: fieldName

  • RECORDLOOKUP_IDASSIGNMENT_VARIABLE_INCOMPATIBLE_DATATYPE - Errors with this extended error code have the following properties: elementName

  • RECORDLOOKUP_IDASSIGNMENT_VARIABLE_NOT_FOUND - Errors with this extended error code have the following properties: elementName

  • RECORDUPDATE_MISSING_FILTERS - Errors with this extended error code have the following properties: objectName

  • REFERENCED_ELEMENT_NOT_FOUND - Errors with this extended error code have the following properties: elementName, mergeFieldReference

  • RULE_MISSING_CONDITION - Errors with this extended error code have the following properties: elementName, ruleName

  • SCREENFIELD_BOOLEAN_ISREQUIRED_IS_FALSE - Errors with this extended error code have the following properties: fieldName

  • SCREENFIELD_DEFAULTVALUE_NOT_SUPPORTED - Errors with this extended error code have the following properties: elementName

  • SCREENFIELD_EXTENSION_COMPONENT_NOT_GLOBAL - Errors with this extended error code have the following properties: elementName

  • SCREENFIELD_EXTENSION_DUPLICATE_INPUT_PARAM - Errors with this extended error code have the following properties: elementName, extensionName, parameterName

  • SCREENFIELD_EXTENSION_DUPLICATE_OUTPUT_PARAM - Errors with this extended error code have the following properties: elementName, extensionName, parameterName

  • SCREENFIELD_EXTENSION_IMPLEMENTATION_INVALID - Errors with this extended error code have the following properties: elementName, extensionName

  • SCREENFIELD_EXTENSION_INPUT_ATTRIBUTE_INVALID - Errors with this extended error code have the following properties: elementName, extensionName, parameterName

  • SCREENFIELD_EXTENSION_NAME_INVALID - Errors with this extended error code have the following properties: elementName, extensionName

  • SCREENFIELD_EXTENSION_NAME_MISSING - Errors with this extended error code have the following properties: elementName, fieldType

  • SCREENFIELD_EXTENSION_NAME_NOT_SUPPORTED - Errors with this extended error code have the following properties: elementName, fieldType

  • SCREENFIELD_EXTENSION_OUTPUT_ATTRIBUTE_INVALID - Errors with this extended error code have the following properties: elementName, extensionName, parameterName

  • SCREENFIELD_EXTENSION_REQUIRED_INPUT_MISSING - Errors with this extended error code have the following properties: elementName, extensionName, parameterName

  • SCREENFIELD_INPUTS_NOT_SUPPORTED - Errors with this extended error code have the following properties: elementName, fieldType

  • SCREENFIELD_INVALID_DATATYPE - Errors with this extended error code have the following properties: dataType, fieldType

  • SCREENFIELD_MULTISELECTCHOICE_SEMICOLON_NOT_SUPPORTED - Errors with this extended error code have the following properties: choiceName

  • SCREENFIELD_OUTPUTS_NOT_SUPPORTED - Errors with this extended error code have the following properties: elementName, fieldType

  • SCREENFIELD_TYPE_NOT_SUPPORTED - Errors with this extended error code have the following properties: elementName, fieldType

  • SCREENFIELD_USERINPUT_NOT_SUPPORTED_FOR_CHOICETYPE - Errors with this extended error code have the following properties: choiceName

  • SCREENFIELD_VALIDATIONRULE_NOT_SUPPORTED - Errors with this extended error code have the following properties: elementName

  • SCREENRULE_ACTION_INVALID_ATTRIBUTE - Errors with this extended error code have the following properties: screenRuleName, attributeName

  • SCREENRULE_ACTION_INVALID_ATTRIBUTE_FOR_API_VERSION - Errors with this extended error code have the following properties: screenRuleName, attributeName

  • SCREENRULE_ACTION_INVALID_VALUE - Errors with this extended error code have the following properties: screenRuleName, acceptedValues, actionValue

  • SCREENRULE_ACTION_MISSING_ATTRIBUTE - Errors with this extended error code have the following properties: screenRuleName

  • SCREENRULE_ACTION_MISSING_FIELDREFERENCE - Errors with this extended error code have the following properties: screenRuleName

  • SCREENRULE_ACTION_MISSING_VALUE - Errors with this extended error code have the following properties: screenRuleName

  • SCREENRULE_ATTRIBUTE_NOT_SUPPORTED_FOR_SCREENFIELD - Errors with this extended error code have the following properties: screenRuleName, attributeName, fieldName

  • SCREENRULE_FIELD_NOT_FOUND_ON_SCREEN - Errors with this extended error code have the following properties: screenRuleName, fieldValue

  • SCREENRULE_MISSING_ACTION - Errors with this extended error code have the following properties: screenRuleName

  • SCREENRULE_NOT_SUPPORTED_IN_ORG - Errors with this extended error code have the following properties:

  • SCREENRULE_SCREENFIELD_NOT_VISIBLE - Errors with this extended error code have the following properties: fieldName

  • SCREENRULE_VISIBILITY_NOT_SUPPORTED_IN_ORG - Errors with this extended error code have the following properties:

  • SCREEN_ALLOWBACK_ALLOWFINISH_BOTH_FALSE - Errors with this extended error code have the following properties:

  • SCREEN_CONTAINS_LIGHTNING_COMPONENT - Errors with this extended error code have the following properties: elementName

  • SCREEN_MISSING_FOOTER_AND_LIGHTNING_COMPONENT - Errors with this extended error code have the following properties:

  • SCREEN_MISSING_LABEL - Errors with this extended error code have the following properties: characterLimit

  • SCREEN_MULTISELECTFIELD_DOESNT_SUPPORT_CHOICE_WITH_USERINPUT - Errors with this extended error code have the following properties: choiceName

  • SCREEN_PAUSEDTEXT_NOT_SHOWN_WHEN_ALLOWPAUSE_IS_FALSE - Errors with this extended error code have the following properties: fieldName

  • SETTING_FIELD_MAKES_OTHER_FIELD_REQUIRED - Errors with this extended error code have the following properties: fieldName, requiredField

  • SETTING_FIELD_MAKES_OTHER_FIELD_UNSUPPORTED - Errors with this extended error code have the following properties: fieldName, otherFieldName

  • SOBJECT_ELEMENT_INCOMPATIBLE_DATATYPE - Errors with this extended error code have the following properties: fieldName, fieldValue

  • SOBJECT_ELEMENT_MISMATCHED_OBJECTTYPE - Errors with this extended error code have the following properties: objectType, sobjectName

  • SORT_ENCRYPTED_FIELDS_NOT_SUPPORTED - Errors with this extended error code have the following properties: fieldName, objectType

  • SORT_FIELD_MISSING - Errors with this extended error code have the following properties: sortOrder

  • SORT_FIELD_NOT_SUPPORTED - Errors with this extended error code have the following properties: fieldName, objectName

  • SORT_GEOLOCATION_FIELDS_NOT_SUPPORTED - Errors with this extended error code have the following properties: fieldName, objectName

  • SORT_LIMIT_INVALID - Errors with this extended error code have the following properties: maxLimit

  • SORT_ORDER_MISSING - Errors with this extended error code have the following properties: fieldName

  • SPECIFIC_FIELD_VALUE_MAKES_OTHER_FIELD_REQUIRED - Errors with this extended error code have the following properties: fieldName, fieldType, requiredField

  • START_ELEMENT_MISSING - Errors with this extended error code have the following properties:

  • SUBFLOW_DESKTOP_DESIGNER_FLOWS_NOT_SUPPORTED - Errors with this extended error code have the following properties: flowName

  • SUBFLOW_INPUT_ELEMENT_INCOMPATIBLE_DATATYPES - Errors with this extended error code have the following properties: subflowName, inputAssignmentNames

  • SUBFLOW_INPUT_INVALID_VALUE - Errors with this extended error code have the following properties: subflowName, inputAssignmentNames

  • SUBFLOW_INPUT_MISMATCHED_COLLECTIONTYPES - Errors with this extended error code have the following properties: subflowName, inputParameterNames

  • SUBFLOW_INPUT_MISMATCHED_OBJECTS - Errors with this extended error code have the following properties: subflowName, inputParameterNames

  • SUBFLOW_INPUT_MISSING_NAME - Errors with this extended error code have the following properties: subflowName

  • SUBFLOW_INPUT_MULTIPLE_ASSIGNMENTS_TO_ONE_VARIABLE - Errors with this extended error code have the following properties: inputVariableName

  • SUBFLOW_INPUT_REFERENCES_FIELD_ON_SOBJECT_VARIABLE - Errors with this extended error code have the following properties: inputVariableName

  • SUBFLOW_INPUT_VALUE_INCOMPATIBLE_DATATYPES - Errors with this extended error code have the following properties: subflowName, inputAssignmentNames

  • SUBFLOW_INPUT_VARIABLE_NOT_FOUND_IN_MASTERFLOW - Errors with this extended error code have the following properties: subflowName, inputAssignmentNames

  • SUBFLOW_INPUT_VARIABLE_NOT_FOUND_IN_REFERENCEDFLOW - Errors with this extended error code have the following properties: subflowName, inputAssignmentNames

  • SUBFLOW_INPUT_VARIABLE_NO_INPUT_ACCESS - Errors with this extended error code have the following properties: subflowName, inputAssignmentNames

  • SUBFLOW_INVALID_NAME - Errors with this extended error code have the following properties:

  • SUBFLOW_INVALID_REFERENCE - Errors with this extended error code have the following properties: flowName

  • SUBFLOW_MASTER_FLOW_TYPE_NOT_AUTOLAUNCHED - Errors with this extended error code have the following properties: parentFlowName

  • SUBFLOW_MISSING_NAME - Errors with this extended error code have the following properties:

  • SUBFLOW_NO_ACTIVE_VERSION - Errors with this extended error code have the following properties: subflowName, flowName

  • SUBFLOW_OUTPUT_INCOMPATIBLE_DATATYPES - Errors with this extended error code have the following properties: subflowName, flowVersion, outputParameterNames

  • SUBFLOW_OUTPUT_MISMATCHED_COLLECTIONTYPES - Errors with this extended error code have the following properties: subflowName, flowVersion, outputParameterNames

  • SUBFLOW_OUTPUT_MISMATCHED_OBJECTS - Errors with this extended error code have the following properties: subflowName, flowVersion, outputParameterNames

  • SUBFLOW_OUTPUT_MISSING_ASSIGNTOREFERENCE - Errors with this extended error code have the following properties: outputAssignment

  • SUBFLOW_OUTPUT_MISSING_NAME - Errors with this extended error code have the following properties: subflowName

  • SUBFLOW_OUTPUT_MULTIPLE_ASSIGNMENTS_TO_ONE_VARIABLE - Errors with this extended error code have the following properties: outputVariableName

  • SUBFLOW_OUTPUT_REFERENCES_FIELD_ON_SOBJECT_VARIABLE - Errors with this extended error code have the following properties: outputAssignment

  • SUBFLOW_OUTPUT_TARGET_DOES_NOT_EXIST_IN_MASTER_FLOW - Errors with this extended error code have the following properties: subflowName, outputAssignmentName

  • SUBFLOW_OUTPUT_VARIABLE_NOT_FOUND_IN_MASTERFLOW - Errors with this extended error code have the following properties: subflowName, variableName

  • SUBFLOW_OUTPUT_VARIABLE_NOT_FOUND_IN_REFERENCEDFLOW - Errors with this extended error code have the following properties: subflowName, flowVersion, outputParameterNames

  • SUBFLOW_OUTPUT_VARIABLE_NO_OUTPUT_ACCESS - Errors with this extended error code have the following properties: subflowName, variableName

  • SUBFLOW_REFERENCES_MASTERFLOW - Errors with this extended error code have the following properties:

  • SURVEY_CHOICE_NOT_REFERENCED_BY_A_QUESTION - Errors with this extended error code have the following properties: choiceName

  • SURVEY_CHOICE_REFERENCED_BY_MULTIPLE_QUESTIONS - Errors with this extended error code have the following properties: choiceName

  • SURVEY_INACTIVE_SUBFLOWS - Errors with this extended error code have the following properties: subflowName

  • SURVEY_MISSING_QUESTION_OR_SUBFLOW - Errors with this extended error code have the following properties: surveyName

  • SURVEY_MISSING_REQUIRED_VARIABLES - Errors with this extended error code have the following properties: surveyName

  • SURVEY_NESTED_SUBFLOWS - Errors with this extended error code have the following properties: subflowName

  • SURVEY_NONSURVEY_SUBFLOWS - Errors with this extended error code have the following properties: subflowName

  • SURVEY_SCREENFIELD_TYPE_NOT_SUPPORTED_FOR_QUESTION - Errors with this extended error code have the following properties: elementName

  • SURVEY_START_ELEMENT_INVALID - Errors with this extended error code have the following properties:

  • SURVEY_VARIABLE_ACCESS_INVALID - Errors with this extended error code have the following properties: surveyName

  • UNEXPECTED_ERROR - Errors with this extended error code have the following properties:

  • VALUE_CHAR_LIMIT_EXCEEDED - Errors with this extended error code have the following properties: elementName, characterLimit

  • VARIABLE_FIELD_NOT_SUPPORTED_FOR_DATATYPE - Errors with this extended error code have the following properties: fieldName, datatype

  • VARIABLE_FIELD_NOT_SUPPORTED_FOR_DATATYPE_AND_COLLECTION - Errors with this extended error code have the following properties: fieldName, datatype

  • VARIABLE_FIELD_REQUIRED_FOR_DATATYPE - Errors with this extended error code have the following properties: datatype, fieldName

  • VARIABLE_SCALE_EXCEEDS_LIMIT - Errors with this extended error code have the following properties: elementName

  • VARIABLE_SCALE_NEGATIVE_INTEGER - Errors with this extended error code have the following properties: elementName

  • VARIABLE_SCALE_NULL - Errors with this extended error code have the following properties: elementName

  • WAITEVENT_DEFAULT_CONNECTOR_MISSING_LABEL - Errors with this extended error code have the following properties: waitEventName

  • WAITEVENT_DUPLICATE_INPUT_PARAM - Errors with this extended error code have the following properties: parameterName

  • WAITEVENT_INPUT_NOT_SUPPORTED_FOR_EVENTTYPE - Errors with this extended error code have the following properties: waitEventName, inputParameterName

  • WAITEVENT_INPUT_REQUIRES_LITERAL_VALUE - Errors with this extended error code have the following properties: waitEventName, parameterName

  • WAITEVENT_INVALID_CONDITION_LOGIC - Errors with this extended error code have the following properties: waitEventName

  • WAITEVENT_MISSING - Errors with this extended error code have the following properties:

  • WAITEVENT_MISSING_CONNECTOR - Errors with this extended error code have the following properties: waitEventName

  • WAITEVENT_MISSING_EVENTTYPE - Errors with this extended error code have the following properties: waitEventName

  • WAITEVENT_OBJECT_NOT_SUPPORTED_FOR_EVENTTYPE - Errors with this extended error code have the following properties: waitEventName

  • WAITEVENT_OUTPUT_NOT_SUPPORTED_FOR_EVENTTYPE - Errors with this extended error code have the following properties: waitEventName, outputParameter

  • WAITEVENT_RELATIVEALARM_INVALID_DATETIME_FIELD - Errors with this extended error code have the following properties: waitEventName, eventParameterName, incompatibleValue

  • WAITEVENT_RELATIVEALARM_INVALID_FIELD - Errors with this extended error code have the following properties: waitEventName, eventParameterName, incompatibleValue

  • WAITEVENT_RELATIVEALARM_INVALID_OBJECTTYPE - Errors with this extended error code have the following properties: waitEventName, inputParameterName

  • WAITEVENT_RELATIVEALARM_INVALID_OFFSETNUMBER - Errors with this extended error code have the following properties: waitEventName, eventParameterName, incompatibleValue

  • WAITEVENT_RELATIVEALARM_INVALID_OFFSETUNIT - Errors with this extended error code have the following properties: waitEventName, eventParameterName, incompatibleValue

  • WAITEVENT_REQUIRED_INPUT_MISSING - Errors with this extended error code have the following properties: waitEventName, parameterName

  • WAITEVENT_TYPE_INVALID_OR_NOT_SUPPORTED - Errors with this extended error code have the following properties: waitEventName

  • WORKFLOW_MISSING_PROCESSMETADATAVALUES - Errors with this extended error code have the following properties: flowName

  • WORKFLOW_OBJECTTYPE_NOT_FOUND - Errors with this extended error code have the following properties: objectType

  • WORKFLOW_OBJECTTYPE_NOT_SUPPORTED - Errors with this extended error code have the following properties: objectType

  • WORKFLOW_OBJECTVARIABLE_AND_OLDOBJECTVARIABLE_REFERENCE_SAME_SOBJECT_VARIABLE - Errors with this extended error code have the following properties: objectVariableName, oldObjectVariableName

  • WORKFLOW_OBJECTVARIABLE_DOESNT_SUPPORT_INPUT - Errors with this extended error code have the following properties: objectType, objectVariableName

  • WORKFLOW_OLDOBJECTVARIABLE_DOESNT_SUPPORT_INPUT - Errors with this extended error code have the following properties: objectType, oldObjectVariableName

  • WORKFLOW_PROCESSMETADATAVALUES_MORE_THAN_ONE_NAME - Errors with this extended error code have the following properties: metadataValue

  • WORKFLOW_PROCESS_METADATAVALUES_MISSING_NAME - Errors with this extended error code have the following properties: metadataValue

  • WORKFLOW_RECURSIVECOUNTVARIABLE_DOESNT_SUPPORT_INPUT - Errors with this extended error code have the following properties: elementName

  • WORKFLOW_TRIGGERTYPE_INVALID_VALUE - Errors with this extended error code have the following properties:

ExternalDataSource

fullName

a character (inherited from Metadata)

authProvider

a character

certificate

a character

customConfiguration

a character

endpoint

a character

isWritable

a character either 'true' or 'false'

label

a character

oauthRefreshToken

a character

oauthScope

a character

oauthToken

a character

password

a character

principalType

a ExternalPrincipalType - which is a character taking one of the following values:

  • Anonymous

  • PerUser

  • NamedUser

protocol

a AuthenticationProtocol - which is a character taking one of the following values:

  • NoAuthentication

  • Oauth

  • Password

repository

a character

type

a ExternalDataSourceType - which is a character taking one of the following values:

  • Datacloud

  • Datajourney

  • OpenSearch

  • Identity

  • outgoingemail

  • recommendation

  • SfdcOrg

  • OData

  • OData4

  • SimpleURL

  • Wrapper

username

a character

version

a character

ExternalServiceRegistration

fullName

a character (inherited from Metadata)

description

a character

label

a character

namedCredential

a character

schema

a character

schemaType

a character

schemaUrl

a character

status

a character

FeedFilterCriterion

feedItemType

a FeedItemType - which is a character taking one of the following values:

  • TrackedChange

  • UserStatus

  • TextPost

  • AdvancedTextPost

  • LinkPost

  • ContentPost

  • PollPost

  • RypplePost

  • ProfileSkillPost

  • DashboardComponentSnapshot

  • ApprovalPost

  • CaseCommentPost

  • ReplyPost

  • EmailMessageEvent

  • CallLogPost

  • ChangeStatusPost

  • AttachArticleEvent

  • MilestoneEvent

  • ActivityEvent

  • ChatTranscriptPost

  • CollaborationGroupCreated

  • CollaborationGroupUnarchived

  • SocialPost

  • QuestionPost

  • FacebookPost

  • BasicTemplateFeedItem

  • CreateRecordEvent

  • CanvasPost

  • AnnouncementPost

feedItemVisibility

a FeedItemVisibility - which is a character taking one of the following values:

  • AllUsers

  • InternalUsers

relatedSObjectType

a character

FeedItemSettings

characterLimit

an integer

collapseThread

a character either 'true' or 'false'

displayFormat

a FeedItemDisplayFormat - which is a character taking one of the following values:

  • Default

  • HideBlankLines

feedItemType

a FeedItemType - which is a character taking one of the following values:

  • TrackedChange

  • UserStatus

  • TextPost

  • AdvancedTextPost

  • LinkPost

  • ContentPost

  • PollPost

  • RypplePost

  • ProfileSkillPost

  • DashboardComponentSnapshot

  • ApprovalPost

  • CaseCommentPost

  • ReplyPost

  • EmailMessageEvent

  • CallLogPost

  • ChangeStatusPost

  • AttachArticleEvent

  • MilestoneEvent

  • ActivityEvent

  • ChatTranscriptPost

  • CollaborationGroupCreated

  • CollaborationGroupUnarchived

  • SocialPost

  • QuestionPost

  • FacebookPost

  • BasicTemplateFeedItem

  • CreateRecordEvent

  • CanvasPost

  • AnnouncementPost

FeedLayout

autocollapsePublisher

a character either 'true' or 'false'

compactFeed

a character either 'true' or 'false'

feedFilterPosition

a FeedLayoutFilterPosition - which is a character taking one of the following values:

  • CenterDropDown

  • LeftFixed

  • LeftFloat

feedFilters

a FeedLayoutFilter

fullWidthFeed

a character either 'true' or 'false'

hideSidebar

a character either 'true' or 'false'

highlightExternalFeedItems

a character either 'true' or 'false'

leftComponents

a FeedLayoutComponent

rightComponents

a FeedLayoutComponent

useInlineFiltersInConsole

a character either 'true' or 'false'

FeedLayoutComponent

componentType

a FeedLayoutComponentType - which is a character taking one of the following values:

  • HelpAndToolLinks

  • CustomButtons

  • Following

  • Followers

  • CustomLinks

  • Milestones

  • Topics

  • CaseUnifiedFiles

  • Visualforce

height

an integer

page

a character

FeedLayoutFilter

feedFilterName

a character

feedFilterType

a FeedLayoutFilterType - which is a character taking one of the following values:

  • AllUpdates

  • FeedItemType

  • Custom

feedItemType

a FeedItemType - which is a character taking one of the following values:

  • TrackedChange

  • UserStatus

  • TextPost

  • AdvancedTextPost

  • LinkPost

  • ContentPost

  • PollPost

  • RypplePost

  • ProfileSkillPost

  • DashboardComponentSnapshot

  • ApprovalPost

  • CaseCommentPost

  • ReplyPost

  • EmailMessageEvent

  • CallLogPost

  • ChangeStatusPost

  • AttachArticleEvent

  • MilestoneEvent

  • ActivityEvent

  • ChatTranscriptPost

  • CollaborationGroupCreated

  • CollaborationGroupUnarchived

  • SocialPost

  • QuestionPost

  • FacebookPost

  • BasicTemplateFeedItem

  • CreateRecordEvent

  • CanvasPost

  • AnnouncementPost

FieldMapping

SObjectType

a character

developerName

a character

fieldMappingRows

a FieldMappingRow

masterLabel

a character

FieldMappingField

dataServiceField

a character

dataServiceObjectName

a character

priority

an integer

FieldMappingRow

SObjectType

a character

fieldMappingFields

a FieldMappingField

fieldName

a character

mappingOperation

a MappingOperation - which is a character taking one of the following values:

  • Autofill

  • Overwrite

FieldOverride

field

a character

formula

a character

literalValue

a character

FieldServiceSettings

fullName

a character (inherited from Metadata)

fieldServiceNotificationsOrgPref

a character either 'true' or 'false'

fieldServiceOrgPref

a character either 'true' or 'false'

serviceAppointmentsDueDateOffsetOrgValue

an integer

workOrderLineItemSearchFields

a character

workOrderSearchFields

a character

FieldSet

fullName

a character (inherited from Metadata)

availableFields

a FieldSetItem

description

a character

displayedFields

a FieldSetItem

label

a character

FieldSetItem

field

a character

isFieldManaged

a character either 'true' or 'false'

isRequired

a character either 'true' or 'false'

FieldSetTranslation

label

a character

name

a character

FieldValue

name

a character

value

a character that appears similar to any of the other accepted types (integer, numeric, date, datetime, boolean)

FileProperties

createdById

a character

createdByName

a character

createdDate

a character formatted as 'yyyy-mm-ddThh:mm:ssZ'

fileName

a character

fullName

a character

id

a character

lastModifiedById

a character

lastModifiedByName

a character

lastModifiedDate

a character formatted as 'yyyy-mm-ddThh:mm:ssZ'

manageableState

a ManageableState - which is a character taking one of the following values:

  • released

  • deleted

  • deprecated

  • installed

  • beta

  • unmanaged

namespacePrefix

a character

type

a character

FileTypeDispositionAssignmentBean

behavior

a FileDownloadBehavior - which is a character taking one of the following values:

  • DOWNLOAD

  • EXECUTE_IN_BROWSER

  • HYBRID

fileType

a FileType - which is a character taking one of the following values:

  • UNKNOWN

  • PDF

  • POWER_POINT

  • POWER_POINT_X

  • POWER_POINT_M

  • POWER_POINT_T

  • WORD

  • WORD_X

  • WORD_M

  • WORD_T

  • PPS

  • PPSX

  • EXCEL

  • EXCEL_X

  • EXCEL_M

  • EXCEL_T

  • GOOGLE_DOCUMENT

  • GOOGLE_PRESENTATION

  • GOOGLE_SPREADSHEET

  • GOOGLE_DRAWING

  • GOOGLE_FORM

  • GOOGLE_SCRIPT

  • LINK

  • SLIDE

  • AAC

  • ACGI

  • AI

  • AVI

  • BMP

  • BOXNOTE

  • CSV

  • EPS

  • EXE

  • FLASH

  • GIF

  • GZIP

  • HTM

  • HTML

  • HTX

  • JPEG

  • JPE

  • PJP

  • PJPEG

  • JFIF

  • JPG

  • JS

  • MHTM

  • MHTML

  • MP3

  • M4A

  • M4V

  • MP4

  • MPEG

  • MPG

  • MOV

  • MSG

  • ODP

  • ODS

  • ODT

  • OGV

  • PNG

  • PSD

  • RTF

  • QUIPDOC

  • QUIPSHEET

  • SHTM

  • SHTML

  • SNOTE

  • STYPI

  • SVG

  • SVGZ

  • TEXT

  • THTML

  • VISIO

  • WMV

  • WRF

  • XML

  • ZIP

  • XZIP

  • WMA

  • XSN

  • TRTF

  • TXML

  • WEBVIEW

  • RFC822

  • ASF

  • DWG

  • JAR

  • XJS

  • OPX

  • XPSD

  • TIF

  • TIFF

  • WAV

  • CSS

  • THUMB720BY480

  • THUMB240BY180

  • THUMB120BY90

  • ALLTHUMBS

  • PAGED_FLASH

  • PACK

  • C

  • CPP

  • WORDT

  • INI

  • JAVA

  • LOG

  • POWER_POINTT

  • SQL

  • XHTML

  • EXCELT

securityRiskFileType

a character either 'true' or 'false'

FileUploadAndDownloadSecuritySettings

fullName

a character (inherited from Metadata)

dispositions

a FileTypeDispositionAssignmentBean

noHtmlUploadAsAttachment

a character either 'true' or 'false'

FilterItem

field

a character

operation

a FilterOperation - which is a character taking one of the following values:

  • equals

  • notEqual

  • lessThan

  • greaterThan

  • lessOrEqual

  • greaterOrEqual

  • contains

  • notContain

  • startsWith

  • includes

  • excludes

  • within

value

a character

valueField

a character

FindSimilarOppFilter

similarOpportunitiesDisplayColumns

a character

similarOpportunitiesMatchFields

a character

FiscalYearSettings

fiscalYearNameBasedOn

a character

startMonth

a character

FlexiPage

fullName

a character (inherited from Metadata)

description

a character

flexiPageRegions

a FlexiPageRegion

masterLabel

a character

parentFlexiPage

a character

platformActionlist

a PlatformActionList

quickActionList

a QuickActionList

sobjectType

a character

template

a FlexiPageTemplateInstance

type

a FlexiPageType - which is a character taking one of the following values:

  • AppPage

  • ObjectPage

  • RecordPage

  • HomePage

  • MailAppAppPage

  • CommAppPage

  • CommForgotPasswordPage

  • CommLoginPage

  • CommObjectPage

  • CommQuickActionCreatePage

  • CommRecordPage

  • CommRelatedListPage

  • CommSearchResultPage

  • CommGlobalSearchResultPage

  • CommSelfRegisterPage

  • CommThemeLayoutPage

  • UtilityBar

  • RecordPreview

FlexiPageRegion

appendable

a RegionFlagStatus - which is a character taking one of the following values:

  • disabled

  • enabled

componentInstances

a ComponentInstance

mode

a FlexiPageRegionMode - which is a character taking one of the following values:

  • Append

  • Prepend

  • Replace

name

a character

prependable

a RegionFlagStatus - which is a character taking one of the following values:

  • disabled

  • enabled

replaceable

a RegionFlagStatus - which is a character taking one of the following values:

  • disabled

  • enabled

type

a FlexiPageRegionType - which is a character taking one of the following values:

  • Region

  • Facet

FlexiPageTemplateInstance

name

a character

properties

a ComponentInstanceProperty

Flow

fullName

a character (inherited from Metadata)

actionCalls

a FlowActionCall

apexPluginCalls

a FlowApexPluginCall

assignments

a FlowAssignment

choices

a FlowChoice

constants

a FlowConstant

decisions

a FlowDecision

description

a character

dynamicChoiceSets

a FlowDynamicChoiceSet

formulas

a FlowFormula

interviewLabel

a character

label

a character

loops

a FlowLoop

processMetadataValues

a FlowMetadataValue

processType

a FlowProcessType - which is a character taking one of the following values:

  • AutoLaunchedFlow

  • Flow

  • Workflow

  • CustomEvent

  • InvocableProcess

  • LoginFlow

  • ActionPlan

  • JourneyBuilderIntegration

  • UserProvisioningFlow

  • Survey

  • FieldServiceMobile

  • OrchestrationFlow

  • FieldServiceWeb

  • TransactionSecurityFlow

recordCreates

a FlowRecordCreate

recordDeletes

a FlowRecordDelete

recordLookups

a FlowRecordLookup

recordUpdates

a FlowRecordUpdate

screens

a FlowScreen

stages

a FlowStage

startElementReference

a character

steps

a FlowStep

subflows

a FlowSubflow

textTemplates

a FlowTextTemplate

variables

a FlowVariable

waits

a FlowWait

FlowActionCall

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

actionName

a character

actionType

a InvocableActionType - which is a character taking one of the following values:

  • apex

  • chatterPost

  • contentWorkspaceEnableFolders

  • emailAlert

  • emailSimple

  • flow

  • metricRefresh

  • quickAction

  • submit

  • thanks

  • thunderResponse

  • createServiceReport

  • deployOrchestration

  • createResponseEventAction

  • generateWorkOrders

  • deactivateSessionPermSet

  • activateSessionPermSet

  • aggregateValue

  • orchestrationTimer

  • orchestrationDebugLog

  • choosePricebook

  • localAction

connector

a FlowConnector

faultConnector

a FlowConnector

inputParameters

a FlowActionCallInputParameter

outputParameters

a FlowActionCallOutputParameter

FlowActionCallInputParameter

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

name

a character

value

a FlowElementReferenceOrValue

FlowActionCallOutputParameter

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

assignToReference

a character

name

a character

FlowApexPluginCall

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

apexClass

a character

connector

a FlowConnector

faultConnector

a FlowConnector

inputParameters

a FlowApexPluginCallInputParameter

outputParameters

a FlowApexPluginCallOutputParameter

FlowApexPluginCallInputParameter

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

name

a character

value

a FlowElementReferenceOrValue

FlowApexPluginCallOutputParameter

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

assignToReference

a character

name

a character

FlowAssignment

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

assignmentItems

a FlowAssignmentItem

connector

a FlowConnector

FlowAssignmentItem

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

assignToReference

a character

operator

a FlowAssignmentOperator - which is a character taking one of the following values:

  • Assign

  • Add

  • Subtract

  • AddItem

value

a FlowElementReferenceOrValue

FlowBaseElement

processMetadataValues

a FlowMetadataValue

FlowCategory

fullName

a character (inherited from Metadata)

description

a character

flowCategoryItems

a FlowCategoryItems

masterLabel

a character

FlowCategoryItems

flow

a character

FlowChoice

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

choiceText

a character

dataType

a FlowDataType - which is a character taking one of the following values:

  • Currency

  • Date

  • Number

  • String

  • Boolean

  • SObject

  • DateTime

  • Picklist

  • Multipicklist

userInput

a FlowChoiceUserInput

value

a FlowElementReferenceOrValue

FlowChoiceTranslation

choiceText

a character

name

a character

userInput

a FlowChoiceUserInputTranslation

FlowChoiceUserInput

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

isRequired

a character either 'true' or 'false'

promptText

a character

validationRule

a FlowInputValidationRule

FlowChoiceUserInputTranslation

promptText

a character

validationRule

a FlowInputValidationRuleTranslation

FlowCondition

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

leftValueReference

a character

operator

a FlowComparisonOperator - which is a character taking one of the following values:

  • EqualTo

  • NotEqualTo

  • GreaterThan

  • LessThan

  • GreaterThanOrEqualTo

  • LessThanOrEqualTo

  • StartsWith

  • EndsWith

  • Contains

  • IsNull

  • WasSet

  • WasSelected

  • WasVisited

rightValue

a FlowElementReferenceOrValue

FlowConnector

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

targetReference

a character

FlowConstant

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

dataType

a FlowDataType - which is a character taking one of the following values:

  • Currency

  • Date

  • Number

  • String

  • Boolean

  • SObject

  • DateTime

  • Picklist

  • Multipicklist

value

a FlowElementReferenceOrValue

FlowDecision

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

defaultConnector

a FlowConnector

defaultConnectorLabel

a character

rules

a FlowRule

FlowDefinition

fullName

a character (inherited from Metadata)

activeVersionNumber

an integer

description

a character

masterLabel

a character

FlowDefinitionTranslation

flows

a FlowTranslation

fullName

a character

label

a character

FlowDynamicChoiceSet

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

dataType

a FlowDataType - which is a character taking one of the following values:

  • Currency

  • Date

  • Number

  • String

  • Boolean

  • SObject

  • DateTime

  • Picklist

  • Multipicklist

displayField

a character

filters

a FlowRecordFilter

limit

an integer

object

a character

outputAssignments

a FlowOutputFieldAssignment

picklistField

a character

picklistObject

a character

sortField

a character

sortOrder

a SortOrder - which is a character taking one of the following values:

  • Asc

  • Desc

valueField

a character

FlowElement

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

description

a character

name

a character

FlowElementReferenceOrValue

booleanValue

a character either 'true' or 'false'

dateTimeValue

a character formatted as 'yyyy-mm-ddThh:mm:ssZ'

dateValue

a character formatted as 'yyyy-mm-dd'

elementReference

a character

numberValue

a numeric

stringValue

a character

FlowFormula

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

dataType

a FlowDataType - which is a character taking one of the following values:

  • Currency

  • Date

  • Number

  • String

  • Boolean

  • SObject

  • DateTime

  • Picklist

  • Multipicklist

expression

a character

scale

an integer

FlowInputFieldAssignment

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

field

a character

value

a FlowElementReferenceOrValue

FlowInputValidationRule

errorMessage

a character

formulaExpression

a character

FlowInputValidationRuleTranslation

errorMessage

a character

FlowLoop

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

assignNextValueToReference

a character

collectionReference

a character

iterationOrder

a IterationOrder - which is a character taking one of the following values:

  • Asc

  • Desc

nextValueConnector

a FlowConnector

noMoreValuesConnector

a FlowConnector

FlowMetadataValue

name

a character

value

a FlowElementReferenceOrValue

FlowNode

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

label

a character

locationX

an integer

locationY

an integer

FlowOutputFieldAssignment

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

assignToReference

a character

field

a character

FlowRecordCreate

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

assignRecordIdToReference

a character

connector

a FlowConnector

faultConnector

a FlowConnector

inputAssignments

a FlowInputFieldAssignment

inputReference

a character

object

a character

FlowRecordDelete

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

connector

a FlowConnector

faultConnector

a FlowConnector

filters

a FlowRecordFilter

inputReference

a character

object

a character

FlowRecordFilter

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

field

a character

operator

a FlowRecordFilterOperator - which is a character taking one of the following values:

  • EqualTo

  • NotEqualTo

  • GreaterThan

  • LessThan

  • GreaterThanOrEqualTo

  • LessThanOrEqualTo

  • StartsWith

  • EndsWith

  • Contains

  • IsNull

value

a FlowElementReferenceOrValue

FlowRecordLookup

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

assignNullValuesIfNoRecordsFound

a character either 'true' or 'false'

connector

a FlowConnector

faultConnector

a FlowConnector

filters

a FlowRecordFilter

object

a character

outputAssignments

a FlowOutputFieldAssignment

outputReference

a character

queriedFields

a character

sortField

a character

sortOrder

a SortOrder - which is a character taking one of the following values:

  • Asc

  • Desc

FlowRecordUpdate

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

connector

a FlowConnector

faultConnector

a FlowConnector

filters

a FlowRecordFilter

inputAssignments

a FlowInputFieldAssignment

inputReference

a character

object

a character

FlowRule

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

conditionLogic

a character

conditions

a FlowCondition

connector

a FlowConnector

label

a character

FlowScreen

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

allowBack

a character either 'true' or 'false'

allowFinish

a character either 'true' or 'false'

allowPause

a character either 'true' or 'false'

connector

a FlowConnector

fields

a FlowScreenField

helpText

a character

pausedText

a character

rules

a FlowScreenRule

showFooter

a character either 'true' or 'false'

showHeader

a character either 'true' or 'false'

FlowScreenField

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

choiceReferences

a character

dataType

a FlowDataType - which is a character taking one of the following values:

  • Currency

  • Date

  • Number

  • String

  • Boolean

  • SObject

  • DateTime

  • Picklist

  • Multipicklist

defaultSelectedChoiceReference

a character

defaultValue

a FlowElementReferenceOrValue

extensionName

a character

fieldText

a character

fieldType

a FlowScreenFieldType - which is a character taking one of the following values:

  • DisplayText

  • InputField

  • LargeTextArea

  • PasswordField

  • RadioButtons

  • DropdownBox

  • MultiSelectCheckboxes

  • MultiSelectPicklist

  • ComponentInstance

helpText

a character

inputParameters

a FlowScreenFieldInputParameter

isRequired

a character either 'true' or 'false'

isVisible

a character either 'true' or 'false'

outputParameters

a FlowScreenFieldOutputParameter

scale

an integer

validationRule

a FlowInputValidationRule

FlowScreenFieldInputParameter

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

name

a character

value

a FlowElementReferenceOrValue

FlowScreenFieldOutputParameter

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

assignToReference

a character

name

a character

FlowScreenFieldTranslation

fieldText

a character

helpText

a character

name

a character

validationRule

a FlowInputValidationRuleTranslation

FlowScreenRule

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

conditionLogic

a character

conditions

a FlowCondition

label

a character

ruleActions

a FlowScreenRuleAction

FlowScreenRuleAction

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

attribute

a character

fieldReference

a character

value

a FlowElementReferenceOrValue

FlowScreenTranslation

fields

a FlowScreenFieldTranslation

helpText

a character

name

a character

pausedText

a character

FlowStage

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

isActive

a character either 'true' or 'false'

label

a character

stageOrder

an integer

FlowStep

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

connectors

a FlowConnector

FlowSubflow

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

connector

a FlowConnector

flowName

a character

inputAssignments

a FlowSubflowInputAssignment

outputAssignments

a FlowSubflowOutputAssignment

FlowSubflowInputAssignment

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

name

a character

value

a FlowElementReferenceOrValue

FlowSubflowOutputAssignment

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

assignToReference

a character

name

a character

FlowTextTemplate

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

text

a character

FlowTranslation

choices

a FlowChoiceTranslation

fullName

a character

label

a character

screens

a FlowScreenTranslation

FlowVariable

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

dataType

a FlowDataType - which is a character taking one of the following values:

  • Currency

  • Date

  • Number

  • String

  • Boolean

  • SObject

  • DateTime

  • Picklist

  • Multipicklist

isCollection

a character either 'true' or 'false'

isInput

a character either 'true' or 'false'

isOutput

a character either 'true' or 'false'

objectType

a character

scale

an integer

value

a FlowElementReferenceOrValue

FlowWait

label

a character (inherited from FlowNode)

locationX

an integer (inherited from FlowNode)

locationY

an integer (inherited from FlowNode)

defaultConnector

a FlowConnector

defaultConnectorLabel

a character

faultConnector

a FlowConnector

waitEvents

a FlowWaitEvent

FlowWaitEvent

description

a character (inherited from FlowElement)

name

a character (inherited from FlowElement)

conditionLogic

a character

conditions

a FlowCondition

connector

a FlowConnector

eventType

a character

inputParameters

a FlowWaitEventInputParameter

label

a character

outputParameters

a FlowWaitEventOutputParameter

FlowWaitEventInputParameter

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

name

a character

value

a FlowElementReferenceOrValue

FlowWaitEventOutputParameter

processMetadataValues

a FlowMetadataValue (inherited from FlowBaseElement)

assignToReference

a character

name

a character

Folder

fullName

a character (inherited from Metadata)

accessType

a FolderAccessTypes - which is a character taking one of the following values:

  • Shared

  • Public

  • Hidden

  • PublicInternal

folderShares

a FolderShare

name

a character

publicFolderAccess

a PublicFolderAccess - which is a character taking one of the following values:

  • ReadOnly

  • ReadWrite

sharedTo

a SharedTo

FolderShare

accessLevel

a FolderShareAccessLevel - which is a character taking one of the following values:

  • View

  • EditAllContents

  • Manage

sharedTo

a character

sharedToType

a FolderSharedToType - which is a character taking one of the following values:

  • Group

  • Role

  • RoleAndSubordinates

  • RoleAndSubordinatesInternal

  • Manager

  • ManagerAndSubordinatesInternal

  • Organization

  • Territory

  • TerritoryAndSubordinates

  • AllPrmUsers

  • User

  • PartnerUser

  • AllCspUsers

  • CustomerPortalUser

  • PortalRole

  • PortalRoleAndSubordinates

  • ChannelProgramGroup

ForecastingCategoryMapping

forecastingItemCategoryApiName

a character

weightedSourceCategories

a WeightedSourceCategory

ForecastingDisplayedFamilySettings

productFamily

a character

ForecastingSettings

fullName

a character (inherited from Metadata)

displayCurrency

a DisplayCurrency - which is a character taking one of the following values:

  • CORPORATE

  • PERSONAL

enableForecasts

a character either 'true' or 'false'

forecastingCategoryMappings

a ForecastingCategoryMapping

forecastingDisplayedFamilySettings

a ForecastingDisplayedFamilySettings

forecastingTypeSettings

a ForecastingTypeSettings

ForecastingTypeSettings

active

a character either 'true' or 'false'

adjustmentsSettings

a AdjustmentsSettings

displayedCategoryApiNames

a character

forecastRangeSettings

a ForecastRangeSettings

forecastedCategoryApiNames

a character

forecastingDateType

a ForecastingDateType - which is a character taking one of the following values:

  • OpportunityCloseDate

  • ProductDate

  • ScheduleDate

hasProductFamily

a character either 'true' or 'false'

isAmount

a character either 'true' or 'false'

isAvailable

a character either 'true' or 'false'

isQuantity

a character either 'true' or 'false'

managerAdjustableCategoryApiNames

a character

masterLabel

a character

name

a character

opportunityListFieldsLabelMappings

a OpportunityListFieldsLabelMapping

opportunityListFieldsSelectedSettings

a OpportunityListFieldsSelectedSettings

opportunityListFieldsUnselectedSettings

a OpportunityListFieldsUnselectedSettings

opportunitySplitName

a character

ownerAdjustableCategoryApiNames

a character

quotasSettings

a QuotasSettings

territory2ModelName

a character

ForecastRangeSettings

beginning

an integer

displaying

an integer

periodType

a PeriodTypes - which is a character taking one of the following values:

  • Month

  • Quarter

  • Week

  • Year

GlobalPicklistValue

fullName

a character (inherited from Metadata)

color

a character

default

a character either 'true' or 'false'

description

a character

isActive

a character either 'true' or 'false'

GlobalQuickActionTranslation

label

a character

name

a character

GlobalValueSet

fullName

a character (inherited from Metadata)

customValue

a CustomValue

description

a character

masterLabel

a character

sorted

a character either 'true' or 'false'

GlobalValueSetTranslation

fullName

a character (inherited from Metadata)

valueTranslation

a ValueTranslation

Group

fullName

a character (inherited from Metadata)

doesIncludeBosses

a character either 'true' or 'false'

name

a character

HistoryRetentionPolicy

archiveAfterMonths

an integer

archiveRetentionYears

an integer

description

a character

Holiday

activityDate

a character formatted as 'yyyy-mm-dd'

businessHours

a character

description

a character

endTime

a character formatted as 'hh:mm:ssZ

isRecurring

a character either 'true' or 'false'

name

a character

recurrenceDayOfMonth

an integer

recurrenceDayOfWeek

a character

recurrenceDayOfWeekMask

an integer

recurrenceEndDate

a character formatted as 'yyyy-mm-dd'

recurrenceInstance

a character

recurrenceInterval

an integer

recurrenceMonthOfYear

a character

recurrenceStartDate

a character formatted as 'yyyy-mm-dd'

recurrenceType

a character

startTime

a character formatted as 'hh:mm:ssZ

HomePageComponent

fullName

a character (inherited from Metadata)

body

a character

height

an integer

links

a character

page

a character

pageComponentType

a PageComponentType - which is a character taking one of the following values:

  • links

  • htmlArea

  • imageOrNote

  • visualforcePage

showLabel

a character either 'true' or 'false'

showScrollbars

a character either 'true' or 'false'

width

a PageComponentWidth - which is a character taking one of the following values:

  • narrow

  • wide

HomePageLayout

fullName

a character (inherited from Metadata)

narrowComponents

a character

wideComponents

a character

IdeaReputationLevel

name

a character

value

an integer

IdeasSettings

fullName

a character (inherited from Metadata)

enableChatterProfile

a character either 'true' or 'false'

enableIdeaThemes

a character either 'true' or 'false'

enableIdeas

a character either 'true' or 'false'

enableIdeasReputation

a character either 'true' or 'false'

halfLife

a numeric

ideasProfilePage

a character

Index

fullName

a character (inherited from Metadata)

fields

a IndexField

label

a character

IndexField

name

a character

sortDirection

a character

InsightType

fullName

a character (inherited from Metadata)

defaultTrendType

a InsightTrendType - which is a character taking one of the following values:

  • Positive

  • Negative

  • Informational

  • Suggestion

description

a character

isProtected

a character either 'true' or 'false'

masterLabel

a character

parentType

a InsightParentType - which is a character taking one of the following values:

  • Opportunity

  • Account

title

a character

InstalledPackage

fullName

a character (inherited from Metadata)

password

a character

versionNumber

a character

IntegrationHubSettings

fullName

a character (inherited from Metadata)

canonicalName

a character

canonicalNameBindingChar

a character

description

a character

isEnabled

a character either 'true' or 'false'

isProtected

a character either 'true' or 'false'

masterLabel

a character

setupData

a character

setupDefinition

a character

setupNamespace

a character

setupSimpleName

a character

uUID

a character

version

a character

versionBuild

an integer

versionMajor

an integer

versionMinor

an integer

IntegrationHubSettingsType

fullName

a character (inherited from Metadata)

canonicalName

a character

canonicalNameBindingChar

a character

description

a character

isEnabled

a character either 'true' or 'false'

isProtected

a character either 'true' or 'false'

masterLabel

a character

setupNamespace

a character

setupSimpleName

a character

uUID

a character

version

a character

versionBuild

an integer

versionMajor

an integer

versionMinor

an integer

IpRange

description

a character

end

a character

start

a character

KeyboardShortcuts

customShortcuts

a CustomShortcut

defaultShortcuts

a DefaultShortcut

Keyword

keyword

a character

KeywordList

fullName

a character (inherited from Metadata)

description

a character

keywords

a Keyword

masterLabel

a character

KnowledgeAnswerSettings

assignTo

a character

defaultArticleType

a character

enableArticleCreation

a character either 'true' or 'false'

KnowledgeCaseField

name

a character

KnowledgeCaseFieldsSettings

field

a KnowledgeCaseField

KnowledgeCaseSettings

articlePDFCreationProfile

a character

articlePublicSharingCommunities

a KnowledgeCommunitiesSettings

articlePublicSharingSites

a KnowledgeSitesSettings

articlePublicSharingSitesChatterAnswers

a KnowledgeSitesSettings

assignTo

a character

customizationClass

a character

defaultContributionArticleType

a character

editor

a KnowledgeCaseEditor - which is a character taking one of the following values:

  • simple

  • standard

enableArticleCreation

a character either 'true' or 'false'

enableArticlePublicSharingSites

a character either 'true' or 'false'

enableCaseDataCategoryMapping

a character either 'true' or 'false'

useProfileForPDFCreation

a character either 'true' or 'false'

KnowledgeCommunitiesSettings

community

a character

KnowledgeLanguage

active

a character either 'true' or 'false'

defaultAssignee

a character

defaultAssigneeType

a KnowledgeLanguageLookupValueType - which is a character taking one of the following values:

  • User

  • Queue

defaultReviewer

a character

defaultReviewerType

a KnowledgeLanguageLookupValueType - which is a character taking one of the following values:

  • User

  • Queue

name

a character

KnowledgeLanguageSettings

language

a KnowledgeLanguage

KnowledgeSettings

fullName

a character (inherited from Metadata)

answers

a KnowledgeAnswerSettings

cases

a KnowledgeCaseSettings

defaultLanguage

a character

enableChatterQuestionKBDeflection

a character either 'true' or 'false'

enableCreateEditOnArticlesTab

a character either 'true' or 'false'

enableExternalMediaContent

a character either 'true' or 'false'

enableKnowledge

a character either 'true' or 'false'

enableLightningKnowledge

a character either 'true' or 'false'

languages

a KnowledgeLanguageSettings

showArticleSummariesCustomerPortal

a character either 'true' or 'false'

showArticleSummariesInternalApp

a character either 'true' or 'false'

showArticleSummariesPartnerPortal

a character either 'true' or 'false'

showValidationStatusField

a character either 'true' or 'false'

suggestedArticles

a KnowledgeSuggestedArticlesSettings

KnowledgeSitesSettings

site

a character

KnowledgeSuggestedArticlesSettings

caseFields

a KnowledgeCaseFieldsSettings

useSuggestedArticlesForCase

a character either 'true' or 'false'

workOrderFields

a KnowledgeWorkOrderFieldsSettings

workOrderLineItemFields

a KnowledgeWorkOrderLineItemFieldsSettings

KnowledgeWorkOrderField

name

a character

KnowledgeWorkOrderFieldsSettings

field

a KnowledgeWorkOrderField

KnowledgeWorkOrderLineItemField

name

a character

KnowledgeWorkOrderLineItemFieldsSettings

field

a KnowledgeWorkOrderLineItemField

Layout

fullName

a character (inherited from Metadata)

customButtons

a character

customConsoleComponents

a CustomConsoleComponents

emailDefault

a character either 'true' or 'false'

excludeButtons

a character

feedLayout

a FeedLayout

headers

a LayoutHeader - which is a character taking one of the following values:

  • PersonalTagging

  • PublicTagging

layoutSections

a LayoutSection

miniLayout

a MiniLayout

multilineLayoutFields

a character

platformActionList

a PlatformActionList

quickActionList

a QuickActionList

relatedContent

a RelatedContent

relatedLists

a RelatedListItem

relatedObjects

a character

runAssignmentRulesDefault

a character either 'true' or 'false'

showEmailCheckbox

a character either 'true' or 'false'

showHighlightsPanel

a character either 'true' or 'false'

showInteractionLogPanel

a character either 'true' or 'false'

showKnowledgeComponent

a character either 'true' or 'false'

showRunAssignmentRulesCheckbox

a character either 'true' or 'false'

showSolutionSection

a character either 'true' or 'false'

showSubmitAndAttachButton

a character either 'true' or 'false'

summaryLayout

a SummaryLayout

LayoutColumn

layoutItems

a LayoutItem

reserved

a character

LayoutItem

analyticsCloudComponent

a AnalyticsCloudComponentLayoutItem

behavior

a UiBehavior - which is a character taking one of the following values:

  • Edit

  • Required

  • Readonly

canvas

a character

component

a character

customLink

a character

emptySpace

a character either 'true' or 'false'

field

a character

height

an integer

page

a character

reportChartComponent

a ReportChartComponentLayoutItem

scontrol

a character

showLabel

a character either 'true' or 'false'

showScrollbars

a character either 'true' or 'false'

width

a character

LayoutSection

customLabel

a character either 'true' or 'false'

detailHeading

a character either 'true' or 'false'

editHeading

a character either 'true' or 'false'

label

a character

layoutColumns

a LayoutColumn

style

a LayoutSectionStyle - which is a character taking one of the following values:

  • TwoColumnsTopToBottom

  • TwoColumnsLeftToRight

  • OneColumn

  • CustomLinks

LayoutSectionTranslation

label

a character

section

a character

LayoutTranslation

layout

a character

layoutType

a character

sections

a LayoutSectionTranslation

LeadConvertSettings

fullName

a character (inherited from Metadata)

allowOwnerChange

a character either 'true' or 'false'

objectMapping

a ObjectMapping

opportunityCreationOptions

a VisibleOrRequired - which is a character taking one of the following values:

  • VisibleOptional

  • VisibleRequired

  • NotVisible

Letterhead

fullName

a character (inherited from Metadata)

available

a character either 'true' or 'false'

backgroundColor

a character

bodyColor

a character

bottomLine

a LetterheadLine

description

a character

footer

a LetterheadHeaderFooter

header

a LetterheadHeaderFooter

middleLine

a LetterheadLine

name

a character

topLine

a LetterheadLine

LetterheadHeaderFooter

backgroundColor

a character

height

an integer

horizontalAlignment

a LetterheadHorizontalAlignment - which is a character taking one of the following values:

  • None

  • Left

  • Center

  • Right

logo

a character

verticalAlignment

a LetterheadVerticalAlignment - which is a character taking one of the following values:

  • None

  • Top

  • Middle

  • Bottom

LetterheadLine

color

a character

height

an integer

LicensedCustomPermissions

customPermission

a character

licenseDefinition

a character

LicenseDefinition

fullName

a character (inherited from Metadata)

aggregationGroup

a character

description

a character

isPublished

a character either 'true' or 'false'

label

a character

licensedCustomPermissions

a LicensedCustomPermissions

licensingAuthority

a character

licensingAuthorityProvider

a character

minPlatformVersion

an integer

origin

a character

revision

an integer

trialLicenseDuration

an integer

trialLicenseQuantity

an integer

LightningBolt

fullName

a character (inherited from Metadata)

category

a LightningBoltCategory - which is a character taking one of the following values:

  • IT

  • Marketing

  • Sales

  • Service

lightningBoltFeatures

a LightningBoltFeatures

lightningBoltImages

a LightningBoltImages

lightningBoltItems

a LightningBoltItems

masterLabel

a character

publisher

a character

summary

a character

LightningBoltFeatures

description

a character

order

an integer

title

a character

LightningBoltImages

image

a character

order

an integer

LightningBoltItems

name

a character

type

a character

LightningComponentBundle

fullName

a character (inherited from Metadata)

apiVersion

a numeric

isExposed

a character either 'true' or 'false'

LightningExperienceTheme

fullName

a character (inherited from Metadata)

defaultBrandingSet

a character

description

a character

masterLabel

a character

shouldOverrideLoadingImage

a character either 'true' or 'false'

ListMetadataQuery

folder

a character

type

a character

ListPlacement

height

an integer

location

a character

units

a character

width

an integer

ListView

fullName

a character (inherited from Metadata)

booleanFilter

a character

columns

a character

division

a character

filterScope

a FilterScope - which is a character taking one of the following values:

  • Everything

  • Mine

  • Queue

  • Delegated

  • MyTerritory

  • MyTeamTerritory

  • Team

  • AssignedToMe

filters

a ListViewFilter

label

a character

language

a Language - which is a character taking one of the following values:

  • en_US

  • de

  • es

  • fr

  • it

  • ja

  • sv

  • ko

  • zh_TW

  • zh_CN

  • pt_BR

  • nl_NL

  • da

  • th

  • fi

  • ru

  • es_MX

  • no

  • hu

  • pl

  • cs

  • tr

  • in

  • ro

  • vi

  • uk

  • iw

  • el

  • bg

  • en_GB

  • ar

  • sk

  • pt_PT

  • hr

  • sl

  • fr_CA

  • ka

  • sr

  • sh

  • en_AU

  • en_MY

  • en_IN

  • en_PH

  • en_CA

  • ro_MD

  • bs

  • mk

  • lv

  • lt

  • et

  • sq

  • sh_ME

  • mt

  • ga

  • eu

  • cy

  • is

  • ms

  • tl

  • lb

  • rm

  • hy

  • hi

  • ur

  • bn

  • de_AT

  • de_CH

  • ta

  • ar_DZ

  • ar_BH

  • ar_EG

  • ar_IQ

  • ar_JO

  • ar_KW

  • ar_LB

  • ar_LY

  • ar_MA

  • ar_OM

  • ar_QA

  • ar_SA

  • ar_SD

  • ar_SY

  • ar_TN

  • ar_AE

  • ar_YE

  • zh_SG

  • zh_HK

  • en_HK

  • en_IE

  • en_SG

  • en_ZA

  • fr_BE

  • fr_LU

  • fr_CH

  • de_BE

  • de_LU

  • it_CH

  • nl_BE

  • es_AR

  • es_BO

  • es_CL

  • es_CO

  • es_CR

  • es_DO

  • es_EC

  • es_SV

  • es_GT

  • es_HN

  • es_NI

  • es_PA

  • es_PY

  • es_PE

  • es_PR

  • es_US

  • es_UY

  • es_VE

  • ca

  • eo

  • iw_EO

queue

a character

sharedTo

a SharedTo

ListViewFilter

field

a character

operation

a FilterOperation - which is a character taking one of the following values:

  • equals

  • notEqual

  • lessThan

  • greaterThan

  • lessOrEqual

  • greaterOrEqual

  • contains

  • notContain

  • startsWith

  • includes

  • excludes

  • within

value

a character

LiveAgentConfig

enableLiveChat

a character either 'true' or 'false'

openNewAccountSubtab

a character either 'true' or 'false'

openNewCaseSubtab

a character either 'true' or 'false'

openNewContactSubtab

a character either 'true' or 'false'

openNewLeadSubtab

a character either 'true' or 'false'

openNewVFPageSubtab

a character either 'true' or 'false'

pageNamesToOpen

a character

showKnowledgeArticles

a character either 'true' or 'false'

LiveAgentSettings

fullName

a character (inherited from Metadata)

enableLiveAgent

a character either 'true' or 'false'

LiveChatAgentConfig

fullName

a character (inherited from Metadata)

assignments

a AgentConfigAssignments

autoGreeting

a character

capacity

an integer

criticalWaitTime

an integer

customAgentName

a character

enableAgentFileTransfer

a character either 'true' or 'false'

enableAgentSneakPeek

a character either 'true' or 'false'

enableAssistanceFlag

a character either 'true' or 'false'

enableAutoAwayOnDecline

a character either 'true' or 'false'

enableAutoAwayOnPushTimeout

a character either 'true' or 'false'

enableChatConferencing

a character either 'true' or 'false'

enableChatMonitoring

a character either 'true' or 'false'

enableChatTransferToAgent

a character either 'true' or 'false'

enableChatTransferToButton

a character either 'true' or 'false'

enableChatTransferToSkill

a character either 'true' or 'false'

enableLogoutSound

a character either 'true' or 'false'

enableNotifications

a character either 'true' or 'false'

enableRequestSound

a character either 'true' or 'false'

enableSneakPeek

a character either 'true' or 'false'

enableVisitorBlocking

a character either 'true' or 'false'

enableWhisperMessage

a character either 'true' or 'false'

label

a character

supervisorDefaultAgentStatusFilter

a SupervisorAgentStatusFilter - which is a character taking one of the following values:

  • Online

  • Away

  • Offline

supervisorDefaultButtonFilter

a character

supervisorDefaultSkillFilter

a character

supervisorSkills

a SupervisorAgentConfigSkills

transferableButtons

a AgentConfigButtons

transferableSkills

a AgentConfigSkills

LiveChatButton

fullName

a character (inherited from Metadata)

animation

a LiveChatButtonPresentation - which is a character taking one of the following values:

  • Slide

  • Fade

  • Appear

  • Custom

autoGreeting

a character

chasitorIdleTimeout

an integer

chasitorIdleTimeoutWarning

an integer

chatPage

a character

customAgentName

a character

deployments

a LiveChatButtonDeployments

enableQueue

a character either 'true' or 'false'

inviteEndPosition

a LiveChatButtonInviteEndPosition - which is a character taking one of the following values:

  • TopLeft

  • Top

  • TopRight

  • Left

  • Center

  • Right

  • BottomLeft

  • Bottom

  • BottomRight

inviteImage

a character

inviteStartPosition

a LiveChatButtonInviteStartPosition - which is a character taking one of the following values:

  • TopLeft

  • TopLeftTop

  • Top

  • TopRightTop

  • TopRight

  • TopRightRight

  • Right

  • BottomRightRight

  • BottomRight

  • BottomRightBottom

  • Bottom

  • BottomLeftBottom

  • BottomLeft

  • BottomLeftLeft

  • Left

  • TopLeftLeft

isActive

a character either 'true' or 'false'

label

a character

numberOfReroutingAttempts

an integer

offlineImage

a character

onlineImage

a character

optionsCustomRoutingIsEnabled

a character either 'true' or 'false'

optionsHasChasitorIdleTimeout

a character either 'true' or 'false'

optionsHasInviteAfterAccept

a character either 'true' or 'false'

optionsHasInviteAfterReject

a character either 'true' or 'false'

optionsHasRerouteDeclinedRequest

a character either 'true' or 'false'

optionsIsAutoAccept

a character either 'true' or 'false'

optionsIsInviteAutoRemove

a character either 'true' or 'false'

overallQueueLength

an integer

perAgentQueueLength

an integer

postChatPage

a character

postChatUrl

a character

preChatFormPage

a character

preChatFormUrl

a character

pushTimeOut

an integer

routingType

a LiveChatButtonRoutingType - which is a character taking one of the following values:

  • Choice

  • LeastActive

  • MostAvailable

site

a character

skills

a LiveChatButtonSkills

timeToRemoveInvite

an integer

type

a LiveChatButtonType - which is a character taking one of the following values:

  • Standard

  • Invite

windowLanguage

a Language - which is a character taking one of the following values:

  • en_US

  • de

  • es

  • fr

  • it

  • ja

  • sv

  • ko

  • zh_TW

  • zh_CN

  • pt_BR

  • nl_NL

  • da

  • th

  • fi

  • ru

  • es_MX

  • no

  • hu

  • pl

  • cs

  • tr

  • in

  • ro

  • vi

  • uk

  • iw

  • el

  • bg

  • en_GB

  • ar

  • sk

  • pt_PT

  • hr

  • sl

  • fr_CA

  • ka

  • sr

  • sh

  • en_AU

  • en_MY

  • en_IN

  • en_PH

  • en_CA

  • ro_MD

  • bs

  • mk

  • lv

  • lt

  • et

  • sq

  • sh_ME

  • mt

  • ga

  • eu

  • cy

  • is

  • ms

  • tl

  • lb

  • rm

  • hy

  • hi

  • ur

  • bn

  • de_AT

  • de_CH

  • ta

  • ar_DZ

  • ar_BH

  • ar_EG

  • ar_IQ

  • ar_JO

  • ar_KW

  • ar_LB

  • ar_LY

  • ar_MA

  • ar_OM

  • ar_QA

  • ar_SA

  • ar_SD

  • ar_SY

  • ar_TN

  • ar_AE

  • ar_YE

  • zh_SG

  • zh_HK

  • en_HK

  • en_IE

  • en_SG

  • en_ZA

  • fr_BE

  • fr_LU

  • fr_CH

  • de_BE

  • de_LU

  • it_CH

  • nl_BE

  • es_AR

  • es_BO

  • es_CL

  • es_CO

  • es_CR

  • es_DO

  • es_EC

  • es_SV

  • es_GT

  • es_HN

  • es_NI

  • es_PA

  • es_PY

  • es_PE

  • es_PR

  • es_US

  • es_UY

  • es_VE

  • ca

  • eo

  • iw_EO

LiveChatButtonDeployments

deployment

a character

LiveChatButtonSkills

skill

a character

LiveChatDeployment

fullName

a character (inherited from Metadata)

brandingImage

a character

connectionTimeoutDuration

an integer

connectionWarningDuration

an integer

displayQueuePosition

a character either 'true' or 'false'

domainWhiteList

a LiveChatDeploymentDomainWhitelist

enablePrechatApi

a character either 'true' or 'false'

enableTranscriptSave

a character either 'true' or 'false'

label

a character

mobileBrandingImage

a character

site

a character

windowTitle

a character

LiveChatDeploymentDomainWhitelist

domain

a character

LiveChatSensitiveDataRule

fullName

a character (inherited from Metadata)

actionType

a SensitiveDataActionType - which is a character taking one of the following values:

  • Remove

  • Replace

description

a character

enforceOn

an integer

isEnabled

a character either 'true' or 'false'

pattern

a character

replacement

a character

LiveMessageSettings

fullName

a character (inherited from Metadata)

enableLiveMessage

a character either 'true' or 'false'

LogInfo

category

a LogCategory - which is a character taking one of the following values:

  • Db

  • Workflow

  • Validation

  • Callout

  • Apex_code

  • Apex_profiling

  • Visualforce

  • System

  • Wave

  • All

level

a LogCategoryLevel - which is a character taking one of the following values:

  • None

  • Finest

  • Finer

  • Fine

  • Debug

  • Info

  • Warn

  • Error

LookupFilter

active

a character either 'true' or 'false'

booleanFilter

a character

description

a character

errorMessage

a character

filterItems

a FilterItem

infoMessage

a character

isOptional

a character either 'true' or 'false'

LookupFilterTranslation

errorMessage

a character

informationalMessage

a character

MacroSettings

fullName

a character (inherited from Metadata)

enableAdvancedSearch

a character either 'true' or 'false'

ManagedTopic

fullName

a character (inherited from Metadata)

managedTopicType

a character

name

a character

parentName

a character

position

an integer

topicDescription

a character

ManagedTopics

fullName

a character (inherited from Metadata)

managedTopic

a ManagedTopic

MarketingActionSettings

fullName

a character (inherited from Metadata)

enableMarketingAction

a character either 'true' or 'false'

MarketingResourceType

fullName

a character (inherited from Metadata)

description

a character

masterLabel

a character

object

a character

provider

a character

MatchingRule

fullName

a character (inherited from Metadata)

booleanFilter

a character

description

a character

label

a character

matchingRuleItems

a MatchingRuleItem

ruleStatus

a MatchingRuleStatus - which is a character taking one of the following values:

  • Inactive

  • DeactivationFailed

  • Activating

  • Deactivating

  • Active

  • ActivationFailed

MatchingRuleItem

blankValueBehavior

a BlankValueBehavior - which is a character taking one of the following values:

  • MatchBlanks

  • NullNotAllowed

fieldName

a character

matchingMethod

a MatchingMethod - which is a character taking one of the following values:

  • Exact

  • FirstName

  • LastName

  • CompanyName

  • Phone

  • City

  • Street

  • Zip

  • Title

MatchingRules

fullName

a character (inherited from Metadata)

matchingRules

a MatchingRule

Metadata

fullName

a character

MetadataWithContent

fullName

a character (inherited from Metadata)

content

a character formed using base64encode

MilestoneType

fullName

a character (inherited from Metadata)

description

a character

recurrenceType

a MilestoneTypeRecurrenceType - which is a character taking one of the following values:

  • none

  • recursIndependently

  • recursChained

MiniLayout

fields

a character

relatedLists

a RelatedListItem

MobileSettings

fullName

a character (inherited from Metadata)

chatterMobile

a ChatterMobileSettings

dashboardMobile

a DashboardMobileSettings

salesforceMobile

a SFDCMobileSettings

touchMobile

a TouchMobileSettings

ModeratedEntityField

entityName

a character

fieldName

a character

keywordList

a character

ModerationRule

fullName

a character (inherited from Metadata)

action

a ModerationRuleAction - which is a character taking one of the following values:

  • Block

  • FreezeAndNotify

  • Review

  • Replace

  • Flag

actionLimit

an integer

active

a character either 'true' or 'false'

description

a character

entitiesAndFields

a ModeratedEntityField

masterLabel

a character

notifyLimit

an integer

timePeriod

a RateLimitTimePeriod - which is a character taking one of the following values:

  • Short

  • Medium

type

a ModerationRuleType - which is a character taking one of the following values:

  • Content

  • Rate

userCriteria

a character

userMessage

a character

NamedCredential

fullName

a character (inherited from Metadata)

allowMergeFieldsInBody

a character either 'true' or 'false'

allowMergeFieldsInHeader

a character either 'true' or 'false'

authProvider

a character

certificate

a character

endpoint

a character

generateAuthorizationHeader

a character either 'true' or 'false'

label

a character

oauthRefreshToken

a character

oauthScope

a character

oauthToken

a character

password

a character

principalType

a ExternalPrincipalType - which is a character taking one of the following values:

  • Anonymous

  • PerUser

  • NamedUser

protocol

a AuthenticationProtocol - which is a character taking one of the following values:

  • NoAuthentication

  • Oauth

  • Password

username

a character

NameSettings

fullName

a character (inherited from Metadata)

enableMiddleName

a character either 'true' or 'false'

enableNameSuffix

a character either 'true' or 'false'

NavigationLinkSet

navigationMenuItem

a NavigationMenuItem

NavigationMenuItem

defaultListViewId

a character

label

a character

position

an integer

publiclyAvailable

a character either 'true' or 'false'

subMenu

a NavigationSubMenu

target

a character

targetPreference

a character

type

a character

NavigationSubMenu

navigationMenuItem

a NavigationMenuItem

Network

fullName

a character (inherited from Metadata)

allowInternalUserLogin

a character either 'true' or 'false'

allowMembersToFlag

a character either 'true' or 'false'

allowedExtensions

a character

caseCommentEmailTemplate

a character

changePasswordTemplate

a character

communityRoles

a CommunityRoles

description

a character

disableReputationRecordConversations

a character either 'true' or 'false'

emailFooterLogo

a character

emailFooterText

a character

emailSenderAddress

a character

emailSenderName

a character

enableCustomVFErrorPageOverrides

a character either 'true' or 'false'

enableDirectMessages

a character either 'true' or 'false'

enableGuestChatter

a character either 'true' or 'false'

enableGuestFileAccess

a character either 'true' or 'false'

enableInvitation

a character either 'true' or 'false'

enableKnowledgeable

a character either 'true' or 'false'

enableNicknameDisplay

a character either 'true' or 'false'

enablePrivateMessages

a character either 'true' or 'false'

enableReputation

a character either 'true' or 'false'

enableShowAllNetworkSettings

a character either 'true' or 'false'

enableSiteAsContainer

a character either 'true' or 'false'

enableTalkingAboutStats

a character either 'true' or 'false'

enableTopicAssignmentRules

a character either 'true' or 'false'

enableTopicSuggestions

a character either 'true' or 'false'

enableUpDownVote

a character either 'true' or 'false'

feedChannel

a character

forgotPasswordTemplate

a character

gatherCustomerSentimentData

a character either 'true' or 'false'

logoutUrl

a character

maxFileSizeKb

an integer

navigationLinkSet

a NavigationLinkSet

networkMemberGroups

a NetworkMemberGroup

networkPageOverrides

a NetworkPageOverride

newSenderAddress

a character

picassoSite

a character

recommendationAudience

a RecommendationAudience

recommendationDefinition

a RecommendationDefinition

reputationLevels

a ReputationLevelDefinitions

reputationPointsRules

a ReputationPointsRules

selfRegProfile

a character

selfRegistration

a character either 'true' or 'false'

sendWelcomeEmail

a character either 'true' or 'false'

site

a character

status

a NetworkStatus - which is a character taking one of the following values:

  • UnderConstruction

  • Live

  • DownForMaintenance

tabs

a NetworkTabSet

urlPathPrefix

a character

welcomeTemplate

a character

NetworkAccess

ipRanges

a IpRange

NetworkBranding

content

a character formed using base64encode (inherited from MetadataWithContent)

loginFooterText

a character

loginLogo

a character

loginLogoName

a character

loginPrimaryColor

a character

loginQuaternaryColor

a character

loginRightFrameUrl

a character

network

a character

pageFooter

a character

pageHeader

a character

primaryColor

a character

primaryComplementColor

a character

quaternaryColor

a character

quaternaryComplementColor

a character

secondaryColor

a character

staticLogoImageUrl

a character

tertiaryColor

a character

tertiaryComplementColor

a character

zeronaryColor

a character

zeronaryComplementColor

a character

NetworkMemberGroup

permissionSet

a character

profile

a character

NetworkPageOverride

changePasswordPageOverrideSetting

a NetworkPageOverrideSetting - which is a character taking one of the following values:

  • Designer

  • VisualForce

  • Standard

forgotPasswordPageOverrideSetting

a NetworkPageOverrideSetting - which is a character taking one of the following values:

  • Designer

  • VisualForce

  • Standard

homePageOverrideSetting

a NetworkPageOverrideSetting - which is a character taking one of the following values:

  • Designer

  • VisualForce

  • Standard

loginPageOverrideSetting

a NetworkPageOverrideSetting - which is a character taking one of the following values:

  • Designer

  • VisualForce

  • Standard

selfRegProfilePageOverrideSetting

a NetworkPageOverrideSetting - which is a character taking one of the following values:

  • Designer

  • VisualForce

  • Standard

NetworkTabSet

customTab

a character

defaultTab

a character

standardTab

a character

NextAutomatedApprover

useApproverFieldOfRecordOwner

a character either 'true' or 'false'

userHierarchyField

a character

ObjectMapping

inputObject

a character

mappingFields

a ObjectMappingField

outputObject

a character

ObjectMappingField

inputField

a character

outputField

a character

ObjectNameCaseValue

article

a Article - which is a character taking one of the following values:

  • None

  • Indefinite

  • Definite

caseType

a CaseType - which is a character taking one of the following values:

  • Nominative

  • Accusative

  • Genitive

  • Dative

  • Inessive

  • Elative

  • Illative

  • Adessive

  • Ablative

  • Allative

  • Essive

  • Translative

  • Partitive

  • Objective

  • Subjective

  • Instrumental

  • Prepositional

  • Locative

  • Vocative

  • Sublative

  • Superessive

  • Delative

  • Causalfinal

  • Essiveformal

  • Termanative

  • Distributive

  • Ergative

  • Adverbial

  • Abessive

  • Comitative

plural

a character either 'true' or 'false'

possessive

a Possessive - which is a character taking one of the following values:

  • None

  • First

  • Second

value

a character

ObjectRelationship

join

a ObjectRelationship

outerJoin

a character either 'true' or 'false'

relationship

a character

ObjectSearchSetting

enhancedLookupEnabled

a character either 'true' or 'false'

lookupAutoCompleteEnabled

a character either 'true' or 'false'

name

a character

resultsPerPageCount

an integer

ObjectUsage

object

a character

OpportunityListFieldsLabelMapping

field

a character

label

a character

OpportunityListFieldsSelectedSettings

field

a character

OpportunityListFieldsUnselectedSettings

field

a character

OpportunitySettings

fullName

a character (inherited from Metadata)

autoActivateNewReminders

a character either 'true' or 'false'

enableFindSimilarOpportunities

a character either 'true' or 'false'

enableOpportunityTeam

a character either 'true' or 'false'

enableUpdateReminders

a character either 'true' or 'false'

findSimilarOppFilter

a FindSimilarOppFilter

promptToAddProducts

a character either 'true' or 'false'

Orchestration

content

a character formed using base64encode (inherited from MetadataWithContent)

context

a character

masterLabel

a character

OrchestrationContext

fullName

a character (inherited from Metadata)

description

a character

events

a OrchestrationContextEvent

masterLabel

a character

runtimeType

a character

salesforceObject

a character

salesforceObjectPrimaryKey

a character

OrchestrationContextEvent

eventType

a character

orchestrationEvent

a character

platformEvent

a character

platformEventPrimaryKey

a character

OrderSettings

fullName

a character (inherited from Metadata)

enableNegativeQuantity

a character either 'true' or 'false'

enableOrders

a character either 'true' or 'false'

enableReductionOrders

a character either 'true' or 'false'

enableZeroQuantity

a character either 'true' or 'false'

OrganizationSettingsDetail

settingName

a character

settingValue

a character either 'true' or 'false'

OrgPreferenceSettings

fullName

a character (inherited from Metadata)

preferences

a OrganizationSettingsDetail

Package

fullName

a character (inherited from Metadata)

apiAccessLevel

a APIAccessLevel - which is a character taking one of the following values:

  • Unrestricted

  • Restricted

description

a character

namespacePrefix

a character

objectPermissions

a ProfileObjectPermissions

packageType

a character

postInstallClass

a character

setupWeblink

a character

types

a PackageTypeMembers

uninstallClass

a character

version

a character

PackageTypeMembers

members

a character

name

a character

PackageVersion

majorNumber

an integer

minorNumber

an integer

namespace

a character

PasswordPolicies

apiOnlyUserHomePageURL

a character

complexity

a Complexity - which is a character taking one of the following values:

  • NoRestriction

  • AlphaNumeric

  • SpecialCharacters

  • UpperLowerCaseNumeric

  • UpperLowerCaseNumericSpecialCharacters

expiration

a Expiration - which is a character taking one of the following values:

  • ThirtyDays

  • SixtyDays

  • NinetyDays

  • SixMonths

  • OneYear

  • Never

historyRestriction

a character

lockoutInterval

a LockoutInterval - which is a character taking one of the following values:

  • FifteenMinutes

  • ThirtyMinutes

  • SixtyMinutes

  • Forever

maxLoginAttempts

a MaxLoginAttempts - which is a character taking one of the following values:

  • ThreeAttempts

  • FiveAttempts

  • TenAttempts

  • NoLimit

minimumPasswordLength

a character

minimumPasswordLifetime

a character either 'true' or 'false'

obscureSecretAnswer

a character either 'true' or 'false'

passwordAssistanceMessage

a character

passwordAssistanceURL

a character

questionRestriction

a QuestionRestriction - which is a character taking one of the following values:

  • None

  • DoesNotContainPassword

PathAssistant

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

entityName

a character

fieldName

a character

masterLabel

a character

pathAssistantSteps

a PathAssistantStep

recordTypeName

a character

PathAssistantSettings

fullName

a character (inherited from Metadata)

pathAssistantEnabled

a character either 'true' or 'false'

PathAssistantStep

fieldNames

a character

info

a character

picklistValueName

a character

PermissionSet

fullName

a character (inherited from Metadata)

applicationVisibilities

a PermissionSetApplicationVisibility

classAccesses

a PermissionSetApexClassAccess

customPermissions

a PermissionSetCustomPermissions

description

a character

externalDataSourceAccesses

a PermissionSetExternalDataSourceAccess

fieldPermissions

a PermissionSetFieldPermissions

hasActivationRequired

a character either 'true' or 'false'

label

a character

license

a character

objectPermissions

a PermissionSetObjectPermissions

pageAccesses

a PermissionSetApexPageAccess

recordTypeVisibilities

a PermissionSetRecordTypeVisibility

tabSettings

a PermissionSetTabSetting

userPermissions

a PermissionSetUserPermission

PermissionSetApexClassAccess

apexClass

a character

enabled

a character either 'true' or 'false'

PermissionSetApexPageAccess

apexPage

a character

enabled

a character either 'true' or 'false'

PermissionSetApplicationVisibility

application

a character

visible

a character either 'true' or 'false'

PermissionSetCustomPermissions

enabled

a character either 'true' or 'false'

name

a character

PermissionSetExternalDataSourceAccess

enabled

a character either 'true' or 'false'

externalDataSource

a character

PermissionSetFieldPermissions

editable

a character either 'true' or 'false'

field

a character

readable

a character either 'true' or 'false'

PermissionSetGroup

fullName

a character (inherited from Metadata)

description

a character

isCalculatingChanges

a character either 'true' or 'false'

label

a character

permissionSets

a character

PermissionSetObjectPermissions

allowCreate

a character either 'true' or 'false'

allowDelete

a character either 'true' or 'false'

allowEdit

a character either 'true' or 'false'

allowRead

a character either 'true' or 'false'

modifyAllRecords

a character either 'true' or 'false'

object

a character

viewAllRecords

a character either 'true' or 'false'

PermissionSetRecordTypeVisibility

recordType

a character

visible

a character either 'true' or 'false'

PermissionSetTabSetting

tab

a character

visibility

a PermissionSetTabVisibility - which is a character taking one of the following values:

  • None

  • Available

  • Visible

PermissionSetUserPermission

enabled

a character either 'true' or 'false'

name

a character

PersonalJourneySettings

fullName

a character (inherited from Metadata)

enableExactTargetForSalesforceApps

a character either 'true' or 'false'

PersonListSettings

fullName

a character (inherited from Metadata)

enablePersonList

a character either 'true' or 'false'

PicklistEntry

active

a character either 'true' or 'false'

defaultValue

a character either 'true' or 'false'

label

a character

validFor

a character

value

a character

PicklistValue

color

a character (inherited from GlobalPicklistValue)

default

a character either 'true' or 'false' (inherited from GlobalPicklistValue)

description

a character (inherited from GlobalPicklistValue)

isActive

a character either 'true' or 'false' (inherited from GlobalPicklistValue)

allowEmail

a character either 'true' or 'false'

closed

a character either 'true' or 'false'

controllingFieldValues

a character

converted

a character either 'true' or 'false'

cssExposed

a character either 'true' or 'false'

forecastCategory

a ForecastCategories - which is a character taking one of the following values:

  • Omitted

  • Pipeline

  • BestCase

  • Forecast

  • Closed

highPriority

a character either 'true' or 'false'

probability

an integer

reverseRole

a character

reviewed

a character either 'true' or 'false'

won

a character either 'true' or 'false'

PicklistValueTranslation

masterLabel

a character

translation

a character

PlatformActionList

fullName

a character (inherited from Metadata)

actionListContext

a PlatformActionListContext - which is a character taking one of the following values:

  • ListView

  • RelatedList

  • ListViewRecord

  • RelatedListRecord

  • Record

  • FeedElement

  • Chatter

  • Global

  • Flexipage

  • MruList

  • MruRow

  • RecordEdit

  • Photo

  • BannerPhoto

  • ObjectHomeChart

  • ListViewDefinition

  • Dockable

  • Lookup

  • Assistant

platformActionListItems

a PlatformActionListItem

relatedSourceEntity

a character

PlatformActionListItem

actionName

a character

actionType

a PlatformActionType - which is a character taking one of the following values:

  • QuickAction

  • StandardButton

  • CustomButton

  • ProductivityAction

  • ActionLink

  • InvocableAction

sortOrder

an integer

subtype

a character

PlatformCachePartition

fullName

a character (inherited from Metadata)

description

a character

isDefaultPartition

a character either 'true' or 'false'

masterLabel

a character

platformCachePartitionTypes

a PlatformCachePartitionType

PlatformCachePartitionType

allocatedCapacity

an integer

allocatedPurchasedCapacity

an integer

allocatedTrialCapacity

an integer

cacheType

a PlatformCacheType - which is a character taking one of the following values:

  • Session

  • Organization

Portal

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

admin

a character

defaultLanguage

a character

description

a character

emailSenderAddress

a character

emailSenderName

a character

enableSelfCloseCase

a character either 'true' or 'false'

footerDocument

a character

forgotPassTemplate

a character

headerDocument

a character

isSelfRegistrationActivated

a character either 'true' or 'false'

loginHeaderDocument

a character

logoDocument

a character

logoutUrl

a character

newCommentTemplate

a character

newPassTemplate

a character

newUserTemplate

a character

ownerNotifyTemplate

a character

selfRegNewUserUrl

a character

selfRegUserDefaultProfile

a character

selfRegUserDefaultRole

a PortalRoles - which is a character taking one of the following values:

  • Executive

  • Manager

  • Worker

  • PersonAccount

selfRegUserTemplate

a character

showActionConfirmation

a character either 'true' or 'false'

stylesheetDocument

a character

type

a PortalType - which is a character taking one of the following values:

  • CustomerSuccess

  • Partner

  • Network

PostTemplate

fullName

a character (inherited from Metadata)

default

a character either 'true' or 'false'

description

a character

fields

a character

label

a character

PrimaryTabComponents

containers

a Container

ProductSettings

fullName

a character (inherited from Metadata)

enableCascadeActivateToRelatedPrices

a character either 'true' or 'false'

enableQuantitySchedule

a character either 'true' or 'false'

enableRevenueSchedule

a character either 'true' or 'false'

Profile

fullName

a character (inherited from Metadata)

applicationVisibilities

a ProfileApplicationVisibility

categoryGroupVisibilities

a ProfileCategoryGroupVisibility

classAccesses

a ProfileApexClassAccess

custom

a character either 'true' or 'false'

customPermissions

a ProfileCustomPermissions

description

a character

externalDataSourceAccesses

a ProfileExternalDataSourceAccess

fieldPermissions

a ProfileFieldLevelSecurity

layoutAssignments

a ProfileLayoutAssignment

loginHours

a ProfileLoginHours

loginIpRanges

a ProfileLoginIpRange

objectPermissions

a ProfileObjectPermissions

pageAccesses

a ProfileApexPageAccess

profileActionOverrides

a ProfileActionOverride

recordTypeVisibilities

a ProfileRecordTypeVisibility

tabVisibilities

a ProfileTabVisibility

userLicense

a character

userPermissions

a ProfileUserPermission

ProfileActionOverride

actionName

a character

content

a character

formFactor

a FormFactor - which is a character taking one of the following values:

  • Small

  • Medium

  • Large

pageOrSobjectType

a character

recordType

a character

type

a ActionOverrideType - which is a character taking one of the following values:

  • Default

  • Standard

  • Scontrol

  • Visualforce

  • Flexipage

  • LightningComponent

ProfileApexClassAccess

apexClass

a character

enabled

a character either 'true' or 'false'

ProfileApexPageAccess

apexPage

a character

enabled

a character either 'true' or 'false'

ProfileApplicationVisibility

application

a character

default

a character either 'true' or 'false'

visible

a character either 'true' or 'false'

ProfileCategoryGroupVisibility

dataCategories

a character

dataCategoryGroup

a character

visibility

a CategoryGroupVisibility - which is a character taking one of the following values:

  • ALL

  • NONE

  • CUSTOM

ProfileCustomPermissions

enabled

a character either 'true' or 'false'

name

a character

ProfileExternalDataSourceAccess

enabled

a character either 'true' or 'false'

externalDataSource

a character

ProfileFieldLevelSecurity

editable

a character either 'true' or 'false'

field

a character

readable

a character either 'true' or 'false'

ProfileLayoutAssignment

layout

a character

recordType

a character

ProfileLoginHours

fridayEnd

a character

fridayStart

a character

mondayEnd

a character

mondayStart

a character

saturdayEnd

a character

saturdayStart

a character

sundayEnd

a character

sundayStart

a character

thursdayEnd

a character

thursdayStart

a character

tuesdayEnd

a character

tuesdayStart

a character

wednesdayEnd

a character

wednesdayStart

a character

ProfileLoginIpRange

description

a character

endAddress

a character

startAddress

a character

ProfileObjectPermissions

allowCreate

a character either 'true' or 'false'

allowDelete

a character either 'true' or 'false'

allowEdit

a character either 'true' or 'false'

allowRead

a character either 'true' or 'false'

modifyAllRecords

a character either 'true' or 'false'

object

a character

viewAllRecords

a character either 'true' or 'false'

ProfilePasswordPolicy

fullName

a character (inherited from Metadata)

lockoutInterval

an integer

maxLoginAttempts

an integer

minimumPasswordLength

an integer

minimumPasswordLifetime

a character either 'true' or 'false'

obscure

a character either 'true' or 'false'

passwordComplexity

an integer

passwordExpiration

an integer

passwordHistory

an integer

passwordQuestion

an integer

profile

a character

ProfileRecordTypeVisibility

default

a character either 'true' or 'false'

personAccountDefault

a character either 'true' or 'false'

recordType

a character

visible

a character either 'true' or 'false'

ProfileSessionSetting

fullName

a character (inherited from Metadata)

externalCommunityUserIdentityVerif

a character either 'true' or 'false'

forceLogout

a character either 'true' or 'false'

profile

a character

requiredSessionLevel

a SessionSecurityLevel - which is a character taking one of the following values:

  • LOW

  • STANDARD

  • HIGH_ASSURANCE

sessionPersistence

a character either 'true' or 'false'

sessionTimeout

an integer

sessionTimeoutWarning

a character either 'true' or 'false'

ProfileTabVisibility

tab

a character

visibility

a TabVisibility - which is a character taking one of the following values:

  • Hidden

  • DefaultOff

  • DefaultOn

ProfileUserPermission

enabled

a character either 'true' or 'false'

name

a character

PublicGroups

publicGroup

a character

PushNotification

fieldNames

a character

objectName

a character

Queue

fullName

a character (inherited from Metadata)

doesSendEmailToMembers

a character either 'true' or 'false'

email

a character

name

a character

queueMembers

a QueueMembers

queueRoutingConfig

a character

queueSobject

a QueueSobject

QueueMembers

publicGroups

a PublicGroups

roleAndSubordinates

a RoleAndSubordinates

roleAndSubordinatesInternal

a RoleAndSubordinatesInternal

roles

a Roles

users

a Users

QueueSobject

sobjectType

a character

QuickAction

fullName

a character (inherited from Metadata)

canvas

a character

description

a character

fieldOverrides

a FieldOverride

flowDefinition

a character

height

an integer

icon

a character

isProtected

a character either 'true' or 'false'

label

a character

lightningComponent

a character

optionsCreateFeedItem

a character either 'true' or 'false'

page

a character

quickActionLayout

a QuickActionLayout

quickActionSendEmailOptions

a QuickActionSendEmailOptions

standardLabel

a QuickActionLabel - which is a character taking one of the following values:

  • LogACall

  • LogANote

  • New

  • NewRecordType

  • Update

  • NewChild

  • NewChildRecordType

  • CreateNew

  • CreateNewRecordType

  • SendEmail

  • QuickRecordType

  • Quick

  • EditDescription

  • Defer

  • ChangeDueDate

  • ChangePriority

  • ChangeStatus

  • SocialPost

  • Escalate

  • EscalateToRecord

  • OfferFeedback

  • RequestFeedback

  • AddRecord

  • AddMember

  • Reply

  • ReplyAll

  • Forward

successMessage

a character

targetObject

a character

targetParentField

a character

targetRecordType

a character

type

a QuickActionType - which is a character taking one of the following values:

  • Create

  • VisualforcePage

  • Post

  • SendEmail

  • LogACall

  • SocialPost

  • Canvas

  • Update

  • LightningComponent

  • Flow

width

an integer

QuickActionLayout

layoutSectionStyle

a LayoutSectionStyle - which is a character taking one of the following values:

  • TwoColumnsTopToBottom

  • TwoColumnsLeftToRight

  • OneColumn

  • CustomLinks

quickActionLayoutColumns

a QuickActionLayoutColumn

QuickActionLayoutColumn

quickActionLayoutItems

a QuickActionLayoutItem

QuickActionLayoutItem

emptySpace

a character either 'true' or 'false'

field

a character

uiBehavior

a UiBehavior - which is a character taking one of the following values:

  • Edit

  • Required

  • Readonly

QuickActionList

quickActionListItems

a QuickActionListItem

QuickActionListItem

quickActionName

a character

QuickActionSendEmailOptions

defaultEmailTemplateName

a character

ignoreDefaultEmailTemplateSubject

a character either 'true' or 'false'

QuickActionTranslation

label

a character

name

a character

QuotasSettings

showQuotas

a character either 'true' or 'false'

QuoteSettings

fullName

a character (inherited from Metadata)

enableQuote

a character either 'true' or 'false'

RecommendationAudience

recommendationAudienceDetails

a RecommendationAudienceDetail

RecommendationAudienceDetail

audienceCriteriaType

a AudienceCriteriaType - which is a character taking one of the following values:

  • CustomList

  • MaxDaysInCommunity

audienceCriteriaValue

a character

setupName

a character

RecommendationDefinition

recommendationDefinitionDetails

a RecommendationDefinitionDetail

RecommendationDefinitionDetail

actionUrl

a character

description

a character

linkText

a character

scheduledRecommendations

a ScheduledRecommendation

setupName

a character

title

a character

RecommendationStrategy

fullName

a character (inherited from Metadata)

description

a character

masterLabel

a character

recommendationStrategyName

a character

strategyNode

a StrategyNode

RecordType

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

businessProcess

a character

compactLayoutAssignment

a character

description

a character

label

a character

picklistValues

a RecordTypePicklistValue

RecordTypePicklistValue

picklist

a character

values

a PicklistValue

RecordTypeTranslation

description

a character

label

a character

name

a character

RelatedContent

relatedContentItems

a RelatedContentItem

RelatedContentItem

layoutItem

a LayoutItem

RelatedList

hideOnDetail

a character either 'true' or 'false'

name

a character

RelatedListItem

customButtons

a character

excludeButtons

a character

fields

a character

relatedList

a character

sortField

a character

sortOrder

a SortOrder - which is a character taking one of the following values:

  • Asc

  • Desc

RemoteSiteSetting

fullName

a character (inherited from Metadata)

description

a character

disableProtocolSecurity

a character either 'true' or 'false'

isActive

a character either 'true' or 'false'

url

a character

Report

fullName

a character (inherited from Metadata)

aggregates

a ReportAggregate

block

a Report

blockInfo

a ReportBlockInfo

buckets

a ReportBucketField

chart

a ReportChart

colorRanges

a ReportColorRange

columns

a ReportColumn

crossFilters

a ReportCrossFilter

currency

a CurrencyIsoCode - which is a character taking one of the following values:

  • ADP

  • AED

  • AFA

  • AFN

  • ALL

  • AMD

  • ANG

  • AOA

  • ARS

  • ATS

  • AUD

  • AWG

  • AZM

  • AZN

  • BAM

  • BBD

  • BDT

  • BEF

  • BGL

  • BGN

  • BHD

  • BIF

  • BMD

  • BND

  • BOB

  • BOV

  • BRB

  • BRL

  • BSD

  • BTN

  • BWP

  • BYB

  • BYN

  • BYR

  • BZD

  • CAD

  • CDF

  • CHF

  • CLF

  • CLP

  • CNY

  • COP

  • CRC

  • CSD

  • CUC

  • CUP

  • CVE

  • CYP

  • CZK

  • DEM

  • DJF

  • DKK

  • DOP

  • DZD

  • ECS

  • EEK

  • EGP

  • ERN

  • ESP

  • ETB

  • EUR

  • FIM

  • FJD

  • FKP

  • FRF

  • GBP

  • GEL

  • GHC

  • GHS

  • GIP

  • GMD

  • GNF

  • GRD

  • GTQ

  • GWP

  • GYD

  • HKD

  • HNL

  • HRD

  • HRK

  • HTG

  • HUF

  • IDR

  • IEP

  • ILS

  • INR

  • IQD

  • IRR

  • ISK

  • ITL

  • JMD

  • JOD

  • JPY

  • KES

  • KGS

  • KHR

  • KMF

  • KPW

  • KRW

  • KWD

  • KYD

  • KZT

  • LAK

  • LBP

  • LKR

  • LRD

  • LSL

  • LTL

  • LUF

  • LVL

  • LYD

  • MAD

  • MDL

  • MGA

  • MGF

  • MKD

  • MMK

  • MNT

  • MOP

  • MRO

  • MTL

  • MUR

  • MVR

  • MWK

  • MXN

  • MXV

  • MYR

  • MZM

  • MZN

  • NAD

  • NGN

  • NIO

  • NLG

  • NOK

  • NPR

  • NZD

  • OMR

  • PAB

  • PEN

  • PGK

  • PHP

  • PKR

  • PLN

  • PTE

  • PYG

  • QAR

  • RMB

  • ROL

  • RON

  • RSD

  • RUB

  • RUR

  • RWF

  • SAR

  • SBD

  • SCR

  • SDD

  • SDG

  • SEK

  • SGD

  • SHP

  • SIT

  • SKK

  • SLL

  • SOS

  • SRD

  • SRG

  • SSP

  • STD

  • SUR

  • SVC

  • SYP

  • SZL

  • THB

  • TJR

  • TJS

  • TMM

  • TMT

  • TND

  • TOP

  • TPE

  • TRL

  • TRY

  • TTD

  • TWD

  • TZS

  • UAH

  • UGX

  • USD

  • UYU

  • UZS

  • VEB

  • VEF

  • VND

  • VUV

  • WST

  • XAF

  • XCD

  • XOF

  • XPF

  • YER

  • YUM

  • ZAR

  • ZMK

  • ZMW

  • ZWD

  • ZWL

dataCategoryFilters

a ReportDataCategoryFilter

description

a character

division

a character

filter

a ReportFilter

folderName

a character

format

a ReportFormat - which is a character taking one of the following values:

  • MultiBlock

  • Matrix

  • Summary

  • Tabular

groupingsAcross

a ReportGrouping

groupingsDown

a ReportGrouping

historicalSelector

a ReportHistoricalSelector

name

a character

numSubscriptions

an integer

params

a ReportParam

reportType

a character

roleHierarchyFilter

a character

rowLimit

an integer

scope

a character

showCurrentDate

a character either 'true' or 'false'

showDetails

a character either 'true' or 'false'

sortColumn

a character

sortOrder

a SortOrder - which is a character taking one of the following values:

  • Asc

  • Desc

territoryHierarchyFilter

a character

timeFrameFilter

a ReportTimeFrameFilter

userFilter

a character

ReportAggregate

acrossGroupingContext

a character

calculatedFormula

a character

datatype

a ReportAggregateDatatype - which is a character taking one of the following values:

  • currency

  • percent

  • number

description

a character

developerName

a character

downGroupingContext

a character

isActive

a character either 'true' or 'false'

isCrossBlock

a character either 'true' or 'false'

masterLabel

a character

reportType

a character

scale

an integer

ReportAggregateReference

aggregate

a character

ReportBlockInfo

aggregateReferences

a ReportAggregateReference

blockId

a character

joinTable

a character

ReportBucketField

bucketType

a ReportBucketFieldType - which is a character taking one of the following values:

  • text

  • number

  • picklist

developerName

a character

masterLabel

a character

nullTreatment

a ReportFormulaNullTreatment - which is a character taking one of the following values:

  • n

  • z

otherBucketLabel

a character

sourceColumnName

a character

useOther

a character either 'true' or 'false'

values

a ReportBucketFieldValue

ReportBucketFieldSourceValue

from

a character

sourceValue

a character

to

a character

ReportBucketFieldValue

sourceValues

a ReportBucketFieldSourceValue

value

a character

ReportChart

backgroundColor1

a character

backgroundColor2

a character

backgroundFadeDir

a ChartBackgroundDirection - which is a character taking one of the following values:

  • TopToBottom

  • LeftToRight

  • Diagonal

chartSummaries

a ChartSummary

chartType

a ChartType - which is a character taking one of the following values:

  • None

  • Scatter

  • ScatterGrouped

  • Bubble

  • BubbleGrouped

  • HorizontalBar

  • HorizontalBarGrouped

  • HorizontalBarStacked

  • HorizontalBarStackedTo100

  • VerticalColumn

  • VerticalColumnGrouped

  • VerticalColumnStacked

  • VerticalColumnStackedTo100

  • Line

  • LineGrouped

  • LineCumulative

  • LineCumulativeGrouped

  • Pie

  • Donut

  • Funnel

  • VerticalColumnLine

  • VerticalColumnGroupedLine

  • VerticalColumnStackedLine

  • Plugin

enableHoverLabels

a character either 'true' or 'false'

expandOthers

a character either 'true' or 'false'

groupingColumn

a character

legendPosition

a ChartLegendPosition - which is a character taking one of the following values:

  • Right

  • Bottom

  • OnChart

location

a ChartPosition - which is a character taking one of the following values:

  • CHART_TOP

  • CHART_BOTTOM

secondaryGroupingColumn

a character

showAxisLabels

a character either 'true' or 'false'

showPercentage

a character either 'true' or 'false'

showTotal

a character either 'true' or 'false'

showValues

a character either 'true' or 'false'

size

a ReportChartSize - which is a character taking one of the following values:

  • Tiny

  • Small

  • Medium

  • Large

  • Huge

summaryAxisManualRangeEnd

a numeric

summaryAxisManualRangeStart

a numeric

summaryAxisRange

a ChartRangeType - which is a character taking one of the following values:

  • Auto

  • Manual

textColor

a character

textSize

an integer

title

a character

titleColor

a character

titleSize

an integer

ReportChartComponentLayoutItem

cacheData

a character either 'true' or 'false'

contextFilterableField

a character

error

a character

hideOnError

a character either 'true' or 'false'

includeContext

a character either 'true' or 'false'

reportName

a character

showTitle

a character either 'true' or 'false'

size

a ReportChartComponentSize - which is a character taking one of the following values:

  • SMALL

  • MEDIUM

  • LARGE

ReportColorRange

aggregate

a ReportSummaryType - which is a character taking one of the following values:

  • Sum

  • Average

  • Maximum

  • Minimum

  • None

columnName

a character

highBreakpoint

a numeric

highColor

a character

lowBreakpoint

a numeric

lowColor

a character

midColor

a character

ReportColumn

aggregateTypes

a ReportSummaryType - which is a character taking one of the following values:

  • Sum

  • Average

  • Maximum

  • Minimum

  • None

field

a character

reverseColors

a character either 'true' or 'false'

showChanges

a character either 'true' or 'false'

ReportCrossFilter

criteriaItems

a ReportFilterItem

operation

a ObjectFilterOperator - which is a character taking one of the following values:

  • with

  • without

primaryTableColumn

a character

relatedTable

a character

relatedTableJoinColumn

a character

ReportDataCategoryFilter

dataCategory

a character

dataCategoryGroup

a character

operator

a DataCategoryFilterOperation - which is a character taking one of the following values:

  • above

  • below

  • at

  • aboveOrBelow

ReportFilter

booleanFilter

a character

criteriaItems

a ReportFilterItem

language

a Language - which is a character taking one of the following values:

  • en_US

  • de

  • es

  • fr

  • it

  • ja

  • sv

  • ko

  • zh_TW

  • zh_CN

  • pt_BR

  • nl_NL

  • da

  • th

  • fi

  • ru

  • es_MX

  • no

  • hu

  • pl

  • cs

  • tr

  • in

  • ro

  • vi

  • uk

  • iw

  • el

  • bg

  • en_GB

  • ar

  • sk

  • pt_PT

  • hr

  • sl

  • fr_CA

  • ka

  • sr

  • sh

  • en_AU

  • en_MY

  • en_IN

  • en_PH

  • en_CA

  • ro_MD

  • bs

  • mk

  • lv

  • lt

  • et

  • sq

  • sh_ME

  • mt

  • ga

  • eu

  • cy

  • is

  • ms

  • tl

  • lb

  • rm

  • hy

  • hi

  • ur

  • bn

  • de_AT

  • de_CH

  • ta

  • ar_DZ

  • ar_BH

  • ar_EG

  • ar_IQ

  • ar_JO

  • ar_KW

  • ar_LB

  • ar_LY

  • ar_MA

  • ar_OM

  • ar_QA

  • ar_SA

  • ar_SD

  • ar_SY

  • ar_TN

  • ar_AE

  • ar_YE

  • zh_SG

  • zh_HK

  • en_HK

  • en_IE

  • en_SG

  • en_ZA

  • fr_BE

  • fr_LU

  • fr_CH

  • de_BE

  • de_LU

  • it_CH

  • nl_BE

  • es_AR

  • es_BO

  • es_CL

  • es_CO

  • es_CR

  • es_DO

  • es_EC

  • es_SV

  • es_GT

  • es_HN

  • es_NI

  • es_PA

  • es_PY

  • es_PE

  • es_PR

  • es_US

  • es_UY

  • es_VE

  • ca

  • eo

  • iw_EO

ReportFilterItem

column

a character

columnToColumn

a character either 'true' or 'false'

isUnlocked

a character either 'true' or 'false'

operator

a FilterOperation - which is a character taking one of the following values:

  • equals

  • notEqual

  • lessThan

  • greaterThan

  • lessOrEqual

  • greaterOrEqual

  • contains

  • notContain

  • startsWith

  • includes

  • excludes

  • within

snapshot

a character

value

a character

ReportFolder

accessType

a FolderAccessTypes (inherited from Folder)

folderShares

a FolderShare (inherited from Folder)

name

a character (inherited from Folder)

publicFolderAccess

a PublicFolderAccess (inherited from Folder)

sharedTo

a SharedTo (inherited from Folder)

ReportGrouping

aggregateType

a ReportAggrType - which is a character taking one of the following values:

  • Sum

  • Average

  • Maximum

  • Minimum

  • RowCount

dateGranularity

a UserDateGranularity - which is a character taking one of the following values:

  • None

  • Day

  • Week

  • Month

  • Quarter

  • Year

  • FiscalQuarter

  • FiscalYear

  • MonthInYear

  • DayInMonth

  • FiscalPeriod

  • FiscalWeek

field

a character

sortByName

a character

sortOrder

a SortOrder - which is a character taking one of the following values:

  • Asc

  • Desc

sortType

a ReportSortType - which is a character taking one of the following values:

  • Column

  • Aggregate

  • CustomSummaryFormula

ReportHistoricalSelector

snapshot

a character

ReportLayoutSection

columns

a ReportTypeColumn

masterLabel

a character

ReportParam

name

a character

value

a character

ReportTimeFrameFilter

dateColumn

a character

endDate

a character formatted as 'yyyy-mm-dd'

interval

a UserDateInterval - which is a character taking one of the following values:

  • INTERVAL_CURRENT

  • INTERVAL_CURNEXT1

  • INTERVAL_CURPREV1

  • INTERVAL_NEXT1

  • INTERVAL_PREV1

  • INTERVAL_CURNEXT3

  • INTERVAL_CURFY

  • INTERVAL_PREVFY

  • INTERVAL_PREV2FY

  • INTERVAL_AGO2FY

  • INTERVAL_NEXTFY

  • INTERVAL_PREVCURFY

  • INTERVAL_PREVCUR2FY

  • INTERVAL_CURNEXTFY

  • INTERVAL_CUSTOM

  • INTERVAL_YESTERDAY

  • INTERVAL_TODAY

  • INTERVAL_TOMORROW

  • INTERVAL_LASTWEEK

  • INTERVAL_THISWEEK

  • INTERVAL_NEXTWEEK

  • INTERVAL_LASTMONTH

  • INTERVAL_THISMONTH

  • INTERVAL_NEXTMONTH

  • INTERVAL_LASTTHISMONTH

  • INTERVAL_THISNEXTMONTH

  • INTERVAL_CURRENTQ

  • INTERVAL_CURNEXTQ

  • INTERVAL_CURPREVQ

  • INTERVAL_NEXTQ

  • INTERVAL_PREVQ

  • INTERVAL_CURNEXT3Q

  • INTERVAL_CURY

  • INTERVAL_PREVY

  • INTERVAL_PREV2Y

  • INTERVAL_AGO2Y

  • INTERVAL_NEXTY

  • INTERVAL_PREVCURY

  • INTERVAL_PREVCUR2Y

  • INTERVAL_CURNEXTY

  • INTERVAL_LAST7

  • INTERVAL_LAST30

  • INTERVAL_LAST60

  • INTERVAL_LAST90

  • INTERVAL_LAST120

  • INTERVAL_NEXT7

  • INTERVAL_NEXT30

  • INTERVAL_NEXT60

  • INTERVAL_NEXT90

  • INTERVAL_NEXT120

  • LAST_FISCALWEEK

  • THIS_FISCALWEEK

  • NEXT_FISCALWEEK

  • LAST_FISCALPERIOD

  • THIS_FISCALPERIOD

  • NEXT_FISCALPERIOD

  • LASTTHIS_FISCALPERIOD

  • THISNEXT_FISCALPERIOD

  • CURRENT_ENTITLEMENT_PERIOD

  • PREVIOUS_ENTITLEMENT_PERIOD

  • PREVIOUS_TWO_ENTITLEMENT_PERIODS

  • TWO_ENTITLEMENT_PERIODS_AGO

  • CURRENT_AND_PREVIOUS_ENTITLEMENT_PERIOD

  • CURRENT_AND_PREVIOUS_TWO_ENTITLEMENT_PERIODS

startDate

a character formatted as 'yyyy-mm-dd'

ReportType

fullName

a character (inherited from Metadata)

autogenerated

a character either 'true' or 'false'

baseObject

a character

category

a ReportTypeCategory - which is a character taking one of the following values:

  • accounts

  • opportunities

  • forecasts

  • cases

  • leads

  • campaigns

  • activities

  • busop

  • products

  • admin

  • territory

  • other

  • content

  • usage_entitlement

  • wdc

  • calibration

  • territory2

deployed

a character either 'true' or 'false'

description

a character

join

a ObjectRelationship

label

a character

sections

a ReportLayoutSection

ReportTypeColumn

checkedByDefault

a character either 'true' or 'false'

displayNameOverride

a character

field

a character

table

a character

ReportTypeColumnTranslation

label

a character

name

a character

ReportTypeSectionTranslation

columns

a ReportTypeColumnTranslation

label

a character

name

a character

ReportTypeTranslation

description

a character

label

a character

name

a character

sections

a ReportTypeSectionTranslation

ReputationBranding

smallImage

a character

ReputationLevel

branding

a ReputationBranding

label

a character

lowerThreshold

a numeric

ReputationLevelDefinitions

level

a ReputationLevel

ReputationLevels

chatterAnswersReputationLevels

a ChatterAnswersReputationLevel

ideaReputationLevels

a IdeaReputationLevel

ReputationPointsRule

eventType

a character

points

an integer

ReputationPointsRules

pointsRule

a ReputationPointsRule

RetrieveRequest

apiVersion

a numeric

packageNames

a character

singlePackage

a character either 'true' or 'false'

specificFiles

a character

unpackaged

a Package

Role

caseAccessLevel

a character (inherited from RoleOrTerritory)

contactAccessLevel

a character (inherited from RoleOrTerritory)

description

a character (inherited from RoleOrTerritory)

mayForecastManagerShare

a character either 'true' or 'false' (inherited from RoleOrTerritory)

name

a character (inherited from RoleOrTerritory)

opportunityAccessLevel

a character (inherited from RoleOrTerritory)

parentRole

a character

RoleAndSubordinates

roleAndSubordinate

a character

RoleAndSubordinatesInternal

roleAndSubordinateInternal

a character

RoleOrTerritory

fullName

a character (inherited from Metadata)

caseAccessLevel

a character

contactAccessLevel

a character

description

a character

mayForecastManagerShare

a character either 'true' or 'false'

name

a character

opportunityAccessLevel

a character

Roles

role

a character

RuleEntry

assignedTo

a character

assignedToType

a AssignToLookupValueType - which is a character taking one of the following values:

  • User

  • Queue

booleanFilter

a character

businessHours

a character

businessHoursSource

a BusinessHoursSourceType - which is a character taking one of the following values:

  • None

  • Case

  • Static

criteriaItems

a FilterItem

disableEscalationWhenModified

a character either 'true' or 'false'

escalationAction

a EscalationAction

escalationStartTime

a EscalationStartTimeType - which is a character taking one of the following values:

  • CaseCreation

  • CaseLastModified

formula

a character

notifyCcRecipients

a character either 'true' or 'false'

overrideExistingTeams

a character either 'true' or 'false'

replyToEmail

a character

senderEmail

a character

senderName

a character

team

a character

template

a character

SamlSsoConfig

fullName

a character (inherited from Metadata)

attributeName

a character

attributeNameIdFormat

a character

decryptionCertificate

a character

errorUrl

a character

executionUserId

a character

identityLocation

a SamlIdentityLocationType - which is a character taking one of the following values:

  • SubjectNameId

  • Attribute

identityMapping

a SamlIdentityType - which is a character taking one of the following values:

  • Username

  • FederationId

  • UserId

issuer

a character

loginUrl

a character

logoutUrl

a character

name

a character

oauthTokenEndpoint

a character

redirectBinding

a character either 'true' or 'false'

requestSignatureMethod

a character

requestSigningCertId

a character

salesforceLoginUrl

a character

samlEntityId

a character

samlJitHandlerId

a character

samlVersion

a SamlType - which is a character taking one of the following values:

  • SAML1_1

  • SAML2_0

singleLogoutBinding

a SamlSpSLOBinding - which is a character taking one of the following values:

  • RedirectBinding

  • PostBinding

singleLogoutUrl

a character

userProvisioning

a character either 'true' or 'false'

validationCert

a character

ScheduledRecommendation

scheduledRecommendationDetails

a ScheduledRecommendationDetail

ScheduledRecommendationDetail

channel

a RecommendationChannel - which is a character taking one of the following values:

  • DefaultChannel

  • CustomChannel1

  • CustomChannel2

  • CustomChannel3

  • CustomChannel4

  • CustomChannel5

enabled

a character either 'true' or 'false'

rank

an integer

recommendationAudience

a character

Scontrol

content

a character formed using base64encode (inherited from MetadataWithContent)

contentSource

a SControlContentSource - which is a character taking one of the following values:

  • HTML

  • URL

  • Snippet

description

a character

encodingKey

a Encoding - which is a character taking one of the following values:

  • UTF-8

  • ISO-8859-1

  • Shift_JIS

  • ISO-2022-JP

  • EUC-JP

  • ks_c_5601-1987

  • Big5

  • GB2312

  • Big5-HKSCS

  • x-SJIS_0213

fileContent

a character formed using base64encode

fileName

a character

name

a character

supportsCaching

a character either 'true' or 'false'

ScontrolTranslation

label

a character

name

a character

SearchLayouts

customTabListAdditionalFields

a character

excludedStandardButtons

a character

listViewButtons

a character

lookupDialogsAdditionalFields

a character

lookupFilterFields

a character

lookupPhoneDialogsAdditionalFields

a character

searchFilterFields

a character

searchResultsAdditionalFields

a character

searchResultsCustomButtons

a character

SearchSettings

fullName

a character (inherited from Metadata)

documentContentSearchEnabled

a character either 'true' or 'false'

optimizeSearchForCJKEnabled

a character either 'true' or 'false'

recentlyViewedUsersForBlankLookupEnabled

a character either 'true' or 'false'

searchSettingsByObject

a SearchSettingsByObject

sidebarAutoCompleteEnabled

a character either 'true' or 'false'

sidebarDropDownListEnabled

a character either 'true' or 'false'

sidebarLimitToItemsIOwnCheckboxEnabled

a character either 'true' or 'false'

singleSearchResultShortcutEnabled

a character either 'true' or 'false'

spellCorrectKnowledgeSearchEnabled

a character either 'true' or 'false'

SearchSettingsByObject

searchSettingsByObject

a ObjectSearchSetting

SecuritySettings

fullName

a character (inherited from Metadata)

networkAccess

a NetworkAccess

passwordPolicies

a PasswordPolicies

sessionSettings

a SessionSettings

ServiceCloudConsoleConfig

componentList

a AppComponentList

detailPageRefreshMethod

a character

footerColor

a character

headerColor

a character

keyboardShortcuts

a KeyboardShortcuts

listPlacement

a ListPlacement

listRefreshMethod

a character

liveAgentConfig

a LiveAgentConfig

primaryTabColor

a character

pushNotifications

a PushNotification

tabLimitConfig

a TabLimitConfig

whitelistedDomains

a character

SessionSettings

disableTimeoutWarning

a character either 'true' or 'false'

enableCSPOnEmail

a character either 'true' or 'false'

enableCSRFOnGet

a character either 'true' or 'false'

enableCSRFOnPost

a character either 'true' or 'false'

enableCacheAndAutocomplete

a character either 'true' or 'false'

enableClickjackNonsetupSFDC

a character either 'true' or 'false'

enableClickjackNonsetupUser

a character either 'true' or 'false'

enableClickjackNonsetupUserHeaderless

a character either 'true' or 'false'

enableClickjackSetup

a character either 'true' or 'false'

enableContentSniffingProtection

a character either 'true' or 'false'

enablePostForSessions

a character either 'true' or 'false'

enableSMSIdentity

a character either 'true' or 'false'

enableUpgradeInsecureRequests

a character either 'true' or 'false'

enableXssProtection

a character either 'true' or 'false'

enforceIpRangesEveryRequest

a character either 'true' or 'false'

forceLogoutOnSessionTimeout

a character either 'true' or 'false'

forceRelogin

a character either 'true' or 'false'

hstsOnForcecomSites

a character either 'true' or 'false'

identityConfirmationOnEmailChange

a character either 'true' or 'false'

identityConfirmationOnTwoFactorRegistrationEnabled

a character either 'true' or 'false'

lockSessionsToDomain

a character either 'true' or 'false'

lockSessionsToIp

a character either 'true' or 'false'

logoutURL

a character

redirectionWarning

a character either 'true' or 'false'

referrerPolicy

a character either 'true' or 'false'

requireHttpOnly

a character either 'true' or 'false'

requireHttps

a character either 'true' or 'false'

securityCentralKillSession

a character either 'true' or 'false'

sessionTimeout

a SessionTimeout - which is a character taking one of the following values:

  • TwentyFourHours

  • TwelveHours

  • EightHours

  • FourHours

  • TwoHours

  • SixtyMinutes

  • ThirtyMinutes

  • FifteenMinutes

SFDCMobileSettings

enableMobileLite

a character either 'true' or 'false'

enableUserToDeviceLinking

a character either 'true' or 'false'

SharedTo

allCustomerPortalUsers

a character

allInternalUsers

a character

allPartnerUsers

a character

channelProgramGroup

a character

channelProgramGroups

a character

group

a character

groups

a character

managerSubordinates

a character

managers

a character

portalRole

a character

portalRoleAndSubordinates

a character

queue

a character

role

a character

roleAndSubordinates

a character

roleAndSubordinatesInternal

a character

roles

a character

rolesAndSubordinates

a character

territories

a character

territoriesAndSubordinates

a character

territory

a character

territoryAndSubordinates

a character

SharingBaseRule

fullName

a character (inherited from Metadata)

accessLevel

a character

accountSettings

a AccountSharingRuleSettings

description

a character

label

a character

sharedTo

a SharedTo

SharingCriteriaRule

accessLevel

a character (inherited from SharingBaseRule)

accountSettings

a AccountSharingRuleSettings (inherited from SharingBaseRule)

description

a character (inherited from SharingBaseRule)

label

a character (inherited from SharingBaseRule)

sharedTo

a SharedTo (inherited from SharingBaseRule)

booleanFilter

a character

criteriaItems

a FilterItem

SharingOwnerRule

accessLevel

a character (inherited from SharingBaseRule)

accountSettings

a AccountSharingRuleSettings (inherited from SharingBaseRule)

description

a character (inherited from SharingBaseRule)

label

a character (inherited from SharingBaseRule)

sharedTo

a SharedTo (inherited from SharingBaseRule)

sharedFrom

a SharedTo

SharingReason

fullName

a character (inherited from Metadata)

label

a character

SharingReasonTranslation

label

a character

name

a character

SharingRecalculation

className

a character

SharingRules

fullName

a character (inherited from Metadata)

sharingCriteriaRules

a SharingCriteriaRule

sharingOwnerRules

a SharingOwnerRule

sharingTerritoryRules

a SharingTerritoryRule

SharingSet

fullName

a character (inherited from Metadata)

accessMappings

a AccessMapping

description

a character

name

a character

profiles

a character

SharingTerritoryRule

sharedFrom

a SharedTo (inherited from SharingOwnerRule)

SidebarComponent

componentType

a character

createAction

a character

enableLinking

a character either 'true' or 'false'

height

an integer

label

a character

lookup

a character

page

a character

relatedLists

a RelatedList

unit

a character

updateAction

a character

width

an integer

SiteDotCom

content

a character formed using base64encode (inherited from MetadataWithContent)

label

a character

siteType

a SiteType - which is a character taking one of the following values:

  • Siteforce

  • Visualforce

  • User

SiteRedirectMapping

action

a SiteRedirect - which is a character taking one of the following values:

  • Permanent

  • Temporary

isActive

a character either 'true' or 'false'

source

a character

target

a character

SiteWebAddress

certificate

a character

domainName

a character

primary

a character either 'true' or 'false'

Skill

fullName

a character (inherited from Metadata)

assignments

a SkillAssignments

description

a character

label

a character

SkillAssignments

profiles

a SkillProfileAssignments

users

a SkillUserAssignments

SkillProfileAssignments

profile

a character

SkillUserAssignments

user

a character

SocialCustomerServiceSettings

fullName

a character (inherited from Metadata)

caseSubjectOption

a CaseSubjectOption - which is a character taking one of the following values:

  • SocialPostSource

  • SocialPostContent

  • BuildCustom

StandardFieldTranslation

label

a character

name

a character

StandardValue

color

a character (inherited from CustomValue)

default

a character either 'true' or 'false' (inherited from CustomValue)

description

a character (inherited from CustomValue)

isActive

a character either 'true' or 'false' (inherited from CustomValue)

label

a character (inherited from CustomValue)

allowEmail

a character either 'true' or 'false'

closed

a character either 'true' or 'false'

converted

a character either 'true' or 'false'

cssExposed

a character either 'true' or 'false'

forecastCategory

a ForecastCategories - which is a character taking one of the following values:

  • Omitted

  • Pipeline

  • BestCase

  • Forecast

  • Closed

groupingString

a character

highPriority

a character either 'true' or 'false'

probability

an integer

reverseRole

a character

reviewed

a character either 'true' or 'false'

won

a character either 'true' or 'false'

StandardValueSet

fullName

a character (inherited from Metadata)

groupingStringEnum

a character

sorted

a character either 'true' or 'false'

standardValue

a StandardValue

StandardValueSetTranslation

fullName

a character (inherited from Metadata)

valueTranslation

a ValueTranslation

State

active

a character either 'true' or 'false'

integrationValue

a character

isoCode

a character

label

a character

standard

a character either 'true' or 'false'

visible

a character either 'true' or 'false'

StaticResource

content

a character formed using base64encode (inherited from MetadataWithContent)

cacheControl

a StaticResourceCacheControl - which is a character taking one of the following values:

  • Private

  • Public

contentType

a character

description

a character

StrategyNode

definition

a character

description

a character

name

a character

parentNode

a character

type

an integer

SubtabComponents

containers

a Container

SummaryLayout

masterLabel

a character

sizeX

an integer

sizeY

an integer

sizeZ

an integer

summaryLayoutItems

a SummaryLayoutItem

summaryLayoutStyle

a SummaryLayoutStyle - which is a character taking one of the following values:

  • Default

  • QuoteTemplate

  • DefaultQuoteTemplate

  • ServiceReportTemplate

  • ChildServiceReportTemplateStyle

  • DefaultServiceReportTemplate

  • CaseInteraction

  • QuickActionLayoutLeftRight

  • QuickActionLayoutTopDown

  • PathAssistant

SummaryLayoutItem

customLink

a character

field

a character

posX

an integer

posY

an integer

posZ

an integer

SupervisorAgentConfigSkills

skill

a character

SynonymDictionary

fullName

a character (inherited from Metadata)

groups

a SynonymGroup

isProtected

a character either 'true' or 'false'

label

a character

SynonymGroup

languages

a Language - which is a character taking one of the following values:

  • en_US

  • de

  • es

  • fr

  • it

  • ja

  • sv

  • ko

  • zh_TW

  • zh_CN

  • pt_BR

  • nl_NL

  • da

  • th

  • fi

  • ru

  • es_MX

  • no

  • hu

  • pl

  • cs

  • tr

  • in

  • ro

  • vi

  • uk

  • iw

  • el

  • bg

  • en_GB

  • ar

  • sk

  • pt_PT

  • hr

  • sl

  • fr_CA

  • ka

  • sr

  • sh

  • en_AU

  • en_MY

  • en_IN

  • en_PH

  • en_CA

  • ro_MD

  • bs

  • mk

  • lv

  • lt

  • et

  • sq

  • sh_ME

  • mt

  • ga

  • eu

  • cy

  • is

  • ms

  • tl

  • lb

  • rm

  • hy

  • hi

  • ur

  • bn

  • de_AT

  • de_CH

  • ta

  • ar_DZ

  • ar_BH

  • ar_EG

  • ar_IQ

  • ar_JO

  • ar_KW

  • ar_LB

  • ar_LY

  • ar_MA

  • ar_OM

  • ar_QA

  • ar_SA

  • ar_SD

  • ar_SY

  • ar_TN

  • ar_AE

  • ar_YE

  • zh_SG

  • zh_HK

  • en_HK

  • en_IE

  • en_SG

  • en_ZA

  • fr_BE

  • fr_LU

  • fr_CH

  • de_BE

  • de_LU

  • it_CH

  • nl_BE

  • es_AR

  • es_BO

  • es_CL

  • es_CO

  • es_CR

  • es_DO

  • es_EC

  • es_SV

  • es_GT

  • es_HN

  • es_NI

  • es_PA

  • es_PY

  • es_PE

  • es_PR

  • es_US

  • es_UY

  • es_VE

  • ca

  • eo

  • iw_EO

terms

a character

TabLimitConfig

maxNumberOfPrimaryTabs

a character

maxNumberOfSubTabs

a character

Territory

caseAccessLevel

a character (inherited from RoleOrTerritory)

contactAccessLevel

a character (inherited from RoleOrTerritory)

description

a character (inherited from RoleOrTerritory)

mayForecastManagerShare

a character either 'true' or 'false' (inherited from RoleOrTerritory)

name

a character (inherited from RoleOrTerritory)

opportunityAccessLevel

a character (inherited from RoleOrTerritory)

accountAccessLevel

a character

parentTerritory

a character

Territory2

fullName

a character (inherited from Metadata)

accountAccessLevel

a character

caseAccessLevel

a character

contactAccessLevel

a character

customFields

a FieldValue

description

a character

name

a character

opportunityAccessLevel

a character

parentTerritory

a character

ruleAssociations

a Territory2RuleAssociation

territory2Type

a character

Territory2Model

fullName

a character (inherited from Metadata)

customFields

a FieldValue

description

a character

name

a character

Territory2Rule

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

booleanFilter

a character

name

a character

objectType

a character

ruleItems

a Territory2RuleItem

Territory2RuleAssociation

inherited

a character either 'true' or 'false'

ruleName

a character

Territory2RuleItem

field

a character

operation

a FilterOperation - which is a character taking one of the following values:

  • equals

  • notEqual

  • lessThan

  • greaterThan

  • lessOrEqual

  • greaterOrEqual

  • contains

  • notContain

  • startsWith

  • includes

  • excludes

  • within

value

a character

Territory2Settings

fullName

a character (inherited from Metadata)

defaultAccountAccessLevel

a character

defaultCaseAccessLevel

a character

defaultContactAccessLevel

a character

defaultOpportunityAccessLevel

a character

opportunityFilterSettings

a Territory2SettingsOpportunityFilter

Territory2SettingsOpportunityFilter

apexClassName

a character

enableFilter

a character either 'true' or 'false'

runOnCreate

a character either 'true' or 'false'

Territory2Type

fullName

a character (inherited from Metadata)

description

a character

name

a character

priority

an integer

TopicsForObjects

fullName

a character (inherited from Metadata)

enableTopics

a character either 'true' or 'false'

entityApiName

a character

TouchMobileSettings

enableTouchAppIPad

a character either 'true' or 'false'

enableTouchAppIPhone

a character either 'true' or 'false'

enableTouchBrowserIPad

a character either 'true' or 'false'

enableTouchIosPhone

a character either 'true' or 'false'

enableVisualforceInTouch

a character either 'true' or 'false'

TransactionSecurityAction

block

a character either 'true' or 'false'

endSession

a character either 'true' or 'false'

freezeUser

a character either 'true' or 'false'

notifications

a TransactionSecurityNotification

twoFactorAuthentication

a character either 'true' or 'false'

TransactionSecurityNotification

inApp

a character either 'true' or 'false'

sendEmail

a character either 'true' or 'false'

user

a character

TransactionSecurityPolicy

fullName

a character (inherited from Metadata)

action

a TransactionSecurityAction

active

a character either 'true' or 'false'

apexClass

a character

description

a character

developerName

a character

eventName

a TransactionSecurityEventName - which is a character taking one of the following values:

  • ReportEvent

  • ApiEvent

  • AdminSetupEvent

  • LoginEvent

eventType

a MonitoredEvents - which is a character taking one of the following values:

  • AuditTrail

  • Login

  • Entity

  • DataExport

  • AccessResource

executionUser

a character

flow

a character

masterLabel

a character

resourceName

a character

type

a TxnSecurityPolicyType - which is a character taking one of the following values:

  • CustomApexPolicy

  • CustomConditionBuilderPolicy

Translations

fullName

a character (inherited from Metadata)

customApplications

a CustomApplicationTranslation

customDataTypeTranslations

a CustomDataTypeTranslation

customLabels

a CustomLabelTranslation

customPageWebLinks

a CustomPageWebLinkTranslation

customTabs

a CustomTabTranslation

flowDefinitions

a FlowDefinitionTranslation

quickActions

a GlobalQuickActionTranslation

reportTypes

a ReportTypeTranslation

scontrols

a ScontrolTranslation

UiFormulaCriterion

leftValue

a character

operator

a character

rightValue

a character

UiFormulaRule

booleanFilter

a character

criteria

a UiFormulaCriterion

UiPlugin

content

a character formed using base64encode (inherited from MetadataWithContent)

description

a character

extensionPointIdentifier

a character

isEnabled

a character either 'true' or 'false'

language

a character

masterLabel

a character

UserCriteria

fullName

a character (inherited from Metadata)

creationAgeInSeconds

an integer

description

a character

lastChatterActivityAgeInSeconds

an integer

masterLabel

a character

profiles

a character

userTypes

a NetworkUserType - which is a character taking one of the following values:

  • Internal

  • Customer

  • Partner

Users

user

a character

ValidationRule

fullName

a character (inherited from Metadata)

active

a character either 'true' or 'false'

description

a character

errorConditionFormula

a character

errorDisplayField

a character

errorMessage

a character

ValidationRuleTranslation

errorMessage

a character

name

a character

ValueSet

controllingField

a character

restricted

a character either 'true' or 'false'

valueSetDefinition

a ValueSetValuesDefinition

valueSetName

a character

valueSettings

a ValueSettings

ValueSettings

controllingFieldValue

a character

valueName

a character

ValueSetValuesDefinition

sorted

a character either 'true' or 'false'

value

a CustomValue

ValueTranslation

masterLabel

a character

translation

a character

ValueTypeField

fields

a ValueTypeField

foreignKeyDomain

a character

isForeignKey

a character either 'true' or 'false'

isNameField

a character either 'true' or 'false'

minOccurs

an integer

name

a character

picklistValues

a PicklistEntry

soapType

a character

valueRequired

a character either 'true' or 'false'

VisualizationPlugin

fullName

a character (inherited from Metadata)

description

a character

developerName

a character

icon

a character

masterLabel

a character

visualizationResources

a VisualizationResource

visualizationTypes

a VisualizationType

VisualizationResource

description

a character

file

a character

rank

an integer

type

a VisualizationResourceType - which is a character taking one of the following values:

  • js

  • css

VisualizationType

description

a character

developerName

a character

icon

a character

masterLabel

a character

scriptBootstrapMethod

a character

WaveApplication

fullName

a character (inherited from Metadata)

assetIcon

a character

description

a character

folder

a character

masterLabel

a character

shares

a FolderShare

templateOrigin

a character

templateVersion

a character

WaveDashboard

content

a character formed using base64encode (inherited from MetadataWithContent)

application

a character

description

a character

masterLabel

a character

templateAssetSourceName

a character

WaveDataflow

content

a character formed using base64encode (inherited from MetadataWithContent)

dataflowType

a character

description

a character

masterLabel

a character

WaveDataset

fullName

a character (inherited from Metadata)

application

a character

description

a character

masterLabel

a character

templateAssetSourceName

a character

WaveLens

content

a character formed using base64encode (inherited from MetadataWithContent)

application

a character

datasets

a character

description

a character

masterLabel

a character

templateAssetSourceName

a character

visualizationType

a character

WaveRecipe

content

a character formed using base64encode (inherited from MetadataWithContent)

dataflow

a character

masterLabel

a character

securityPredicate

a character

targetDatasetAlias

a character

WaveTemplateBundle

fullName

a character (inherited from Metadata)

assetIcon

a character

assetVersion

a numeric

description

a character

label

a character

templateBadgeIcon

a character

templateDetailIcon

a character

templateType

a character

WaveXmd

fullName

a character (inherited from Metadata)

application

a character

dataset

a character

datasetConnector

a character

datasetFullyQualifiedName

a character

dates

a WaveXmdDate

dimensions

a WaveXmdDimension

measures

a WaveXmdMeasure

organizations

a WaveXmdOrganization

origin

a character

type

a character

waveVisualization

a character

WaveXmdDate

alias

a character

compact

a character either 'true' or 'false'

dateFieldDay

a character

dateFieldEpochDay

a character

dateFieldEpochSecond

a character

dateFieldFiscalMonth

a character

dateFieldFiscalQuarter

a character

dateFieldFiscalWeek

a character

dateFieldFiscalYear

a character

dateFieldFullYear

a character

dateFieldHour

a character

dateFieldMinute

a character

dateFieldMonth

a character

dateFieldQuarter

a character

dateFieldSecond

a character

dateFieldWeek

a character

dateFieldYear

a character

description

a character

firstDayOfWeek

an integer

fiscalMonthOffset

an integer

isYearEndFiscalYear

a character either 'true' or 'false'

label

a character

showInExplorer

a character either 'true' or 'false'

sortIndex

an integer

WaveXmdDimension

customActions

a WaveXmdDimensionCustomAction

customActionsEnabled

a character either 'true' or 'false'

dateFormat

a character

description

a character

field

a character

fullyQualifiedName

a character

imageTemplate

a character

isDerived

a character either 'true' or 'false'

isMultiValue

a character either 'true' or 'false'

label

a character

linkTemplate

a character

linkTemplateEnabled

a character either 'true' or 'false'

linkTooltip

a character

members

a WaveXmdDimensionMember

origin

a character

recordDisplayFields

a WaveXmdRecordDisplayLookup

recordIdField

a character

recordOrganizationIdField

a character

salesforceActions

a WaveXmdDimensionSalesforceAction

salesforceActionsEnabled

a character either 'true' or 'false'

showDetailsDefaultFieldIndex

an integer

showInExplorer

a character either 'true' or 'false'

sortIndex

an integer

WaveXmdDimensionCustomAction

customActionName

a character

enabled

a character either 'true' or 'false'

icon

a character

method

a character

sortIndex

an integer

target

a character

tooltip

a character

url

a character

WaveXmdDimensionMember

color

a character

label

a character

member

a character

sortIndex

an integer

WaveXmdDimensionSalesforceAction

enabled

a character either 'true' or 'false'

salesforceActionName

a character

sortIndex

an integer

WaveXmdMeasure

dateFormat

a character

description

a character

field

a character

formatCustomFormat

a character

formatDecimalDigits

an integer

formatIsNegativeParens

a character either 'true' or 'false'

formatPrefix

a character

formatSuffix

a character

formatUnit

a character

formatUnitMultiplier

a numeric

fullyQualifiedName

a character

isDerived

a character either 'true' or 'false'

label

a character

origin

a character

showDetailsDefaultFieldIndex

an integer

showInExplorer

a character either 'true' or 'false'

sortIndex

an integer

WaveXmdOrganization

instanceUrl

a character

label

a character

organizationIdentifier

a character

sortIndex

an integer

WaveXmdRecordDisplayLookup

recordDisplayField

a character

WebLink

fullName

a character (inherited from Metadata)

availability

a WebLinkAvailability - which is a character taking one of the following values:

  • online

  • offline

description

a character

displayType

a WebLinkDisplayType - which is a character taking one of the following values:

  • link

  • button

  • massActionButton

encodingKey

a Encoding - which is a character taking one of the following values:

  • UTF-8

  • ISO-8859-1

  • Shift_JIS

  • ISO-2022-JP

  • EUC-JP

  • ks_c_5601-1987

  • Big5

  • GB2312

  • Big5-HKSCS

  • x-SJIS_0213

hasMenubar

a character either 'true' or 'false'

hasScrollbars

a character either 'true' or 'false'

hasToolbar

a character either 'true' or 'false'

height

an integer

isResizable

a character either 'true' or 'false'

linkType

a WebLinkType - which is a character taking one of the following values:

  • url

  • sControl

  • javascript

  • page

  • flow

masterLabel

a character

openType

a WebLinkWindowType - which is a character taking one of the following values:

  • newWindow

  • sidebar

  • noSidebar

  • replace

  • onClickJavaScript

page

a character

position

a WebLinkPosition - which is a character taking one of the following values:

  • fullScreen

  • none

  • topLeft

protected

a character either 'true' or 'false'

requireRowSelection

a character either 'true' or 'false'

scontrol

a character

showsLocation

a character either 'true' or 'false'

showsStatus

a character either 'true' or 'false'

url

a character

width

an integer

WebLinkTranslation

label

a character

name

a character

WebToCaseSettings

caseOrigin

a character

defaultResponseTemplate

a character

enableWebToCase

a character either 'true' or 'false'

WeightedSourceCategory

sourceCategoryApiName

a character

weight

a numeric

Workflow

fullName

a character (inherited from Metadata)

alerts

a WorkflowAlert

fieldUpdates

a WorkflowFieldUpdate

flowActions

a WorkflowFlowAction

knowledgePublishes

a WorkflowKnowledgePublish

outboundMessages

a WorkflowOutboundMessage

rules

a WorkflowRule

send

a WorkflowSend

tasks

a WorkflowTask

WorkflowAction

fullName

a character (inherited from Metadata)

WorkflowActionReference

name

a character

type

a WorkflowActionType - which is a character taking one of the following values:

  • FieldUpdate

  • KnowledgePublish

  • Task

  • Alert

  • Send

  • OutboundMessage

  • FlowAction

WorkflowAlert

extends WorkflowAction

see documentation for WorkflowAction

ccEmails

a character

description

a character

protected

a character either 'true' or 'false'

recipients

a WorkflowEmailRecipient

senderAddress

a character

senderType

a ActionEmailSenderType - which is a character taking one of the following values:

  • CurrentUser

  • OrgWideEmailAddress

  • DefaultWorkflowUser

template

a character

WorkflowEmailRecipient

field

a character

recipient

a character

type

a ActionEmailRecipientTypes - which is a character taking one of the following values:

  • group

  • role

  • user

  • opportunityTeam

  • accountTeam

  • roleSubordinates

  • owner

  • creator

  • partnerUser

  • accountOwner

  • customerPortalUser

  • portalRole

  • portalRoleSubordinates

  • contactLookup

  • userLookup

  • roleSubordinatesInternal

  • email

  • caseTeam

  • campaignMemberDerivedOwner

WorkflowFieldUpdate

extends WorkflowAction

see documentation for WorkflowAction

description

a character

field

a character

formula

a character

literalValue

a character

lookupValue

a character

lookupValueType

a LookupValueType - which is a character taking one of the following values:

  • User

  • Queue

  • RecordType

name

a character

notifyAssignee

a character either 'true' or 'false'

operation

a FieldUpdateOperation - which is a character taking one of the following values:

  • Formula

  • Literal

  • Null

  • NextValue

  • PreviousValue

  • LookupValue

protected

a character either 'true' or 'false'

reevaluateOnChange

a character either 'true' or 'false'

targetObject

a character

WorkflowFlowAction

extends WorkflowAction

see documentation for WorkflowAction

description

a character

flow

a character

flowInputs

a WorkflowFlowActionParameter

label

a character

language

a character

protected

a character either 'true' or 'false'

WorkflowFlowActionParameter

name

a character

value

a character

WorkflowKnowledgePublish

extends WorkflowAction

see documentation for WorkflowAction

action

a KnowledgeWorkflowAction - which is a character taking one of the following values:

  • PublishAsNew

  • Publish

description

a character

label

a character

language

a character

protected

a character either 'true' or 'false'

WorkflowRule

fullName

a character (inherited from Metadata)

actions

a WorkflowActionReference

active

a character either 'true' or 'false'

booleanFilter

a character

criteriaItems

a FilterItem

description

a character

formula

a character

triggerType

a WorkflowTriggerTypes - which is a character taking one of the following values:

  • onCreateOnly

  • onCreateOrTriggeringUpdate

  • onAllChanges

  • OnRecursiveUpdate

workflowTimeTriggers

a WorkflowTimeTrigger

WorkflowSend

extends WorkflowAction

see documentation for WorkflowAction

action

a SendAction - which is a character taking one of the following values:

  • Send

description

a character

label

a character

language

a character

protected

a character either 'true' or 'false'

WorkflowTask

extends WorkflowAction

see documentation for WorkflowAction

assignedTo

a character

assignedToType

a ActionTaskAssignedToTypes - which is a character taking one of the following values:

  • user

  • role

  • opportunityTeam

  • accountTeam

  • owner

  • accountOwner

  • creator

  • accountCreator

  • partnerUser

  • portalRole

description

a character

dueDateOffset

an integer

notifyAssignee

a character either 'true' or 'false'

offsetFromField

a character

priority

a character

protected

a character either 'true' or 'false'

status

a character

subject

a character

WorkflowTaskTranslation

description

a character

name

a character

subject

a character

WorkflowTimeTrigger

actions

a WorkflowActionReference

offsetFromField

a character

timeLength

a character

workflowTimeTriggerUnit

a WorkflowTimeUnits - which is a character taking one of the following values:

  • Hours

  • Days

WorkspaceMapping

fieldName

a character

tab

a character

Value

a list that can be used as input to one of the CRUD Metadata API operations: sf_create_metadata, sf_update_metadata, sf_update_metadata


[Package salesforcer version 1.0.1 Index]