Newer Version Available

This content describes an older version of this product. View Latest

Message Segment: Field Change

Represents an inline field change.

Example

An example of an inline field change is "First Name from Bob to Joe". This example segment consists of multiple segments.
1[
2   Text("Owner from "), 
3   FieldChangeValue("Bob Smith"), 
4   Text(" to "), 
5   FieldChangeValue("Dave Jones")
6]
Property Type Description Filter Group and Version Available Version
segments Segments[] Collection of message segments, based on type. Segments can be one or more of the following: Medium, 29.0 23.0
text String Formatted text of the change. For example:
1"City from San Francisco to
2 New Orleans"
Small, 29.0 23.0
type String Value is FieldChange Small, 29.0 23.0