Professional Services Automation Data Dictionary

Timer_Session_Event__c

Label: Timer Session Event

Stores the start and end date time that the timer was running for. Object is a child of timer session.

Field NameField LabelCreated in VersionDescriptionTypeDefault Value
Duration_Hours__c Duration (Hours) Summer 2022 Duration of timer session event in hours. If event is running then duration is blank.

Formula:
IF( Is_Running__c ,null,ROUND(Duration__c * 24, 2))
Number(18,2)
Duration__c Duration Summer 2022 Duration of timer session event.

Formula:
End_Date_Time__c - Start_Date_Time__c
Number(18,18)
End_Date_Time__c End Date Time Summer 2022 DateTime
Is_Running__c Is Running Summer 2022 Indicates whether this Timer Session is currently running

Formula:
AND( NOT( ISNULL(Start_Date_Time__c ) ), ISNULL(End_Date_Time__c) )
Checkbox
Notes__c Notes Summer 2022 TextArea
Start_Date_Time__c Start Date Time Summer 2022 DateTime NOW()
Timer_Session__c Timer Session Summer 2022 Looks up to: Timer_Session__c
MasterDetail


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