WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings constructor

WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
  1. String? systemSettingsId,
  2. String? systemSettingsName,
  3. String? companyName,
  4. String? systemName,
  5. String? databaseVersion,
  6. bool? shareDealsAcrossOfficeLocations,
  7. bool? isVendorNumberAssignedByUser,
  8. int? lastVendorNumber,
  9. bool? allowDeleteExportedReceipts,
  10. bool? enableReceipts,
  11. bool? enableVendorInvoice,
  12. double? closePoReminingInvoiceAmount,
  13. bool? enableBetaUpdates,
  14. bool? enableQaUpdates,
  15. bool? enablePayments,
  16. bool? allowDeleteExportedPayments,
  17. bool? allowDeleteInvoices,
  18. bool? allowInvoiceDateChange,
  19. bool? ordersCompleteWithItemsNotYetStaged,
  20. bool? populateInventoryUtilizationDataWeekly,
  21. int? billingScheduleAutoRecalculateThreshold,
  22. bool? synchronizeCustomerStatusAndCreditStatus,
  23. bool? synchronizeDealStatusAndCreditStatus,
  24. bool? changeCustomerStatusIfNoInvoices,
  25. String? changeToCustomerStatusIdIfNoInvoices,
  26. String? changeToCustomerStatusIfNoInvoices,
  27. bool? changeDealStatusIfNoInvoices,
  28. String? changeToDealStatusIdIfNoInvoices,
  29. String? changeToDealStatusIfNoInvoices,
  30. int? changeCustomerStatusIfNoInvoicesDays,
  31. int? changeDealStatusIfNoInvoicesDays,
  32. String? quoteOrderMessageFormat,
  33. bool? enableOriginalShow,
  34. bool? enablePropsWardrobe,
  35. bool? enableSetsWalls,
  36. int? deleteDataHealthDays,
  37. bool? allCaps,
  38. String? dataLanguageId,
  39. String? dataLanguage,
  40. bool? enableQuikLocate,
  41. bool? hasInternalVendors,
  42. String? dateStamp,
  43. String? auditNote,
  44. String? recordTitle,
  45. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  46. List<FwStandardDataFwCustomValue>? custom,
  47. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  48. 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,
});