Text Enhance Actions as XML Definitions
A Text Enhance action represents an action that can be added to supported text fields as part of the Text Enhance feature. For more information, see Text Enhance. The following types of text fields support Text Enhance actions:
-
Long text
-
Text area
-
Rich text
In SDF, the textenhanceaction
object represents a Text Enhance action. To download an XML file that represents a Text Enhance action, in Prompt Studio, view a custom Text Enhance action, and click Download XML.

You can download XML only for custom Text Enhance actions, not system Text Enhance actions.
Do not manually edit the XML in SDF. Modifications to the system-generated XML may result in validation and deployment failures. You should customize Text Enhance actions using Prompt Studio instead of SDF. For more information, see Prompt Studio.
Text Enhance Action XML Example
The following code sample shows an example of a Text Enhance action XML definition.
<textenhanceaction scriptid="custteactiontranslate">
<ispartial>F</ispartial>
<language>en</language>
<name>Translate</name>
</textenhanceaction>