WebApiModulesHomeControlsContactNoteContactNote constructor
WebApiModulesHomeControlsContactNoteContactNote({
- String? contactNoteId,
- String? contactId,
- String? companyId,
- String? companyContactId,
- String? noteDate,
- String? notesById,
- String? notesBy,
- String? description,
- String? notes,
- String? dateStamp,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesHomeControlsContactNoteContactNote({
this.contactNoteId,
this.contactId,
this.companyId,
this.companyContactId,
this.noteDate,
this.notesById,
this.notesBy,
this.description,
this.notes,
this.dateStamp,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});