Symptom
- Organizational update custom card on the latest home page displays the default content instead of the expected country-specific content configured via business rules.
- Business rule evaluation returns no matching rule for the custom card scenario, causing fallback to default content.
Environment
SAP SuccessFactors HCM Suite
Reproducing the Issue
- Log in to the instance.
- Navigate to the latest home page.
- Locate the organizational update custom card configured with rule-based content.
- Open the card content (popover).
- Observe that default content is displayed instead of the country-specific content defined by the business rule.
Cause
The business rule for the affected card referenced a transient field (jobInfo.country_of_company). This field is derived from legal entity in background processing and may be empty when the rule runs, resulting in no rule match and a fallback to default content. The correct field (jobInfo.company.countryOfRegistration) was used in another working scenario.
Resolution
- Open the rule assigned to the affected custom card (custom card rule scenario).
- Replace any condition referencing jobInfo.country_of_company with jobInfo.company.countryOfRegistration (country from the legal entity).
- Align conditions with other working rules that already use jobInfo.company.countryOfRegistration.
- Save and validate the rule.
- Refresh the home page and retest with a user who meets the rule conditions to confirm that the country-specific content is shown.
See Also
Keywords
custom card, quick card, organizational update, latest home page, business rule, rule-based content, default content, country_of_company, company.countryOfRegistration, legal entity country, homepage card, card rule scenario, custom tile, rule evaluation, fallback content , KBA , LOD-SF-PLT-TIL , Custom Tile/Card Issues , How To
SAP Knowledge Base Article - Public