Share via


ExportSolutionAsyncRequest.ExportSales Property

Definition

Gets or sets whether sales settings should be included in the solution being exported. Optional.

public:
 property bool ExportSales { bool get(); void set(bool value); };
public bool ExportSales { get; set; }
member this.ExportSales : bool with get, set
Public Property ExportSales As Boolean

Property Value

true if the sales settings should be included in the solution being exported; otherwise, false.

Remarks

This setting includes the following values with the solution:

  • Organization.UseInbuiltRuleForDefaultPricelistSelection

  • Organization.MaxProductsInBundle

  • Organization.OOBPriceCalculationEnabled

  • Organization.DiscountCalculationMethod

  • Organization.MaximumDynamicPropertiesAllowed

  • Organization.CreateProductsWithoutParentInActiveState

Applies to