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
Location__c Location Spring 2024 Picklist:
ALABAMA
ALASKA
AMERICAN SAMOA
ANZAC
ARIZONA
ARKANSAS
ASIA
CALIFORNIA
CANADA
COLORADO
CONNECTICUT
DELAWARE
DISTRICT OF COLUMBIA
EMEA
FEDERATED STATES OF MICRONESIA
FLORIDA
GEORGIA
GUAM
HAWAII
IDAHO
ILLINOIS
INDIANA
IOWA
KANSAS
KENTUCKY
LATIN AMERICA
LOUISIANA
MAINE
MARSHALL ISLANDS
MARYLAND
MASSACHUSETTS
MEXICO
MICHIGAN
MINNESOTA
MISSISSIPPI
MISSOURI
MONTANA
NEBRASKA
NEVADA
NEW HAMPSHIRE
NEW JERSEY
NEW MEXICO
NEW YORK
NORTH CAROLINA
NORTH DAKOTA
NORTHERN MARIANA ISLANDS
OHIO
OKLAHOMA
OREGON
OTHER
PALAU
PENNSYLVANIA
PUERTO RICO
RHODE ISLAND
SOUTH CAROLINA
SOUTH DAKOTA
TENNESSEE
TEXAS
UTAH
VERMONT
VIRGIN ISLANDS
VIRGINIA
WASHINGTON
WEST VIRGINIA
WISCONSIN
WYOMING
Notes__c Notes Summer 2022 TextArea
Project_Location__c Project Location Spring 2024 Looks up to: Project_Location__c
Lookup
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
Travel__c Travel Spring 2024 Checkbox false


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