コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4105 ビュー

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
16440
1
1月 24
4190
2
9月 23
9201
1
7月 23
3986
0
10月 22
3700