For more information, please refer to this announcement explaining best practices for getting answers to questions.
Configure different information messages
Summary:
Content (please ensure you mask any confidential information):
Hello experts,
Together with my team, we need to configure different information messages for different task phases or errors. Although, we noticed that they are all kind of linked with each other. So, we used the following EL:
#{pageFlowScope.pTaskCode == 'MGREVAL' ? 'Esaminare e valutare il contenuto di ogni sezione della vulutazione. Al termine, fare clic su “Sottometti”.' : (pageFlowScope.pTaskCode == 'WSEVAL' ? 'Completa la valutazione del colloquio di feedback poi clicca “Sottometti”.' : 'Le del valutazioni manager non possono essere condivise con il dipendente durante il blocco per calibrazione.')}
The issue now seams to be in the information text that shows up when the sum of % of goals are surpass the 100%. The information is not the correct one but the following one: