WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings constructor
WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
- String? systemSettingsId,
- String? systemSettingsName,
- String? companyName,
- String? systemName,
- String? databaseVersion,
- bool? isVendorNumberAssignedByUser,
- int? lastVendorNumber,
- bool? allowDeleteExportedReceipts,
- bool? enableReceipts,
- bool? enableVendorInvoice,
- double? closePoReminingInvoiceAmount,
- bool? enableBetaUpdates,
- bool? enableQaUpdates,
- bool? enablePayments,
- bool? allowDeleteExportedPayments,
- bool? allowDeleteInvoices,
- bool? allowInvoiceDateChange,
- bool? ordersCompleteWithItemsNotYetStaged,
- bool? populateInventoryUtilizationDataWeekly,
- int? billingScheduleAutoRecalculateThreshold,
- bool? synchronizeCustomerStatusAndCreditStatus,
- bool? synchronizeDealStatusAndCreditStatus,
- bool? changeCustomerStatusIfNoInvoices,
- String? changeToCustomerStatusIdIfNoInvoices,
- String? changeToCustomerStatusIfNoInvoices,
- bool? changeDealStatusIfNoInvoices,
- String? changeToDealStatusIdIfNoInvoices,
- String? changeToDealStatusIfNoInvoices,
- int? changeCustomerStatusIfNoInvoicesDays,
- int? changeDealStatusIfNoInvoicesDays,
- String? quoteOrderMessageFormat,
- bool? enableOriginalShow,
- bool? enablePropsWardrobe,
- bool? enableSetsWalls,
- int? deleteDataHealthDays,
- bool? allCaps,
- String? dataLanguageId,
- String? dataLanguage,
- bool? enableQuikLocate,
- bool? hasInternalVendors,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
this.systemSettingsId,
this.systemSettingsName,
this.companyName,
this.systemName,
this.databaseVersion,
this.shareDealsAcrossOfficeLocations,
this.isVendorNumberAssignedByUser,
this.lastVendorNumber,
this.allowDeleteExportedReceipts,
this.enableReceipts,
this.enableVendorInvoice,
this.closePoReminingInvoiceAmount,
this.enableBetaUpdates,
this.enableQaUpdates,
this.enablePayments,
this.allowDeleteExportedPayments,
this.allowDeleteInvoices,
this.allowInvoiceDateChange,
this.ordersCompleteWithItemsNotYetStaged,
this.populateInventoryUtilizationDataWeekly,
this.billingScheduleAutoRecalculateThreshold,
this.synchronizeCustomerStatusAndCreditStatus,
this.synchronizeDealStatusAndCreditStatus,
this.changeCustomerStatusIfNoInvoices,
this.changeToCustomerStatusIdIfNoInvoices,
this.changeToCustomerStatusIfNoInvoices,
this.changeDealStatusIfNoInvoices,
this.changeToDealStatusIdIfNoInvoices,
this.changeToDealStatusIfNoInvoices,
this.changeCustomerStatusIfNoInvoicesDays,
this.changeDealStatusIfNoInvoicesDays,
this.quoteOrderMessageFormat,
this.enableOriginalShow,
this.enablePropsWardrobe,
this.enableSetsWalls,
this.deleteDataHealthDays,
this.allCaps,
this.dataLanguageId,
this.dataLanguage,
this.enableQuikLocate,
this.hasInternalVendors,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});