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

Hi,

I need select the value of a one field of type Many2One using xml-rpc. This filed is loss_id and is necesary for block a workorder. I don´t know if is posible this or there is other wave to do this.

Thanks

Avatar
Vazgeç
En İyi Yanıt
                if (Opportunity.GetField("user_id").Value != null)
{
Object[] user_id = (Object[])Opportunity.GetField("user_id").Value;
dealOpportunity.UserId = Int32.Parse(user_id[0].ToString());
}
Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Tem 24
16465
1
Oca 24
4243
2
Eyl 23
9229
1
Tem 23
4019
0
Eki 22
3735