Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
4106 Tampilan

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
Buang
Jawaban Terbai
                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
Buang
Post Terkait Replies Tampilan Aktivitas
2
Jul 24
16440
1
Jan 24
4192
2
Sep 23
9201
1
Jul 23
3986
0
Okt 22
3700