<html><head><style id="signatureStyle" type="text/css">#x77921c8d38a044e #x1f5def6457d14b1382ebca278d1ea825, #x77921c8d38a044e
{font-family: Tahoma; font-size: 12pt;}
</style><style id="css_styles" type="text/css">blockquote.cite { margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc }
blockquote.cite2 {margin-left: 5px; margin-right: 0px; padding-left: 10px; padding-right:0px; border-left: 1px solid #cccccc; margin-top: 3px; padding-top: 0px; }
a img { border: 0px; }
li[style='text-align: center;'], li[style='text-align: right;'] {  list-style-position: inside;}
body { font-family: Segoe UI; font-size: 12pt;   }</style></head><body><div>Hi Kevin,</div><div><br /></div><div>that's what you're looking for:</div><div><a href="https://wiki.evolveum.com/display/midPoint/Development+with+LookupTable">https://wiki.evolveum.com/display/midPoint/Development+with+LookupTable</a></div>
<div><br /></div><div id="signature_old"><div id="x77921c8d38a044e"><div style="">
<div id="x1f5def6457d14b1382ebca278d1ea825">Regards</div><div>
<div data-mce-style="font-family: Arial, sans-serif; font-size: 13px;" style="font-variant-ligatures: normal; orphans: 2; widows: 2; font-family: Arial, sans-serif; font-size: 13px;"><p><strong>Roman Pudil</strong><br /><span data-mce-style="font-family: Arial, sans-serif; font-size: 11px; color: #808080;" style="font-size: 11px; color: rgb(128, 128, 128);">solution architect</span></p></div><p data-mce-style="font-family: Arial, sans-serif; font-size: 11px;" style="font-variant-ligatures: normal; orphans: 2; widows: 2; font-family: Arial, sans-serif; font-size: 11px;">gsm: [+420] 775 663 666<br />e‑mail: <a href="mailto:roman.pudil@ami.cz">roman.pudil@ami.cz</a></p><p data-mce-style="font-family: Arial, sans-serif; font-size: 11px;" style="font-variant-ligatures: normal; orphans: 2; widows: 2; font-family: Arial, sans-serif; font-size: 11px;"><strong>AMI Praha a.s.</strong><br />Pláničkova 11, 162 00 Praha 6</p><p data-mce-style="font-family: Arial, sans-serif; font-size: 11px;" style="font-variant-ligatures: normal; orphans: 2; widows: 2; font-family: Arial, sans-serif; font-size: 11px;">tel.: [+420] 274 783 239 | web: <a href="https://www.ami.cz/" data-mce-href="https://www.ami.cz">www.ami.cz</a></p><p data-mce-style="margin-top: 20px;" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-variant-ligatures: normal; orphans: 2; widows: 2; margin-top: 20px;"><img src="http://www.ami.cz/images/podpis/ami_logo.gif" alt="AMI Praha a.s." data-mce-src="http://www.ami.cz/images/podpis/ami_logo.gif" style="border: 0px; cursor: default;" /></p><p data-mce-style="font-family: Arial, sans-serif; font-size: 11px; color: #aaaaaa;" style="font-variant-ligatures: normal; orphans: 2; widows: 2; font-family: Arial, sans-serif; font-size: 11px; color: rgb(170, 170, 170);">Textem tohoto e‑mailu podepisující neslibuje uzavřít ani neuzavírá za společnost AMI Praha a.s.<br />jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena, musí mít výhradně písemnou formu.<br /><span data-mce-style="font-size: 6px;" style="font-size: 6px;"> </span><br />Tento e‑mail je určen výhradně pro potřeby jeho adresáta/ů a může obsahovat důvěrné nebo osobní<br />informace. Nejste‑li zamýšleným příjemcem, je zakázáno jakékoliv zveřejňování, zprostředkování<br />nebo jiné použití těchto informací. Pokud jste obdrželi e‑mail neoprávněně, informujte o tom prosím<br />odesílatele a vymažte neprodleně všechny kopie tohoto e‑mailu včetně všech jeho příloh. Nakládáním<br />s neoprávněně získanými informacemi se vystavujete riziku právního postihu.</p></div></div></div></div><div><br /></div>
<div>------ Původní zpráva ------</div>
<div>Od: "Collins, Kevin J" <<a href="mailto:K.J.Collins@hw.ac.uk">K.J.Collins@hw.ac.uk</a>></div>
<div>Komu: "midpoint@lists.evolveum.com" <<a href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a>></div>
<div>Odesláno: 15.1.2019 15:41:07</div>
<div>Předmět: [midPoint] Newbie question about lookup tables</div><div><br /></div>
<div id="x2695d979aa3e45a" style="text-align:left; direction:ltr;"><blockquote cite="b04f8dbc4586a448303398f27e3088f364a2d17e.camel@hw.ac.uk" type="cite" class="cite2">
<div>Hi,</div><div><br /></div><div><br /></div><div>I'm trying to throw together a quick PoC, more for my own benefit, using Midpoint.</div><div><br /></div><div>Is it possible to use lookup tables for more than just presenting an enumerated list of values in the Midpoint GUI?  </div><div><br /></div><div>In my case, I have data coming in from different systems.  The data sources use different code values for similar things, for example in resource A the building name is the full text name of the building (e.g. "Big Tall Building") whereas in resource B the building name is "BTB".  I'd like to convert the plain text coming in from resource A into the building code with a simple lookup table:</div><div><br /></div><div>=-=-=-=-=-=-=-=</div><div><row></div><div>  <key>Big Tall Building</key></div><div> <value>BTB</value></div><div></row></div><div><br /></div><div><row></div><div>   <key>Slightly Smaller Building</key></div><div> <value>SSB</value></div><div></row></div><div><br /></div><div><row></div><div>   <key>Small Broom Cupboard</key></div><div>      <value>SBC</value></div><div></row<</div><div>=-=-=-=-=-=-=-=</div><div><br /></div><div>For the life of me, I can't find an example of how to use the look-up table in, say, a mapping to convert one value into its equivalent. </div><div><br /></div><div>Thanks</div><div><br /></div><div><br /></div><div>-Kevin_C</div><div><br /></div><div><br /></div><div><span><pre>-- <br /></pre><font color="808080">Kevin Collins,<br />Heriot-Watt University<br />
Scotland<font color="808080"><font color="808080">,</font></font><br />EDINBURGH, EH14 4AS,</font><div><font color="808080"><br /></font></div></span></div></blockquote></div>

</body></html>