Resourcing Adjacencies Dataset PS Cloud Analytics Input Fields
The input fields are the foundation of every dataset in PS Cloud Analytics. These fields are imported from your org environment by the dataflow when you create the Analytics app, the data is then processed to populate your apps' datasets.
Base Object
This flow uses Assignment as a base object to retrieve PSA field information. It also uses this object to look up to the Resource Request and Resource Skill Request objects to complement the data necessary to generate the Resourcing Adjacencies dataset.
Assignment
The main fields retrieved from the Assignment object in PSA are as follows. For more information about each field, see Assignment Fields.
| Field | Field API Name | Description |
|---|---|---|
| Resource Request | pse__Resource_Request__c | Used to filter assignments and link them to resource requests. |
| Start Date | pse__Start_Date__c | Used to filter only past assignments. |
Resource Request
The main fields retrieved from the Resource Request object in PSA are as follows. For more information about each field, see Resource Request Fields.
| Field | Field API Name | Description |
|---|---|---|
| Group | pse__Group__c | Populates the Source Field Name field in the resulting dataset. |
| Practice | pse__Practice__c | Populates the Source Field Name field in the resulting dataset. |
| Region | pse__Region__c | Populates the Source Field Name field in the resulting dataset. |
| Resource Role | pse__Resource_Role__c | Populates the Source Field Name field in the resulting dataset. |
Resource Skill Request
The main fields retrieved from the Resource Skill Request object in PSA are as follows. For more information about each field, see Resource Request Fields.
| Field | Field API Name | Description |
|---|---|---|
| Resource Request | pse__Resource_Request__c | Used to link the resource skill request to its parent resource request. |
| Skill or Certification | pse__Skill_Certification__c | Populates the Matched Field Name field in the resulting dataset. |
SECTIONS