Question
Crochet Technologies Pvt. Ltd.
IN
Last activity: 25 May 2021 13:20 EDT
How to call a Decision Table for a Pagelist
Hi, I have a requirement. Where I have a Pagelist named Employee that contains property Employee Name, Qualification and CTC. I want to calculate total score of all the employee in the pagelist based on employees qualification. For example if employee has
"BE" in qualification property then score is 10
"MBA" in qualification property then score is 15
"PHD" in qualification property then score is 20 etc.
I want to use a Decision Table for Decision and Data transform for iterating over the PageList
But when I try to use Employee(<CURRENT>).Qualification in condition column of decision table, it's giving error. Please give a solution...