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. |