WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings constructor

const WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
  1. String? systemSettingsId,
  2. bool? shareDealsAcrossOfficeLocations,
  3. bool? isVendorNumberAssignedByUser,
  4. int? lastVendorNumber,
  5. bool? allowDeleteExportedReceipts,
  6. bool? enableReceipts,
  7. bool? enableVendorInvoice,
  8. double? closePoReminingInvoiceAmount,
  9. bool? enableBetaUpdates,
  10. bool? enableQaUpdates,
  11. bool? enablePayments,
  12. bool? allowDeleteExportedPayments,
  13. bool? allowDeleteInvoices,
  14. bool? allowInvoiceDateChange,
  15. bool? ordersCompleteWithItemsNotYetStaged,
  16. int? billingScheduleAutoRecalculateThreshold,
  17. bool? defaultBillingSelectAllOrders,
  18. bool? defaultProcessConsignmentSelectAllInvoices,
  19. bool? synchronizeCustomerStatusAndCreditStatus,
  20. bool? synchronizeDealStatusAndCreditStatus,
  21. bool? changeCustomerStatusIfNoInvoices,
  22. String? changeToCustomerStatusIdIfNoInvoices,
  23. String? changeToCustomerStatusIfNoInvoices,
  24. bool? changeDealStatusIfNoInvoices,
  25. String? changeToDealStatusIdIfNoInvoices,
  26. String? changeToDealStatusIfNoInvoices,
  27. int? changeCustomerStatusIfNoInvoicesDays,
  28. int? changeDealStatusIfNoInvoicesDays,
  29. String? quoteOrderMessageFormat,
  30. bool? enableOriginalShow,
  31. bool? enablePropsWardrobe,
  32. bool? enableSetsWalls,
  33. int? deleteDataHealthDays,
  34. bool? allCaps,
  35. bool? enableQuikLocate,
  36. bool? quikSearchDontUpdateBottomLine,
  37. bool? hasInternalVendors,
  38. bool? disableCrossWarehouseCheckIn,
  39. bool? enableCrew,
  40. bool? disableHelpIcon,
  41. bool? consolidateOwnedAndSubbedLineItems,
  42. bool? setSubQuantityToZero,
  43. bool? promptUserOnPasteLineItems,
  44. String? overrideHelpURL,
  45. bool? delayRevenueAndGlUntilMidnight,
  46. bool? purgeOrderAuditHistory,
  47. int? returnOnAssetYears,
  48. bool? returnOnAssetUseDaysBilled,
  49. String? returnOnAssetRevenueDate,
  50. String? systemSettingsName,
  51. String? companyName,
  52. String? systemName,
  53. String? databaseVersion,
  54. String? dataLanguageId,
  55. String? dataLanguage,
  56. String? dateStamp,
  57. String? auditNote,
  58. String? recordTitle,
  59. dynamic urlIdentifier,
  60. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  61. List<FwStandardDataFwCustomValue>? custom,
  62. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  63. FwStandardBusinessLogicFwBusinessLogic? original,
  64. List<FwStandardDataFwTranslatedValue>? translation,
  65. bool? hasImport,
  66. String? createdByUserId,
  67. String? createdByUserName,
  68. String? createdDateTime,
  69. String? modifiedByUserId,
  70. String? modifiedByUserName,
  71. String? modifiedDateTime,
})

Implementation

const WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
  this.systemSettingsId,
  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.billingScheduleAutoRecalculateThreshold,
  this.defaultBillingSelectAllOrders,
  this.defaultProcessConsignmentSelectAllInvoices,
  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.enableQuikLocate,
  this.quikSearchDontUpdateBottomLine,
  this.hasInternalVendors,
  this.disableCrossWarehouseCheckIn,
  this.enableCrew,
  this.disableHelpIcon,
  this.consolidateOwnedAndSubbedLineItems,
  this.setSubQuantityToZero,
  this.promptUserOnPasteLineItems,
  this.overrideHelpURL,
  this.delayRevenueAndGlUntilMidnight,
  this.purgeOrderAuditHistory,
  this.returnOnAssetYears,
  this.returnOnAssetUseDaysBilled,
  this.returnOnAssetRevenueDate,
  this.systemSettingsName,
  this.companyName,
  this.systemName,
  this.databaseVersion,
  this.dataLanguageId,
  this.dataLanguage,
  this.dateStamp,
  this.auditNote,
  this.recordTitle,
  this.urlIdentifier,
  this.fields,
  this.custom,
  this.defaultFieldAttributes,
  this.original,
  this.translation,
  this.hasImport,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});