Skip to Content
Menu
This question has been flagged
1 Odpoveď
4124 Zobrazenia

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
Zrušiť
Best Answer
                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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
júl 24
16449
1
jan 24
4217
2
sep 23
9212
1
júl 23
3994
0
okt 22
3706