WebApiModulesUtilitiesQuikActivityQuikActivity constructor
WebApiModulesUtilitiesQuikActivityQuikActivity({
- int? activityId,
- String? activityDate,
- String? activityTime,
- String? activityTypeId,
- String? activityTypeDescription,
- String? activityTypeColor,
- String? activityTypeTextColor,
- int? activityStatusId,
- String? activityStatus,
- String? activityStatusColor,
- String? activityStatusTextColor,
- String? orderId,
- String? orderNumber,
- String? orderType,
- String? orderTypeController,
- String? orderDescription,
- String? orderLocation,
- String? agentId,
- String? agent,
- String? dealId,
- String? deal,
- String? vendorId,
- String? vendor,
- String? inventoryId,
- String? iCode,
- String? description,
- int? totalQuantity,
- int? remainingQuantity,
- int? completeQuantity,
- double? completePercent,
- String? assignedToUserId,
- String? assignedToUserName,
- String? auditNote,
- String? recordTitle,
- List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, - List<
FwStandardDataFwCustomValue> ? custom, - List<
FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, - List<
FwStandardDataFwTranslatedValue> ? translation,
Implementation
WebApiModulesUtilitiesQuikActivityQuikActivity({
this.activityId,
this.activityDate,
this.activityTime,
this.activityTypeId,
this.activityTypeDescription,
this.activityTypeColor,
this.activityTypeTextColor,
this.activityStatusId,
this.activityStatus,
this.activityStatusColor,
this.activityStatusTextColor,
this.orderId,
this.orderNumber,
this.orderType,
this.orderTypeController,
this.orderDescription,
this.orderLocation,
this.agentId,
this.agent,
this.dealId,
this.deal,
this.vendorId,
this.vendor,
this.inventoryId,
this.iCode,
this.description,
this.totalQuantity,
this.remainingQuantity,
this.completeQuantity,
this.completePercent,
this.assignedToUserId,
this.assignedToUserName,
this.auditNote,
this.recordTitle,
this.fields,
this.custom,
this.defaultFieldAttributes,
this.translation,
});