Related-items Get Column Value
Hello,
I want to get value from column which in child table. This is Crossite Lookup. I can't get value from these column.
Forms Designer Version 3.1.4
SCRIPT5007: Unable to get property 'Row' of undefined or null reference
I want to get value from column which in child table. This is Crossite Lookup. I can't get value from these column.
Forms Designer Version 3.1.4
SCRIPT5007: Unable to get property 'Row' of undefined or null reference
Code: Select all
alert(fd.relatedItems(0).data('ctx').ListData.Row[0].AdSoyad[0].lookupValue);
alert(fd.relatedItems(0).data('ctx').ListData.Row[0].Ad_x0020_Soyad_x003a_departman[0].lookupValue);
Ahh thank you
Now this works :
but alert shows undefined
Now this works :
Code: Select all
alert(fd.relatedItems(0).data('ctx').ListData.Row[0].AdSoyad[0].lookupValue);
Code: Select all
alert(fd.relatedItems(0).data('ctx').ListData.Row[0].Ad_x0020_Soyad_x003a_departman[0].lookupValue);]
-
- Information
-
Who is online
Users browsing this forum: No registered users and 17 guests