跳至内容
菜单
此问题已终结
1 回复
4126 查看

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

形象
丢弃
最佳答案
                if (Opportunity.GetField("user_id").Value != null)
{
Object[] user_id = (Object[])Opportunity.GetField("user_id").Value;
dealOpportunity.UserId = Int32.Parse(user_id[0].ToString());
}
形象
丢弃
相关帖文 回复 查看 活动
2
7月 24
16452
1
1月 24
4217
2
9月 23
9216
1
7月 23
3994
0
10月 22
3707