-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
280 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
config/scratch-orgs/omnistudio/flexipages/LoggerRecipesOmniStudio.flexipage-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<FlexiPage xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<flexiPageRegions> | ||
<name>region1</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<flexiPageRegions> | ||
<itemInstances> | ||
<componentInstance> | ||
<componentInstanceProperties> | ||
<name>direction</name> | ||
<value>ltr</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>display</name> | ||
<value>Display OmniScript on page</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>inlineVariant</name> | ||
<value>brand</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>language</name> | ||
<value>English</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>subType</name> | ||
<value>Logging</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>theme</name> | ||
<value>lightning</value> | ||
</componentInstanceProperties> | ||
<componentInstanceProperties> | ||
<name>type</name> | ||
<value>demo</value> | ||
</componentInstanceProperties> | ||
<componentName>runtime_omnistudio:omniscript</componentName> | ||
<identifier>runtime_omnistudio_omniscript</identifier> | ||
</componentInstance> | ||
</itemInstances> | ||
<name>region2</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<flexiPageRegions> | ||
<name>region3</name> | ||
<type>Region</type> | ||
</flexiPageRegions> | ||
<masterLabel>LoggerRecipesOmniStudio</masterLabel> | ||
<template> | ||
<name>flexipage:appHomeTemplateHeaderTwoColumns</name> | ||
</template> | ||
<type>AppPage</type> | ||
</FlexiPage> |
82 changes: 82 additions & 0 deletions
82
...g/scratch-orgs/omnistudio/omniIntegrationProcedures/demo_Logging_Procedure_1.oip-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<OmniIntegrationProcedure xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<customJavaScript>{}</customJavaScript> | ||
<elementTypeComponentMapping>{"ElementTypeToHTMLTemplateList":[]}</elementTypeComponentMapping> | ||
<isActive>false</isActive> | ||
<isIntegrationProcedure>true</isIntegrationProcedure> | ||
<isMetadataCacheDisabled>false</isMetadataCacheDisabled> | ||
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable> | ||
<isTestProcedure>false</isTestProcedure> | ||
<isWebCompEnabled>false</isWebCompEnabled> | ||
<language>Procedure</language> | ||
<name>Logger Integration Procedure Demo</name> | ||
<omniProcessElements> | ||
<isActive>true</isActive> | ||
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable> | ||
<level>0.0</level> | ||
<name>AddLogEntry</name> | ||
<omniProcessVersionNumber>0.0</omniProcessVersionNumber> | ||
<propertySetConfig>{ | ||
"executionConditionalFormula" : "", | ||
"failureConditionalFormula" : "", | ||
"failOnStepError" : true, | ||
"useFormulas" : true, | ||
"additionalInput" : { | ||
"loggingLevel" : "INFO", | ||
"message" : "Hello, world!" | ||
}, | ||
"additionalOutput" : { }, | ||
"failureResponse" : { }, | ||
"sendOnlyAdditionalInput" : true, | ||
"returnOnlyAdditionalOutput" : false, | ||
"returnOnlyFailureResponse" : false, | ||
"responseJSONPath" : "", | ||
"responseJSONNode" : "", | ||
"sendJSONPath" : "", | ||
"sendJSONNode" : "", | ||
"remoteClass" : "CallableLogger", | ||
"remoteOptions" : { }, | ||
"remoteMethod" : "newEntry", | ||
"chainOnStep" : false, | ||
"actionMessage" : "", | ||
"additionalChainableResponse" : { }, | ||
"show" : null, | ||
"label" : "RemoteAction1", | ||
"disOnTplt" : false | ||
}</propertySetConfig> | ||
<sequenceNumber>1.0</sequenceNumber> | ||
<type>Remote Action</type> | ||
</omniProcessElements> | ||
<omniProcessKey>demo_Logging</omniProcessKey> | ||
<omniProcessType>Integration Procedure</omniProcessType> | ||
<propertySetConfig>{ | ||
"linkToExternalObject" : "", | ||
"trackingCustomData" : { }, | ||
"includeAllActionsInResponse" : false, | ||
"columnsPropertyMap" : [ ], | ||
"relationshipFieldsMap" : [ ], | ||
"labelSingular" : "", | ||
"labelPlural" : "", | ||
"description" : "", | ||
"nameColumn" : "", | ||
"rollbackOnError" : false, | ||
"chainableQueriesLimit" : 50, | ||
"chainableDMLStatementsLimit" : null, | ||
"chainableCpuLimit" : 2000, | ||
"chainableHeapSizeLimit" : null, | ||
"chainableDMLRowsLimit" : null, | ||
"chainableQueryRowsLimit" : null, | ||
"chainableSoslQueriesLimit" : null, | ||
"chainableActualTimeLimit" : null, | ||
"additionalChainableResponse" : { }, | ||
"queueableChainableQueriesLimit" : 120, | ||
"queueableChainableCpuLimit" : 40000, | ||
"queueableChainableHeapSizeLimit" : 6, | ||
"ttlMinutes" : 5, | ||
"mockResponseMap" : { } | ||
}</propertySetConfig> | ||
<subType>Logging</subType> | ||
<type>demo</type> | ||
<uniqueName>demo_Logging_Procedure_1</uniqueName> | ||
<versionNumber>1.0</versionNumber> | ||
</OmniIntegrationProcedure> |
138 changes: 138 additions & 0 deletions
138
config/scratch-orgs/omnistudio/omniScripts/demo_Logging_English_1.os-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<OmniScript xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<elementTypeComponentMapping>{"ElementTypeToHTMLTemplateList":[]}</elementTypeComponentMapping> | ||
<isActive>false</isActive> | ||
<isIntegrationProcedure>false</isIntegrationProcedure> | ||
<isMetadataCacheDisabled>false</isMetadataCacheDisabled> | ||
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable> | ||
<isTestProcedure>false</isTestProcedure> | ||
<isWebCompEnabled>true</isWebCompEnabled> | ||
<language>English</language> | ||
<name>Nebula Logger Demo</name> | ||
<omniProcessElements> | ||
<isActive>true</isActive> | ||
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable> | ||
<level>0.0</level> | ||
<name>Add New Log Entry</name> | ||
<omniProcessVersionNumber>0.0</omniProcessVersionNumber> | ||
<propertySetConfig>{ | ||
"controlWidth" : 12, | ||
"label" : "", | ||
"remoteClass" : "CallableLogger", | ||
"remoteMethod" : "newEntry", | ||
"remoteOptions" : { | ||
"preTransformBundle" : "", | ||
"postTransformBundle" : "", | ||
"loggingLevel" : "INFO", | ||
"message" : "hello, world!" | ||
}, | ||
"remoteTimeout" : 30000, | ||
"preTransformBundle" : "", | ||
"postTransformBundle" : "", | ||
"sendJSONPath" : "", | ||
"sendJSONNode" : "", | ||
"responseJSONPath" : "", | ||
"responseJSONNode" : "", | ||
"extraPayload" : { }, | ||
"inProgressMessage" : "In Progress", | ||
"postMessage" : "Done", | ||
"failureNextLabel" : "Continue", | ||
"failureAbortLabel" : "Abort", | ||
"failureGoBackLabel" : "Go Back", | ||
"failureAbortMessage" : "Are you sure?", | ||
"validationRequired" : "Step", | ||
"redirectPageName" : "", | ||
"redirectTemplateUrl" : "vlcAcknowledge.html", | ||
"redirectNextLabel" : "Next", | ||
"redirectNextWidth" : 3, | ||
"redirectPreviousLabel" : "Previous", | ||
"redirectPreviousWidth" : 3, | ||
"showPersistentComponent" : [ true, false ], | ||
"show" : null, | ||
"HTMLTemplateId" : "", | ||
"wpm" : false, | ||
"ssm" : false, | ||
"message" : { }, | ||
"pubsub" : false, | ||
"svgSprite" : "", | ||
"svgIcon" : "", | ||
"errorMessage" : { | ||
"custom" : [ ], | ||
"default" : null | ||
}, | ||
"enableDefaultAbort" : false, | ||
"enableActionMessage" : false, | ||
"useContinuation" : false, | ||
"businessCategory" : "", | ||
"businessEvent" : "", | ||
"toastComplete" : true | ||
}</propertySetConfig> | ||
<sequenceNumber>0.0</sequenceNumber> | ||
<type>Remote Action</type> | ||
</omniProcessElements> | ||
<omniProcessElements> | ||
<isActive>true</isActive> | ||
<isOmniScriptEmbeddable>false</isOmniScriptEmbeddable> | ||
<level>0.0</level> | ||
<name>Save Log</name> | ||
<omniProcessVersionNumber>0.0</omniProcessVersionNumber> | ||
<propertySetConfig>{ | ||
"controlWidth" : 12, | ||
"label" : "Save Nebula Logger Log", | ||
"remoteClass" : "CallableLogger", | ||
"remoteMethod" : "saveLog", | ||
"remoteOptions" : { | ||
"preTransformBundle" : "", | ||
"postTransformBundle" : "" | ||
}, | ||
"remoteTimeout" : 30000, | ||
"preTransformBundle" : "", | ||
"postTransformBundle" : "", | ||
"sendJSONPath" : "", | ||
"sendJSONNode" : "", | ||
"responseJSONPath" : "", | ||
"responseJSONNode" : "", | ||
"extraPayload" : { }, | ||
"inProgressMessage" : "In Progress", | ||
"postMessage" : "Done", | ||
"failureNextLabel" : "Continue", | ||
"failureAbortLabel" : "Abort", | ||
"failureGoBackLabel" : "Go Back", | ||
"failureAbortMessage" : "Are you sure?", | ||
"validationRequired" : "Step", | ||
"redirectPageName" : "", | ||
"redirectTemplateUrl" : "vlcAcknowledge.html", | ||
"redirectNextLabel" : "Next", | ||
"redirectNextWidth" : 3, | ||
"redirectPreviousLabel" : "Previous", | ||
"redirectPreviousWidth" : 3, | ||
"showPersistentComponent" : [ true, false ], | ||
"show" : null, | ||
"HTMLTemplateId" : "", | ||
"wpm" : false, | ||
"ssm" : false, | ||
"message" : { }, | ||
"pubsub" : false, | ||
"svgSprite" : "", | ||
"svgIcon" : "", | ||
"errorMessage" : { | ||
"custom" : [ ], | ||
"default" : null | ||
}, | ||
"enableDefaultAbort" : false, | ||
"enableActionMessage" : false, | ||
"useContinuation" : false, | ||
"businessCategory" : "", | ||
"businessEvent" : "" | ||
}</propertySetConfig> | ||
<sequenceNumber>1.0</sequenceNumber> | ||
<type>Remote Action</type> | ||
</omniProcessElements> | ||
<omniProcessType>OmniScript</omniProcessType> | ||
<propertySetConfig>{"persistentComponent":[{"render":false,"label":"","remoteClass":"","remoteMethod":"","remoteTimeout":30000,"remoteOptions":{"preTransformBundle":"","postTransformBundle":""},"preTransformBundle":"","postTransformBundle":"","sendJSONPath":"","sendJSONNode":"","responseJSONPath":"","responseJSONNode":"","id":"vlcCart","itemsKey":"cartItems","modalConfigurationSetting":{"modalHTMLTemplateId":"vlcProductConfig.html","modalController":"ModalProductCtrl","modalSize":"lg"}},{"render":false,"dispOutsideOmni":false,"label":"","remoteClass":"","remoteMethod":"","remoteTimeout":30000,"remoteOptions":{"preTransformBundle":"","postTransformBundle":""},"preTransformBundle":"","postTransformBundle":"","id":"vlcKnowledge","itemsKey":"knowledgeItems","modalConfigurationSetting":{"modalHTMLTemplateId":"","modalController":"","modalSize":"lg"}}],"allowSaveForLater":true,"saveNameTemplate":null,"saveExpireInDays":null,"saveForLaterRedirectPageName":"sflRedirect","saveForLaterRedirectTemplateUrl":"vlcSaveForLaterAcknowledge.html","saveContentEncoded":false,"saveObjectId":"%ContextId%","saveURLPatterns":{},"autoSaveOnStepNext":false,"elementTypeToHTMLTemplateMapping":{},"seedDataJSON":{},"trackingCustomData":{},"enableKnowledge":false,"bLK":false,"lkObjName":null,"knowledgeArticleTypeQueryFieldsMap":{},"timeTracking":false,"hideStepChart":false,"mergeSavedData":false,"visualforcePagesAvailableInPreview":{},"cancelType":"SObject","allowCancel":true,"cancelSource":"%ContextId%","cancelRedirectPageName":"OmniScriptCancelled","cancelRedirectTemplateUrl":"vlcCancelled.html","consoleTabLabel":"New","wpm":false,"ssm":false,"message":{},"pubsub":false,"autoFocus":false,"currencyCode":"","showInputWidth":false,"rtpSeed":false,"consoleTabTitle":null,"consoleTabIcon":"custom:custom18","errorMessage":{"custom":[]},"stylesheet":{"newport":"","lightning":"","newportRtl":"","lightningRtl":""},"stepChartPlacement":"right","disableUnloadWarn":true,"scrollBehavior":"auto","currentLanguage":"en_US"}</propertySetConfig> | ||
<subType>Logging</subType> | ||
<type>demo</type> | ||
<uniqueName>demo_Logging_English_1</uniqueName> | ||
<versionNumber>1.0</versionNumber> | ||
<webComponentKey>2d957d61-29ef-3aeb-de6c-75e205fbacd2</webComponentKey> | ||
</OmniScript> |
6 changes: 6 additions & 0 deletions
6
config/scratch-orgs/omnistudio/tabs/Logger_OmniStudio_Demo.tab-meta.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomTab xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<flexiPage>LoggerRecipesOmniStudio</flexiPage> | ||
<label>Logger OmniStudio Demo</label> | ||
<motif>Custom56: Bottle</motif> | ||
</CustomTab> |