Zmiany pomiędzy wersją 44 and wersją 45 dla DeployerGuide/Customization/ProcessAutomation/Examples
- Data i czas:
- 12/17/13 23:23:19 (11 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/ProcessAutomation/Examples
v44 v45 277 277 SQL::SELECT text_sum(usr_id::text) FROM orgtree_view WHERE orunid = ANY({$OSOBA_ZAINTERESOWANA_SPRAWA}) 278 278 279 -- Ustawienie wartości ftopid cechy w komendzie ustaw cechę 280 -- na podstawie orunid pobranego z danych wejściowych 281 -- W tym przykładzie Cecha zawiera listę wartości zgodnych z inicjałami 282 SELECT ftopid 283 FROM 284 features_options 285 INNER JOIN features_options_def USING(fodfid) 286 WHERE featid = 91 287 AND ftopnm = (SELECT initls FROM users join users_link_org_units using (usr_id) join organization_units using(orunid) WHERE orunid = 140 LIMIT 1) 288 LIMIT 1 289 279 290 }}} 280 291