Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Business Contact Manager / January 2008

Tip: Looking for answers? Try searching our database.

How in outlook BCM 2007 & C#  import Opportunity product list XML     insert a opportunity

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sebastian Ayala - 21 Jan 2008 10:34 GMT
Hello,

I can insert XML pruduct list a the Opportunity in spanish:

if (nuevaOportunidad.UserProperties["Producto de Oportunidades"] ==
null)
{

string listaProductosXml = "<ArrayOfBCMOpportunityProduct xmlns:xsi=
\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://
www.w3.org/2001/XMLSchema\">";
listaProductosXml += "<BCMOpportunityProduct>\n<Guid>e64b43f2-
d8fb-48d2-8779-c39f805386be</Guid>\n<Name>Articulo 1</Name>
\n<Description>description of product1</Description>
\n<PurchasePrice>10.0000</PurchasePrice>\n<UnitPrice>10.0000</
UnitPrice>\n<Taxable>true</Taxable>\n<AdjustedPrice>10.0000</
AdjustedPrice> \n <AdjustedPercent>1</AdjustedPercent>
\n<Quantity>1.0000</Quantity> \n<Markup>0</Markup>
\n<DiscountAmount>0.0000</DiscountAmount> \n<DiscountPercent>0</
DiscountPercent> \n<ExtendedAmount>10.0000</ExtendedAmount>
\n<SBAProductID /> \n</BCMOpportunityProduct>";

userProp = nuevaOportunidad.UserProperties.Add("Productos y
servicios",
Microsoft.Office.Interop.Outlook.OlUserPropertyType.olText, false,
false);
userProp.Value = listaProductosXml; //ItemProperties["Opportunity
Product"].Value
is not work, call into spanish "Opportunity Product" <-- Oportunidades
de producto ?
}
Luther - 22 Jan 2008 03:29 GMT
> Hello,
>
[quoted text clipped - 29 lines]
>
> - Show quoted text -

En el caso general, los nombres en el Object Model no cambian con el
lenguaje.

Estas usando BCM 2007?

Luther
http://beyng.blogspot.com/
Luther - 22 Jan 2008 03:31 GMT
> > Hello,
>
[quoted text clipped - 38 lines]
>
> - Show quoted text -

jo, acabo de ver el titulo de tu mensajem. Dejame investigar um poco
en la version castellana, e luego respondo.
Luther - 22 Jan 2008 17:57 GMT
> > > Hello,
>
[quoted text clipped - 43 lines]
>
> - Show quoted text -

Producto de oportunidad

Luther Blissett
http://beyng.blogspot.com/
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.