Hi All,
I have created a property of type ValueList, and I need to map this property value from the value we have in the dynamic system settings .
Please share any thoughts regarding the same, how can we achive this with in Datatransform
Hi All,
I have created a property of type ValueList, and I need to map this property value from the value we have in the dynamic system settings .
Please share any thoughts regarding the same, how can we achive this with in Datatransform
@SuryaYanamandra you can maintain a counter property, for eg:- counter=1 .. Then ++. Then valuelist(counter) = DSS value. Do you have a logic for starting point and ending point?
@Anoop Krishna Hi Anoop, thankyou for the reply. .hope I need to add one param.flag=1,
And then to Valuelist(param.flag) we need to set dss value
Comping to the scenario, we need to mark as one property to not eligible while running Qualification logic, for that we need to populate this pagelist
@Anoop Krishna Thanks Anoop, It is working . . !!
@SuryaYanamandra That’s great