WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings constructor
const
WebApiModulesSettingsSystemSettingsSystemSettingsSystemSettings({
- String? systemSettingsId,
- 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,
- int? billingScheduleAutoRecalculateThreshold,
- bool? defaultBillingSelectAllOrders,
- bool? defaultProcessConsignmentSelectAllInvoices,
- 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,
- bool? enableQuikLocate,
- bool? quikSearchDontUpdateBottomLine,
- bool? hasInternalVendors,
- bool? disableCrossWarehouseCheckIn,
- bool? enableCrew,
- bool? disableHelpIcon,
- bool? consolidateOwnedAndSubbedLineItems,
- bool? setSubQuantityToZero,
- bool? promptUserOnPasteLineItems,
- String? overrideHelpURL,
- bool? delayRevenueAndGlUntilMidnight,
- bool? purgeOrderAuditHistory,
- int? returnOnAssetYears,
- bool? returnOnAssetUseDaysBilled,
- String? returnOnAssetRevenueDate,
- String? systemSettingsName,
- String? companyName,
- String? systemName,
- String? databaseVersion,
- String? dataLanguageId,
- String? dataLanguage,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- dynamic urlIdentifier,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - FwStandardBusinessLogicFwBusinessLogic? original,
- List<
FwStandardDataFwTranslatedValue> ? translation, - bool? hasImport,
- String? createdByUserId,
- String? createdByUserName,
- String? createdDateTime,
- String? modifiedByUserId,
- String? modifiedByUserName,
- 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,
});