| Name | Description | Type | Additional Information |
|---|---|---|---|
| AgvanceGuid |
The Agvance GUID of the field to update - if provided, the AgvanceGUID will be used to find the field. AKA dbo.FIELDS.MPSGUID |
globally unique identifier |
Required (Hexadecimal 8-4-4-4-12) |
| MappingGuid |
The Mapping GUID of the field to cross reference to the Agvance field. AKA HaasMaster.dbo.Field.FieldGuid |
globally unique identifier |
(Hexadecimal 8-4-4-4-12) |
| NewAgvanceCustomerGuid |
The Agvance GUID of the customer to move this field to. AKA dbo.GROWER.MPSGUID |
globally unique identifier |
(Hexadecimal 8-4-4-4-12) |
| Name |
The Mapping Field Name that is used to update the Agvance field description AKA dbo.FIELDS.Description |
string |
Max length: 30 |
| Inactive |
Indicates what the active status of the field should be set to |
boolean |
Must be 0, 1, True, or False |
| FarmName |
The Mapping Farm Name that is used to update the Agvance farm description for the field being updated. AKA dbo.Farm.Description |
string |
Max length: 50 |
| Acres |
Number of acres for the field - update only if the existing field has a zero value for acres or OverrideBillableAcres is set to true |
decimal number | |
| OverrideBillableAcres |
Override that will force the Acres into the billable acres of the field |
boolean |
Must be 0, 1, True, or False |
| State |
State assigned to the field |
string |
Max length: 2 |
| County |
County assigned to the field |
string |
Max length: 20 |
| Township |
Township assigned to the field |
string |
Max length: 15 |
| Range |
Range assigned to the field |
string |
Max length: 10 |
| Section |
Section assigned to the field |
string |
Max length: 10 |
| GeoCodedLatitude |
Geocoded latitude of field - update only if the existing field has a zero value for latitude |
decimal number |
Max of 6 decimal places Range: inclusive between -90 and 90 |
| GeoCodedLongitude |
Geocoded longitude of field - update only if the existing field has a zero value for longitude |
decimal number |
Max of 6 decimal places Range: inclusive between -180 and 180 |
| Directions |
Directions to the field |
string | |
| Comments |
Notes about the field |
string | |
| PolygonWktList |
List of boundary polygons to save into the Agvance field boundary |
Collection of string | |
| LocationId |
LocationId assigned to the field |
string |
Max length: 6 |
| Split2Name |
Split2Name assigned to the field |
string |
Max length: 10 |
| Split3Name |
Split3Name assigned to the field |
string |
Max length: 10 |
| BillingSplits |
BillingSplits assigned to the field |
Collection of ClsBillingSplit |
Maximum of 8 allowed |