Forum Discussion
RichieEyles1
8 years agoQrew Member
working hard to implement this without luck yet...
Can anyone tell me what these fields are?
var clist = "3.7.10";
Is this from the child table?
var relatedParentFid = "7";
Can anyone tell me what these fields are?
var clist = "3.7.10";
Is this from the child table?
var relatedParentFid = "7";
- GauravSharma38 years agoQrew CommanderHi Richie,
clist simply represents the column list and these all fields are from the child table I guess.
3 normally represents the Record ID# in every table, 7 is the related parent fid that you can replace based on your table and 10 is the field Id of that field which you want to include in the results.
Thanks,
Gaurav