FRAMES | NO FRAMES
CustomerStoreSetupByGeocodeTableParameters Type

Parameters of CustomerStoreSetupByGeocodeTable task.

Availability: Business Analyst Server.

class CustomerStoreSetupByGeocodeTableParameters : CustomerStoreSetupParameters

Property Description
GeocodeData Table containing address information for geocoding. Type GeocodeData.
GeocodeCustomers (optional) An option specifying the setup type. Type Boolean. Inherited from CustomerStoreSetupParameters.
LinkField (optional) The name of field for Customer Setup to be used for assignment customers with stores or trade areas. Type String. Inherited from CustomerStoreSetupParameters.
NameField (optional) Store/customer name field. Type String. Inherited from CustomerStoreSetupParameters.
StoreIDField Store ID field name for Store Setup. Type String. Inherited from CustomerStoreSetupParameters.
ActiveDatasetID ID of the active dataset. Type String. Inherited from AnalysisParameters.
IsFullErrorMessage Mode for composing error messages. Type Boolean. Inherited from AnalysisParameters.
OutputSpatialReference An option specifying the spatial reference to return the output feature layer in. Type SpatialReference. If this parameter is missing, the output record set will be returned in the default spatial reference. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
ReturnGeometry An option specifying the presence of the shape attribute in the returned record set. Type Boolean. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
Default: true.

Remarks

Address information for Customer/Store Setup is specified with GeocodeData property.

The GeocodeCustomers property specifies the Setup type: the true value (default) means Customer Setup and the false value means Store Setup.

For Customer Setup, the NameField and LinkField properties can be specified. A new customer ID field is created.

For Store Setup, the StoreIDField property should be specified, the NameField and CreateNewIDField properties are optional.

See Also