Configuring Profiles and Sourcing Strategies: A Step-by-Step Guide
Author:
Yulia Andreyanova
Changed on:
18 Dec 2025
Key Points
- The Sourcing Profiles interface delivers a clear and user-friendly experience, enabling business users to configure and manage sourcing strategies with ease.
- Full functionality requires several settings that define default values.
- This guide outlines the configuration steps with examples from a reference solution.

Prerequisites
Steps
Configure Status Colors for Profiles and Strategies
`fc.sourcingprofile.list.status.column` with the following mappings:- Active → Green (
`#16782C`) - Draft → Blue (
`#82BBFF`) - Inactive → Grey (
`#999999`)
`fc.sourcingprofile.details.strategy.status.column` with the following mappings:- Active → Green (
`#16782C`) - Inactive → Grey (
`#999999`)
Configure Labels and Descriptions for Custom Conditions and Criteria
- Labels may be defined in the setting or, if omitted, are auto-generated. Without translations, labels may appear as raw technical identifiers in the UI.
- Descriptions follow the same logic: they may be defined in the setting or auto-generated if missing. Without translations, descriptions also surface raw identifiers, reducing usability.
Templates allow values to be displayed consistently on condition and criterion cards. The following options are available:
`placeholderText``placeholderDate``placeholderArray`
Define UI Components for Conditions and Criteria
`params` object, where each parameter specifies:- component – the UI element used for rendering (e.g.,
`integer`,`fc.field.filterComplex`) - mandatory – whether the field must be filled (
`true`/`false`) - extensions – advanced settings such as GraphQL queries, chip configuration,
`onChange`handlers, and excluded fields
