WebApiModulesUtilitiesQuikActivityQuikActivity constructor
const
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? departmentId,
- String? department,
- String? vendorId,
- String? vendor,
- String? customerId,
- String? customer,
- String? inventoryId,
- String? iCode,
- String? description,
- int? totalQuantity,
- int? remainingQuantity,
- int? completeQuantity,
- double? completePercent,
- String? assignedToUserId,
- String? assignedToUserName,
- bool? orderRentalActivity,
- bool? orderSalesActivity,
- bool? orderMiscellaneousActivity,
- bool? orderLaborActivity,
- bool? orderRentalSaleActivity,
- bool? orderLossAndDamageActivity,
- bool? orderRepairActivity,
- 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 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.departmentId,
this.department,
this.vendorId,
this.vendor,
this.customerId,
this.customer,
this.inventoryId,
this.iCode,
this.description,
this.totalQuantity,
this.remainingQuantity,
this.completeQuantity,
this.completePercent,
this.assignedToUserId,
this.assignedToUserName,
this.orderRentalActivity,
this.orderSalesActivity,
this.orderMiscellaneousActivity,
this.orderLaborActivity,
this.orderRentalSaleActivity,
this.orderLossAndDamageActivity,
this.orderRepairActivity,
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,
});