> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.TargetChange

# <a id="SuperOffice_WebApi_Data_TargetChange" /> Class TargetChange

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Carrier object for TargetChange.
Target field change

```csharp theme={null}
public class TargetChange : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[TargetChange](SuperOffice.WebApi.Data.TargetChange.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_TargetChange__ctor" /> TargetChange()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public TargetChange()
```

## Properties

### <a id="SuperOffice_WebApi_Data_TargetChange_FieldIdentifier" /> FieldIdentifier

What field was changed - target\_group.period\_type or target\_assignment\_value.month01.target\_value or target\_assignment\_value.quarter01.target\_value etc.

```csharp theme={null}
public virtual string FieldIdentifier { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_TargetChange_ValueChangeFrom" /> ValueChangeFrom

Previous value

```csharp theme={null}
public virtual double ValueChangeFrom { get; set; }
```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="SuperOffice_WebApi_Data_TargetChange_ValueChangeTo" /> ValueChangeTo

New value

```csharp theme={null}
public virtual double ValueChangeTo { get; set; }
```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

## See Also

[TargetsAgent](SuperOffice.WebApi.Agents.TargetsAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.TargetRevision](/en/api/reference/webapi/SuperOffice.WebApi.Data.TargetRevision.md)
- [target_change table](/en/database/tables/target-change.md)
- [target_revision table](/en/database/tables/target-revision.md)
- [Released database changes in version 11.2.664.0](/release-notes/database/changes-11.2.664.md)
- [What's new in version 10.1.2.686](/release-notes/database/changes-10.1.2.md)
- [What's new in version 11.7.727.0](/release-notes/database/changes-11.7.727.md)
