WebApiModulesHomeControlsCustomerNoteCustomerNote constructor
const
WebApiModulesHomeControlsCustomerNoteCustomerNote({
- String? customerNoteId,
- String? customerId,
- String? noteDate,
- String? notesById,
- String? notesBy,
- String? description,
- String? notes,
- bool? notify,
- 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 WebApiModulesHomeControlsCustomerNoteCustomerNote({
this.customerNoteId,
this.customerId,
this.noteDate,
this.notesById,
this.notesBy,
this.description,
this.notes,
this.notify,
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,
});