...
Bir üstte bulunan örnek benzer fakat farklı bir concat fonksiyonu kullanılıyor. Ayrıca ForEachNodu Node özelliğiiçerisinde IsSelected='false' ve ApplyUserId değerleri ile koşuk koşul yerleştirilebiliyor.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<ForEach Node="/*/TeklifToplamaAltAkisi/SubWorkflows/WorkflowStartInfo/TeklifBilgileri[IsSelected='false' and ApplyUserId!='']"> <SetVariable Name="$(OtherBankUserList)"> <Value Culture="" Target="None">eval::concat('$(OtherBankUserList)','$(Prefix)', ApplyUserId)</Value> </SetVariable> <SetVariable Name="$(Prefix)"> <Value Culture="" Target="None">;</Value> </SetVariable> </ForEach> |
...