Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
4127 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź
                if (Opportunity.GetField("user_id").Value != null)
{
Object[] user_id = (Object[])Opportunity.GetField("user_id").Value;
dealOpportunity.UserId = Int32.Parse(user_id[0].ToString());
}
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
lip 24
16452
1
sty 24
4217
2
wrz 23
9216
1
lip 23
3994
0
paź 22
3707