Update OmniStudio OmniScript
sf_update_omniscriptUpdate an OmniScript's metadata properties like description, LWC mode, and embeddable flag by specifying Type, SubType, and Language. Deactivates active scripts; reactivate with sf_activate_omniscript.
Instructions
Updates an existing OmniScript's metadata properties (description, LWC mode, embeddable flag). Identified by Type + SubType + Language.
Note: OmniScript element/step editing is best done in the OmniScript Designer. This tool updates the container metadata only. The script will be deactivated if currently active — reactivate with sf_activate_omniscript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | OmniScript type | |
| subType | Yes | OmniScript sub-type | |
| language | No | English | |
| description | No | ||
| isLwcEnabled | No | ||
| isOmniScriptEmbeddable | No |