Name | Description | Type | Additional Information |
---|---|---|---|
MappingCustomerGuid |
The Mapping Customer GUID to add the Agvance field for AKA HaasMaster.dbo.Customer.CustomerGuid |
globally unique identifier |
Required (Hexadecimal 8-4-4-4-12) |
MappingGuid |
The Mapping Field GUID to cross reference to the new Agvance Field AKA HaasMaster.dbo.Field.FieldGuid |
globally unique identifier |
Required (Hexadecimal 8-4-4-4-12) |
AgvanceCustomerGuid |
The Agvance GUID of the customer to assign the field to - if provided, the field will only be added for this customer and not all Agvance customers that are linked to the MappingCustomerGUID. If the AgvanceCustomerGUID is Null, add the field to all customers linked to the MappingCustomerGUID. AKA dbo.GROWER.MPSGUID |
globally unique identifier |
(Hexadecimal 8-4-4-4-12) |
Name |
Description of the field AKA dbo.FIELDS.Description |
string |
Required Max length: 30 |
Acres |
Number of acres for the field |
decimal number | |
FarmName |
Description for the farm AKA dbo.Farm.Description |
string |
Max length: 50 |
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 the field |
decimal number |
Max of 6 decimal places Range: inclusive between -90 and 90 |
GeoCodedLongitude |
Geocoded longitude of the field |
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 |