跳至內容
選單
此問題已被標幟
1 回覆
4141 瀏覽次數

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
16465
1
1月 24
4243
2
9月 23
9229
1
7月 23
4019
0
10月 22
3735