- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @rahuladwani,
You need to uncomment the second statement, and comment the first one here. You also need to add a key field to the statement, only then an insert will be successful.
/*var queryXML = <campmirrorlinkinfo _operation="insert" xtkschema="ybl:campmirrorlinkinfo"/>; */
var queryXML = <campmirrorlinkinfo _operation="insert" xtkschema="ybl:campmirrorlinkinfo" key="@broadLogId" broadLogId={value.@id} deliveryId={value.@id1} mirrorurl={mirrorPageURL}/>;
// I assume that broadLogId is the primary key of the schema you want to write to.
Regards,
Ishan
Views
Replies
0 Likes
Total Likes