Data Model > Data Dictionary > S > Service Task in 25.1
Service Task in 25.1
Holds the information for tasks created for Work Order or Work Order Asset assigned to user.
API Label: SVMXC__WPLN_ServiceTask__c
No. of Fields: 33
Field Label
Field Name
Data Type
Description
Custom Relationship Fields
Advance Task Process
SVMXC__SM_AdvTaskProcessId__c
Lookup(ServiceMax Process)
Look up to the Process (SFM/Checklist).
Assigned Group
SVMXC__SM_AssignedGroupId__c
Lookup(Service Team)
When a task is assigned to a group.
Assigned Group Member
SVMXC__SM_AssignedGroupMemberId__c
Lookup(Technician/Equipment)
Service group member who is assigned this task.
Completed By
SVMXC__SM_CompletedById__c
Lookup(User)
User who marks the task as complete.
Installed Product
SVMXC__SM_InstalledProductId__c
Lookup(Installed Product)
Lookup to Installed Product.
Service Product
SVMXC__SM_WOServiceProductId__c
Lookup(Service Product)
Lookup to the Work Order Service Product.
Work Order
SVMXC__SM_WorkOrderId__c
Lookup(Work Order)
Lookup to the Work Order record.
Work Plan Assignment
SVMXC__SM_WPAssignmentId__c
Lookup(Work Plan Assignment)
Lookup to Work Plan Assignment.
Work Plan Task
SVMXC__SM_WorkPlanTaskId__c
Lookup(Work Plan Task)
Lookup to Work Plan Task.
Work Detail
SVMXC__SM_WorkDetailId__c
Lookup(Work Detail)
Indicates the work detail created out of this task
Technical Attributes Template
SVMXC__SM_AttributesTemplateId__c
Lookup(Attributes Template)
This field stores the Template which is used in the Task.
Standard Fields
Record Number
Name
Auto Number
The auto-generated record number.
Custom Fields
Actual Duration
SVMXC__SM_ActualDuration__c
Number(18, 0)
User entered duration.
Assigned On
SVMXC__SM_AssignedOn__c
Date
Date on which the task is assigned.
Assigned Status Options
SVMXC__SM_AssignedStatusOptions__c
Long Text Area(1000)
To hold the status options available for the user.
Comments
SVMXC__SM_Comments__c
Rich Text Area(32000)
To capture user comments while working on the task.
Completed On
SVMXC__SM_CompletedOn__c
Date/Time
Auto populated on marking task as complete.
Due Date
SVMXC__SM_DueDate__c
Date
Date by when task must be complete. Default set to Work Order event end time.
End Date
SVMXC__SM_EndTime__c
Date/Time
When task is completed.
Estimate Unit
SVMXC__SM_EstimateTimeUnit__c
Picklist
Estimated unit of time.
Estimated Duration
SVMXC__SM_EstimatedDuration__c
Number(18, 0)
Estimated Time of the Task.
Mandatory Task (must be completed)
SVMXC__isMandatory__c
Checkbox
Indicates if a task is mandatory.
Priority
SVMXC__SM_Priority__c
Picklist
Preference of the task.
Sequence
SVMXC__SM_Sequence__c
Number(18, 0)
Sequence of the task.
Service Task Description
SVMXC__SM_TaskDescription__c
Rich Text Area(32000)
Additional details for the task.
Service Task Title
SVMXC__SM_Title__c
Text Area(255)
Title of the Service Task.
Start Date
SVMXC__SM_StartTime__c
Date/Time
When task is set to In progress State.
Status
SVMXC__SM_Status__c
Picklist
Status of the service task.
Type
SVMXC__SM_Type__c
Picklist
Type of the task.
Create Labor Line
SVMXC__SM_CreateLaborLine__c
Checkbox
This field when true indicates that labor line must be created from this task
Process Id
SVMXC__SM_ProcessId__c
Text(255)
This field stores the UID of the DG Form or DG Doc Template.
Select Template At Runtime
SVMXC__SM_SelectAtRuntime__c
Checkbox
The Start Date of the related Appointment from assignment.
Scheduled Date Time
SVMXC__SM_ScheduledDateTime__c
Datetime
When true, application will assign the correct template during task execution.
Was this helpful?