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? setInvoiceDateToApprovalDate,
  16. bool? ordersCompleteWithItemsNotYetStaged,
  17. int? billingScheduleAutoRecalculateThreshold,
  18. bool? defaultBillingSelectAllOrders,
  19. bool? defaultProcessConsignmentSelectAllInvoices,
  20. bool? synchronizeCustomerStatusAndCreditStatus,
  21. bool? synchronizeDealStatusAndCreditStatus,
  22. bool? changeCustomerStatusIfNoInvoices,
  23. String? changeToCustomerStatusIdIfNoInvoices,
  24. String? changeToCustomerStatusIfNoInvoices,
  25. bool? changeDealStatusIfNoInvoices,
  26. String? changeToDealStatusIdIfNoInvoices,
  27. String? changeToDealStatusIfNoInvoices,
  28. int? changeCustomerStatusIfNoInvoicesDays,
  29. int? changeDealStatusIfNoInvoicesDays,
  30. String? quoteOrderMessageFormat,
  31. bool? enableOriginalShow,
  32. bool? enablePropsWardrobe,
  33. bool? enableSetsWalls,
  34. int? deleteDataHealthDays,
  35. bool? allCaps,
  36. bool? enableQuikLocate,
  37. bool? quikSearchDontUpdateBottomLine,
  38. bool? hasInternalVendors,
  39. bool? disableCrossWarehouseCheckIn,
  40. bool? enableCrew,
  41. bool? disableHelpIcon,
  42. bool? consolidateOwnedAndSubbedLineItems,
  43. bool? setSubQuantityToZero,
  44. bool? promptUserOnPasteLineItems,
  45. String? overrideHelpURL,
  46. bool? delayRevenueAndGlUntilMidnight,
  47. bool? purgeOrderAuditHistory,
  48. int? userLicenses,
  49. bool? consignmentLicense,
  50. bool? evaluationLicense,
  51. String? siteHash,
  52. String? licenseMessage,
  53. String? defaultSalesRepresentativeFilter,
  54. String? systemSettingsName,
  55. String? companyName,
  56. String? systemName,
  57. String? databaseVersion,
  58. String? dataLanguageId,
  59. String? dataLanguage,
  60. String? dateStamp,
  61. String? auditNote,
  62. String? recordTitle,
  63. dynamic urlIdentifier,
  64. List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>? fields,
  65. List<FwStandardDataFwCustomValue>? custom,
  66. List<FwStandardDataFwDefaultAttribute>? defaultFieldAttributes,
  67. FwStandardBusinessLogicFwBusinessLogic? original,
  68. List<FwStandardDataFwTranslatedValue>? translation,
  69. bool? hasImport,
  70. bool? hasDocuments,
  71. String? createdByUserId,
  72. String? createdByUserName,
  73. String? createdDateTime,
  74. String? modifiedByUserId,
  75. String? modifiedByUserName,
  76. 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.setInvoiceDateToApprovalDate,
  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.userLicenses,
  this.consignmentLicense,
  this.evaluationLicense,
  this.siteHash,
  this.licenseMessage,
  this.defaultSalesRepresentativeFilter,
  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.hasDocuments,
  this.createdByUserId,
  this.createdByUserName,
  this.createdDateTime,
  this.modifiedByUserId,
  this.modifiedByUserName,
  this.modifiedDateTime,
});