Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how-to/omnistudio/omnistudio-check-package-version.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Check OmniStudio package version
================================

Salesforce releases updates to the OmniStudio Managed Package during every release cycle i.e. Spring, Summer, and Winter.
Updates to the Omnistudio Managed Package should happen automatically in your production org.
Updates to the OmniStudio Managed Package should happen automatically in your production org.

In the event that you have a trail org that has an outdated version, or your production org hasn't updated automatically, you can manually update the managed package.

Expand Down
46 changes: 46 additions & 0 deletions how-to/omnistudio/omnistudio-enable-metadata-setting.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
Enable Metadata setting in OmniStudio
=====================================

To be able to deploy and retrieve OmniStudio components using the Metadata API, enable the OmniStudio Metadata Setting.

1. Navigate to Setup
2. Select OmniStudio Settings
3. Enable OmniStudio Metadata

.. warning::

Once you enable the OmniStudio Metadata setting, you can't turn it off.

The process of enabling the setting checks all the OmniStudio component unique names for violations.
If Salesforce finds any violations, it sends an email listing all the components that doesn't conform to the requirement.

..

| Your data migration for organization ID ORD_ID failed.

| Fix your data and enable OmniStudioMetadata again.
| These records had errors:
| RECORD_ID_1 - Field must be alphanumeric and contain no spaces or underscores.
| RECORD_ID_2 - Field must be alphanumeric and contain no spaces or underscores.

In the event of a trail org, these violations can be safely deleted as they're sample components most of the times.

.. raw:: html

<embed>
<script src="https://giscus.app/client.js"
data-repo="sfadriaan/sfadriaan.github.io"
data-repo-id="R_kgDOMjpG6Q"
data-category="General"
data-category-id="DIC_kwDOMjpG6c4Chwzv"
data-mapping="pathname"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="preferred_color_scheme"
data-lang="en"
crossorigin="anonymous"
async>
</script>
</embed>
4 changes: 2 additions & 2 deletions how-to/omnistudio/omnistudio-get-dev-org.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Getting an OmniStudio enabled org
=================================

It's important to ensure you have an up to date Omnistudio environment to develop in.
It's important to ensure you have an up to date OmniStudio environment to develop in.
Depending on your situation you:

* have access to a sandbox that's created from a production org that has Omnistudio installed,
* have the ability to create a scratch org that has Omnistudio enabled,
* not have access to a production org that has Omnistudio installed.

There are multiple options where you can sign up for a free trial org that has Omnistudio installed:
There are multiple options where you can sign up for a free trial org that has OmniStudio installed:

1. `Financial Services Cloud <https://developer.salesforce.com/free-trials/comparison/financial-services-cloud>`_ *recommended*
* Always have an up to date Omnistudio installed at the time of sign up.
Expand Down
1 change: 1 addition & 0 deletions how-to/omnistudio/omnistudio-getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Getting started

omnistudio-get-dev-org
omnistudio-check-package-version
omnistudio-enable-metadata-setting

4 changes: 2 additions & 2 deletions reference/omnistudio/omnistudio-datatable-events.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Datable events
Short description
-----------------

What platform events are available when using the datatable component in a flexcard.
What platform events are available when using the datatable component in a Flexcard.

`Salesforce help files <https://help.salesforce.com/s/articleView?id=sf.os_flexcards_datatable_properties_29884.htm&type=5>`_ mentions datatable events:

Expand All @@ -13,7 +13,7 @@ What platform events are available when using the datatable component in a flexc
* ``rowclick``
* ``delete``

as available when a user interacts with the datatable component in a flexcard.
as available when a user interacts with the datatable component in a Flexcard.

.. figure:: /images/omnistudio-datatable-event-examples.gif

Expand Down
14 changes: 14 additions & 0 deletions styles/Custom/001-Salesforce-product-names.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
extends: substitution
message: "Use '%s' instead of '%s'"
ignorecase: true
level: suggestion
action:
name: replace
scope:
- sentence
swap:
omnistudio : 'OmniStudio'
dataraptor : 'DataRaptor'
flexcard : 'Flexcard'


File renamed without changes.