Zmiany pomiędzy wersją 27 and wersją 28 dla DeployerGuide/Customization/ProcessAutomation/Examples

Pokaż
Ignoruj:
Data i czas:
04/11/12 14:18:37 (12 years temu)
Autor:
JP (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Customization/ProcessAutomation/Examples

    v27 v28  
    6363W7. 
    6464-- Sprawdzenie czy osoba zalogowana jest z określonego działu (wg orunid np. 57) 
    65 select substring(get_org_path(orunid), '.57.') IS NOT NULL, usrnam, usr_id FROM orgtree_view WHERE usr_id = {LOGGED_USR_ID} 
     65select substring(get_org_path(orunid), '.57.') IS NOT NULL FROM orgtree_view WHERE usr_id = {LOGGED_USR_ID} 
    6666 
    6767}}}