To copy contents of Rich Text field into Text Area field, workflow shall be created.
Text Area fields have a limitation of around 4 000 characters while Rich Text fields can hold up to 100 000 characters. Therefore, once the solution is applied, a very long text in Rich Text field can meet the limitation of the Text Area field. Also, any HTML tags from Rich Text field are carried over to the Text Area field.
Solution
- Navigate to Customization > Workflow > Workflows > New
- Basic Information:
- Record type: Select Item
- Subtype: Select Serialized Inventory Item
- Event Definition:
- On Create: Enter Checkmark
- On View or Update: Enter Checkmark
- Click Save
- Click State 1
- Bottom right corner: Click New Action
- Click Set Field Value
- Basic Information:
- Trigger On: Select Before Record Submit
- Parameters:
- Field: Select preferred Text Area field
- Value: Select Formula
- Formula: Enter {field id of Rich Text field}
- Example: {custbody1}
- Click Save