FRAMES | NO FRAMES
CustomerStoreSetupParameters Type

Base parameters for customer/store setup tasks.

Availability: Business Analyst Server.

class CustomerStoreSetupParameters : AnalysisParameters

Property Description
GeocodeCustomers (optional) An option specifying the setup type. Type Boolean.
LinkField (optional) The name of field for Customer Setup to be used for assignment customers with stores or trade areas. Type String.
NameField (optional) Store/customer name field. Type String.
StoreIDField Store ID field name for Store Setup. Type String.
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

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