Skip to Content
Menu
This question has been flagged
1 Reply
4129 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
Jul 24
16452
1
Jan 24
4218
2
Sep 23
9217
1
Jul 23
3994
0
Oct 22
3707