I am using this,onclick="document.controller.setValue('/ctx/recipient/svc/<%= subscription.@serviceName%>', this.checked ? '1' : '0', '<%= subscription.@serviceName%>');Before you get to that, I run an API to get the context of the services for this recipient. Then that object is accessible in the D...