İçereği Atla
Menü
Bu soru işaretlendi
1913 Görünümler

I'm creating an automated action in order to launch an activity for the purchases manager when an RfQ reaches the minimum amount for the vendor. 


This is my action 



And this is the domain expression (2 versions)

(1) 

["&","&",["state","=","draft"],["partner_id.x_mdg_minpurchase","!=",0],["amount_untaxed",">=", "partner_id.x_mdg_minpurchase"]]

(2)

["&","&",["state","=","draft"],["partner_id.x_mdg_minpurchase","!=",0],["amount_untaxed",">=", partner_id.x_mdg_minpurchase]]


The first doesn't work. The second raises the message "The domain you entered is not properly formed"

Can I compare 2 fields in the domain expression? How? 





Avatar
Vazgeç
Üretici

Anybody have an idea?

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Ağu 25
210
1
Ağu 25
133
0
Ağu 25
135
1
Ağu 25
309
3
Ağu 25
305