<div dir="ltr">Hi All,<div><br></div><div>Within our MidPoint implementation we have a DatabaseTable resource in order to create Users in MidPoint from a DB table.</div><div><br></div><div>We have also, another table where we store User IDs (FK to the 1st table) and a multivalue attribute (say employeeType). So we'll have N records per user in this table (PK is formed by the 2 columns userid and employeeType) e.g.</div><div><br></div><div>User1,Type1</div><div>User1,Tyep2<br>User2,Type1<br>User2,Type2<br>User2,Type3</div><div>User3,Type3</div><div><br></div><div>For this last table, we have another DatabaseTable resource and we are trying to achieve the following behavior:</div><div><br></div><div>- Users are created in MidPoint from the 1st DB table, using the first resource.</div><div>- EmployeeType attribute values are added to the user only, if it is already created, from the 2nd DB table, using the second resource. And also removing the employeeType values as they are removed from the 2nd table.</div><div><br></div><div>So far we are able to create the users from the 1st table but as far as it concerns the employeeType addition, we are being able to set only one value (the last one the connector sees).<br>As we could see in the traces, every time the connector reads a new line for a user, adds the new employeeType value but removes the previous one.</div><div><br></div><div>We were wondering if this is the correct approach for our needs or if we are missing something.</div><div><br></div><div>Thanks in advance</div><div><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><b><span></span><span></span>Ing. Martín Marchese</b><br><img src="http://www.identicum.com/img/favicon.ico">Identicum S.A.<br>Jorge Newbery 3226<br>Tel: +54 (11) 4552-3050<br><a href="mailto:mmarchese@identicum.com" target="_blank">mmarchese@identicum.com</a><br><a href="http://www.identicum.com" target="_blank">www.identicum.com</a></div></div></div></div></div></div></div></div></div></div></div>
</div></div>