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 | Ensures only resource requests that have the Resource Role field populated are included. |
Assignment_StartDateResourceRequest_FILTER | Ensures only assignments related to a resource request that has a start date in the past are included. |
Region_NotNull_FILTER | Ensures only resource requests with a region are included. |
Practice_NotNull_FILTER | Ensures only resource requests with a practice are included. |
Group_NotNull_FILTER | Ensures only resource requests with a group are included. |