Guided journeys based on legal entities or business unit.
in Journeys
Summary:
We have a requirement of displaying Guided Journey on Change salary page based on Legal Entity/ Business Unit.
We tried through VBCS its not working. Provided the 2 codes that we used but failed to display the Guided Journey accordingly.
Code Snippet (add any code snippets that support your topic, if applicable):
1.
[[
$application.variables.legalEmployer.includes( 'METRO Deutschland Consulting ') ? 'DE_INSTRUCTION_TEXT_1': null
]]
2.
[[
$application.variables.legalEmployer === 'METRO Deutschland Consulting '? 'DE_INSTRUCTION_TEXT_1': null
]]
Tagged:
0