Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4132 Prikazi

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
Opusti
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
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
jul. 24
16456
1
jan. 24
4223
2
sep. 23
9221
1
jul. 23
4000
0
okt. 22
3712