Показать сообщение отдельно
Старый 15.06.2009, 12:56   #3  
Kipetcoff is offline
Kipetcoff
Участник
 
136 / 16 (1) ++
Регистрация: 20.05.2009
Адрес: Санкт-Петербург
Пробовал..
Код:
opportunity oOpport = (opportunity)crmService.Retrieve(sType, gOpportId, cols);
						
					
oOpport["new_phase"] = new Picklist(3);
Microsoft CRM Error Report:
Error Description:
CS0021: Cannot apply indexing with [] to an expression of type 'Microsoft.Crm.SdkTypeProxy.opportunity'