ExportSolutionRequest.ExportAutoNumberingSettings Property

Definition

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

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

Property Value

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

Remarks

This setting includes the following values with the solution:

  • Organization.CampaignPrefix

  • Organization.ContractPrefix

  • Organization.CasePrefix

  • Organization.KbPrefix

  • Organization.OrderPrefix

  • Organization.InvoicePrefix

  • Organization.UniqueSpecifierLength

Applies to