Zmiany pomiędzy wersją 66 and wersją 67 dla DeployerGuide/Customization/ProcessAutomation/Examples
- Data i czas:
- 06/13/21 19:26:44 (3 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Customization/ProcessAutomation/Examples
v66 v67 243 243 SELECT (get_superior( (SELECT orunid FROM orgtree_view WHERE orunid = ANY({$WNIOSKODAWCA})))) 244 244 245 -- lub dla opcji kiedy własność jest typu orunid[] 246 SELECT ARRAY(SELECT get_superior( (SELECT orunid FROM orgtree_view WHERE orunid = ANY({$WNIOSKODAWCA}::int[])))) 247 245 248 246 249 -- P15 247 -- Przypisanie do własności ty opu orgarr[]250 -- Przypisanie do własności typu orunid[] 248 251 SELECT {$KTO_OSOBA}::int[] 249 252 }}}