Professional Services Automation Data Dictionary

Timer_Session__c

Label: Timer Session

Stores context information about what the user is logging time against and is a parent for timer session event.

Field NameField LabelCreated in VersionDescriptionTypeDefault Value
Assignment__c Assignment Summer 2022 The assignment that the time is logged against.

Looks up to: Assignment__c
Lookup
Case__c Case Summer 2023 The case that a timer session is logged against.

Looks up to: Case

Lookup
Display_Name__c Timer Session Display Name Summer 2022 Optional field to identify timer session.

TextArea
Duration_Hours__c Duration (Hours) Summer 2022 Duration of the timer session in hours. Duration is blank while the session is running.

Formula:
IF(Is_Running__c,null, ROUND( Total_Duration__c * 24 , 2))
Number(18,2)
End_Date_Time__c End Date Time Summer 2022 Formula:
IF( Is_Running__c , NULL, Latest_Event_End_Date_Time__c )
DateTime
Is_Running__c Is Running Summer 2022 Indicates whether the timer session has a running timer session event.

Formula:
Running_Event_Count__c > 0
Checkbox
Latest_Event_End_Date_Time__c Latest Event End Date Time Summer 2022 Summary
Milestone__c Milestone Summer 2023 The milestone that a timer session is logged against.

Looks up to: Milestone__c
Lookup
Project_Task__c Project Task Summer 2023 The project task that the time is logged against.

Looks up to: Project_Task__c
Lookup
Project__c Project Summer 2023 The project that the time is logged against.

Looks up to: Proj__c
Lookup
Running_Event_Count__c Running Event Count Summer 2022 Number of Running Timer Session Events for Timer Session

Summary
Start_Date_Time__c Start Date Time Summer 2022 Summary
Sync_to_Timecard__c Sync to Timecard Summer 2022 Determines if logged time on a timer session should be synced to a timecard.

Checkbox false
Timecard_Sync_Assignment__c Timecard Assignment Summer 2023 The assignment used for making timecards.

Looks up to: Assignment__c
Lookup
Timecard_Sync_Log__c Timecard Sync Log Summer 2022 LongTextArea(32000)
Timecard_Sync_Milestone__c Timecard Milestone Summer 2023 The milestone used for making timecards.

Looks up to: Milestone__c
Lookup
Timecard_Sync_Project_Task__c Timecard Project Task Summer 2023 The project task used for making timecards.

Looks up to: Project_Task__c
Lookup
Timecard_Sync_Project__c Timecard Project Summer 2023 The project used for making timecards.

Looks up to: Proj__c
Lookup
Total_Duration__c Total Duration Summer 2022 Total duration of non-running timer session events.

Summary
User__c User Summer 2022 The user associated with the timer session.

Looks up to: User

Lookup


© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.