Skip to Content
Menu
This question has been flagged
1 Atsakyti
4121 Rodiniai

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

Portretas
Atmesti
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());
}
Portretas
Atmesti
Related Posts Replies Rodiniai Veikla
2
liep. 24
16448
1
saus. 24
4217
2
rugs. 23
9211
1
liep. 23
3994
0
spal. 22
3706