- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Team,
I am facing some challenge on calling java script values into next page drop down list so please provide me the solution on this ASAP.
This is my script:
var query = xtk.queryDef.create(
<queryDef label="Campaigns" namespace="nms" operation="select"
schema="nms:operation" startPath="/" xtkschema="xtk:queryDef">
<select>
<node expr="@label" />
</select>
</queryDef>
)
var res = query.ExecuteQuery();
if (ctx.vars.length() == 0) {
ctx.appendChild(<vars/>)
}
ctx.vars.appendChild(res);
2)This is my web form flow
Solved! Go to Solution.
Views
Replies
0 Likes
Total Likes