queryDef on nms:group
Hello,
Does anybody know how to get data of nms:group from JS using queryDef or any other method available?
Marcel
Hello,
Does anybody know how to get data of nms:group from JS using queryDef or any other method available?
Marcel
Hello Vipul,
the table rcpGrpRel is empty in our installation. this is only being populated when targeting dimension is exatly the recipient type, right?
I need to query group (list) which has additional data to targeting dimension. I have foung the sqlSelect() which is working ![]()

var res = sqlSelect("document,@field:string:255",
"select sField from grp110315177");
for each (var item in res.document)
logError(item.@field);
BR,
Marcel
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.