Zmiany pomiędzy wersją 29 and wersją 30 dla DeployerGuide/Customization/ProcessAutomation/Examples

Pokaż
Ignoruj:
Data i czas:
05/22/12 14:13:52 (12 years temu)
Autor:
JP (IP: 213.227.67.33)
Komentarz:

--

Legend:

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

    v29 v30  
    202202FROM vatnote_costs INNER JOIN types_of_vcosts USING (tovcid)  
    203203WHERE doc_id = {DOC_ID} GROUP BY res HAVING substring(type__,1,1) = '4' ) 
    204 }}} 
    205  
     204 
     205 
     206# Wyślij email (do parametry Do - ustawienie emaili osób przypisanych do etapu) 
     207SELECT text_sum(o2.e_mail) FROM  
     208stages s3 INNER JOIN orgtree_view o2 ON o2.orunid = ANY(s3.orgarr) 
     209WHERE s3.sop_id = {SOP_ID} 
     210 
     211}}} 
     212