<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="GENERATOR" content="GtkHTML/4.6.6">
</head>
<body>
Hi,<br>
<br>
I use scriptedSQL connector and i have multivalued attribute (groups for user in midPoint). How I can get all values for this attributes in update operation? Or how I get all add and remove values? I need this values for update data in DB.<br>
<br>
this code return me add values:<br>
case "ADD_ATTRIBUTE_VALUES":<br>
def groups = attributes?.get("GROUPS");<br>
groups.eachWithIndex { it, i -> println "ADD $i: $it"}<br>
break<br>
<br>
thanks & regards<br>
MiSo
</body>
</html>