Skip to Content
मेन्यू
This question has been flagged
1 Reply
4130 Views

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
Discard
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
Discard
Related Posts Replies Views Activity
2
जुल॰ 24
16452
1
जन॰ 24
4219
2
सित॰ 23
9217
1
जुल॰ 23
3994
0
अक्तू॰ 22
3707