Professional Services Automation Data Dictionary

pse__Experience__c

Label: Experience

Stores details of a resource's experience.

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
pse__Assignment__c Assignment Fall 2021 Lookup to the related assignment for the experience.

Looks up to: pse__Assignment__c
Lookup false
pse__Description__c Description Fall 2021 Gives further information about the experience.

TextArea false
pse__End_Date__c End Date Fall 2021 Date the experience ended.

Formula:
IF(NOT(ISBLANK(pse__Project_Task_Assignment__c)),pse__Project_Task_Assignment__r.pse__Project_Task_End_Date__c,IF(NOT(ISBLANK(pse__Assignment__c)),pse__Assignment__r.pse__End_Date__c,null))
Date false
pse__Hours__c Hours Fall 2021 Number of hours spent on the experience.

Formula:
IF(NOT(ISBLANK(pse__Project_Task_Assignment__c)),pse__Project_Task_Assignment__r.pse__Hours__c,IF(NOT(ISBLANK(pse__Assignment__c)),pse__Assignment__r.pse__Scheduled_Hours__c,null))
Number(18,2) false
pse__Project_Task_Assignment__c Project Task Assignment Fall 2021 Lookup to the related project task assignment for the experience.

Looks up to: pse__Project_Task_Assignment__c
Lookup false
pse__Resource__c Resource Fall 2021 Lookup to the related resource.

Looks up to: Contact

Lookup true
pse__Start_Date__c Start Date Fall 2021 Date the experience started.

Formula:
IF(NOT(ISBLANK(pse__Project_Task_Assignment__c)),pse__Project_Task_Assignment__r.pse__Project_Task_Start_Date__c,IF(NOT(ISBLANK(pse__Assignment__c)),pse__Assignment__r.pse__Start_Date__c,null))
Date false


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