Question
Accenture
IN
Last activity: 2 Oct 2023 2:06 EDT
Getting "null" because of a Data transform steps
Hi All,
I am getting error null on the screen on call of a Data Transform having the steps shown in attachment. I am trying to set the first page list's property to "UKNOWN"
Page list is .FamilyList and its property as say "Name".
I am trying to bring FamilyList(1).Name="UNKNOWN" in the clipboard so that I can display in UI for a multiselect property FamilyList. The value "UKNOWN" is showing up but getting "null" error on the screen. The values are shown properly in Clipboard and tracer but getting this error
Can somebody please help?
Thanks and Regards,
Sakhib Hussain
Hi All, I was able to solve this. I had created a Declare Index for this Page List and had included pzInsKey of Declare Index rule, but had missed to include the pzInsKey of DB instance of its Index class and pzInsKey of this Index class. Upon including this in the product rule, the assignment successfully move to the next assignment.
Thanks for your help.
Sakhib Hussain