You are here:
Create an Omniscript
Create an Omniscript to build a form in the Omniscript Designer.
- From the App Launcher, find and select Omniscripts.
- Click New.
- Enter a Name for your Omniscript.
-
Enter a Type, SubType, and
Language.
The Type must start with a letter and contain only alphanumeric characters without spaces or underscores. Subtype must be an alphanumeric text and contain no spaces or underscores. The Type, SubType, and Language combine to create a unique identifier that becomes the name of a compiled Omniscript's Lightning web component. For example, an Omniscript where Type=account, SubType=Create, and Language=English generates an LWC named accountCreateEnglish.
NoteThe combined Type, SubType, and Language mustn't exceed 60 characters.
- If needed, enter a Description for your Omniscript.
- Click Save.
- Considerations for Single-Language Omniscripts
Omnistudio provides translations for system labels, such as standard error messages. In your single-language Omniscripts, these translations automatically appear based on the user's locale. For example, if the user’s locale is set to Japanese, all system-generated error messages also appear in Japanese. - Upgrade an Omniscript's Property Set
When using an existing Omniscript in the Omniscript Designer, create a new version of the Omniscript to update the Omniscript's property set. In an org with multiple developers, errors could appear in the designer when using the same Omniscript without a new version. Prevent or resolve this error by upgrading the Omniscript's property set.

