Hello, we're trying to configure our Candidate Experience portal to include more Content. Attempting to match the delivered HomepageWelcomeMessage that Infor has configured. The LPL for the Welcome message is from the JobBoard Business class, and is set on the JobsHomePage using LPL: single column text of "<session.key.JobBoard.RichTextSelection>"
HomePageWelcomeMessage is a TransitionContent - this is the field that is sitting on Job board configuration form for you to select the Content
RichTextSelection is a DerivedField
type is RichText
default label is untranslatable
return HomePageWelcomeMessage.RichTextSelection text - returning the text that is Configured for the WelcomeMessage
We have configured two new fields on the JobBoard BC
JobBoard is a BusinessClass
owned by Recruiting
Persistent Fields
CareerContent1PRHC is a TransitionContent
JobBoard is a BusinessClass
owned by Recruiting
Derived Fields
Content1SelectionPRHC is a DerivedField
type is RichText
return CareerContent1PRHC.RichTextSelection text
Adding "<session.key.JobBoard.Content1SelectionPRHC>" to a new pane does not cause an LPL error but the does not display any data in the pane.
Am I missing sometihng?
Thanks, Derek