تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1904 أدوات العرض

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? 





الصورة الرمزية
إهمال
الكاتب

Anybody have an idea?

المنشورات ذات الصلة الردود أدوات العرض النشاط
0
أغسطس 25
92
0
أغسطس 25
165
1
أغسطس 25
288
3
أغسطس 25
279
1
أغسطس 25
453