Resourcing Adjacencies Flow Intermediate Processing
After importing the input fields and augmenting them with the data from their lookup objects, the PS Cloud Analytics dataflow filters out non-relevant or repeated records.
You can use the dataflow editor in Analytics Studio to visualize the PS Cloud Analytics dataflow and its nodes. Alternatively, you can download the dataflow definition file which is a JSON file representing the dataflow and its logic. For more information on the dataflow editor and the dataflow definition file, see Configure the Dataflow in the Salesforce Help.
Dataflow Nodes
These are the main dataflow nodes in the Resourcing Adjacencies flow.
| Dataflow Node | Description |
|---|---|
| Role_NotNull_FILTER | Matches only resource requests that have the Resource Role field populated. |
| Assignment_StartDateResourceRequest_FILTER | Matches only assignments related to a resource request that has a start date in the past. |
| Region_NotNull_FILTER | Matches only resource requests with a region. |
| Practice_NotNull_FILTER | Matches only resource requests with a practice. |
| Group_NotNull_FILTER | Matches only resource requests with a group. |
Calculated Fields
These are the fields calculated by the PS Cloud Core Analytics dataflow.
| Field Label | Field API Name | Description |
|---|---|---|
| Attribute Source | AttributeSource |
The source of skills. For skills that are associated with past assignments, this is "Past Assignment". For skills that relate to the region, practice, group, or role of resources with those skills, this is "Resource Attribute". |
| Source Field Related Values | SourceFieldRelatedValues |
The value that relates to the source field value. If the source of a skill is a region, practice, or group, this is a comma-separated list of the following system-generated identifiers:
If the source of a skill is a role, this is the resource's role. |
SECTIONS