<div dir="ltr">Hi Ana,<div><br></div><div>I'm using for similar use case this condition in objectSynchronization:</div><div><br></div><div><div>            <condition></div><div>                <script></div><div>                    <code></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                           </span>       <span class="gmail-Apple-tab-span" style="white-space:pre">    </span>import com.evolveum.midpoint.xml.ns._public.common.common_3.UserType;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                          </span>       <span class="gmail-Apple-tab-span" style="white-space:pre">    </span>import com.evolveum.midpoint.prism.query.builder.QueryBuilder;</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                         </span>       <span class="gmail-Apple-tab-span" style="white-space:pre">    </span>import com.evolveum.midpoint.prism.path.ItemPath;</div><div><br></div><div>                        STATUSS = basic.getAttributeValue(shadow, 'STATUSS')<br></div><div><br></div><div>                        toImport = STATUSS == '01'</div><div><br></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">                                             </span>// find user in MP, if exists syncronize it also                        </div><div>                        <a href="http://log.info">log.info</a>('shadow {}', shadow.asPrismObject().debugDump())</div><div>                        activation = shadow.getActivation()</div><div>                        shadowUid = basic.getIdentifierValue(shadow);</div><div><span class="gmail-Apple-tab-span" style="white-space:pre">             </span>                userInMPQuery = QueryBuilder.queryFor(UserType.class, midpoint.getPrismContext()).item(UserType.F_EMPLOYEE_NUMBER).eq(shadowUid).and().item(UserType.F_EMPLOYEE_TYPE).eq("pavs").build()<br></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">           </span>                userInMP = midpoint.searchObjects(UserType, userInMPQuery);<br></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">          </span>                isInMP = userInMP?.size()>0 ? true : false;<br></div><div><span class="gmail-Apple-tab-span" style="white-space:pre">               </span>                <a href="http://log.info">log.info</a>('isInMP: '+isInMP);</div><div><br></div><div><br></div><div>                        toImport = isInMP || toImport;</div><div><br></div><div>                        return toImport;</div><div>                    </code></div><div>                </script></div><div>            </condition></div></div><div><br></div><div>In my case I need to have status=='01' (enabled), or already imported (variable isInMP)</div><div><br></div><div>Gustav</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-10-24 19:21 GMT+02:00 Ana Pereyra <span dir="ltr"><<a href="mailto:apereyra@identicum.com" target="_blank">apereyra@identicum.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi everybody.<div><br></div><div>I have the following issue: I need to import users from two different database table resources. The problem is that I don't want to create in mipoint every user in the tables, I will create a user in midpoint only if the database field value that sets the validTo date attribute is lower than the current date.</div><div><br></div><div>But that's for the creation only, if the user already exists in midpoint, I want to link the account to that user, no matter if the validTo date is lower than the current date or not (because maybe I have to update the validTo date to disable the user).</div><div><br></div><div>I think I'll need some way to check if the user already exists in the synchronization/<wbr>objectSynchronization/<wbr>condition. Can anyone help me with this? Is this possible?</div><div>Thank you very much.</div><div><br></div><div>Regards</div><span class="HOEnZb"><font color="#888888"><div><div><br></div>-- <br><div class="m_-8080606788874628673gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><b style="font-size:12.8px">Ana Pereyra</b><br></div><div dir="ltr"><font face="verdana, sans-serif" style="font-size:12.8px"><img src="http://www.identicum.com/img/favicon.ico"> Identicum S.A.<br><i><font color="#666666">Jorge Newbery 3226, Argentina<br>Tel: +54 (11) </font></i></font><font color="#666666" face="verdana, sans-serif" style="font-size:12.8px"><i>4552.3050</i></font><div style="font-size:12.8px"><font face="verdana, sans-serif"><i><font size="1"><a href="mailto:apereyra@identicum.com" style="color:rgb(17,85,204)" target="_blank">apereyra@identicum.com</a></font></i><br><a href="http://www.identicum.com/" style="color:rgb(17,85,204)" target="_blank"><font color="#000000">www.identicum.com</font></a></font></div></div></div></div></div></div></div></div></div></div></div>
</div></font></span></div>
<br>______________________________<wbr>_________________<br>
midPoint mailing list<br>
<a href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
<a href="http://lists.evolveum.com/mailman/listinfo/midpoint" rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Gustáv Pálos</div><div>Identity Engineer</div><a href="http://evolveum.com/" rel="noreferrer" style="color:rgb(17,85,204);font-size:12.8px" target="_blank">evolveum.com</a><br></div></div>
</div>