Default transform definitions
Summarize
Summarized using AI
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.
Summary of Default Transform Definitions
The system provides default transform definitions to manipulate text and numeric fields effectively. These transformations allow users to modify field values for better data management and presentation within ServiceNow.
Show less
Key Features
- Change Case: Adjusts the character case (upper, lower, proper, formal).
- Constant: Replaces the field value with a fixed constant.
- Delete: Removes a specified sequence of characters from a field.
- Insert: Adds a character sequence at a defined position in the field.
- Left: Retains or deletes characters from the left side of the field.
- Prefix: Adds characters to the beginning of the field value.
- Replace: Substitutes occurrences of one string with another, using regular expressions if needed.
- Right: Retains or deletes characters from the right side of the field.
- Round: Rounds numeric values based on specified criteria and intervals.
- Substring: Keeps or deletes characters from a specified sub-sequence.
- Suffix: Appends characters to the end of the field value.
- Trim: Eliminates blank spaces from the field value.
Key Outcomes
By utilizing these transform definitions, ServiceNow customers can ensure data consistency, improve readability, and enhance the quality of the information presented in their applications. These transformations facilitate tailored data processing, enabling better decision-making and reporting within the ServiceNow platform.
The system offers default transform definitions for fields containing text, text numeric, and numeric values.
| Transform Type | Category | Description | Parameters |
|---|---|---|---|
| Change case | Text | Changes the case of the characters in the field value. | Mode: Select one of the following modes:
|
| Constant | Text Numeric | Converts the value in this field to a constant. | Constant: The constant with which to replace the value in this field. |
| Delete | Text | Delete a specified sequence of characters from a field value. |
|
| Insert | Text | Insert a fixed character sequence into a field value. |
|
| Left | Text | Deletes or keeps a specified number of characters from the left side of this field value. |
|
| Prefix | Text | Adds characters to the beginning of a field value. | Prefix: Defines the characters to add to the beginning of the transformed field value. |
| Replace | Text | Replaces occurrences of one string with another string. The special characters backslash (\) and dollar sign ($) in the replacement string can cause the transform to be different than if the replacement string were being treated as a literal replacement string. Use a regular expression to replace a string or parts of a string. |
|
| Right | Text | Retains or deletes a specified number of characters from the right side of a field value. |
|
| Round | Numeric | Rounds integers to a configured rounding interval using specific criteria. The interval must be appropriate to the value being transformed, such as an interval of 12 for a value expressed in dozens or 0.01 for decimal values expressed in hundredths. |
|
| Substring | Text | Keep or delete characters from a specified sub-sequence of characters in the field value. |
|
| Suffix | Text | Appends characters to the end of a field value. | Suffix: Defines the suffix to add to the end of the field value. |
| Trim | Text Numeric | Removes blank spaces from the field value. | No parameters |