• Archana Saruk
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 6
    Replies

HI Team,
We are using Products/Services object in SFDC to sell Telecom products of out client. Here product is treated as a service. As with every service we sell some component also but with existing SFDC functionality we don't have such Hierarchy (product-component) and we are required to create every component as a service in SFDC.
Now as part of client requirement , we need to develop this hierarchy .and for this we are integrating with existing system Point Of Sell(POS) system ,where this Hierarchy is present.
Here we have below challenge :-
1. In POS we capture around 50 attributes for each component and there are around 50 such component.
Considering 800 custom field limit on in SFDC for every object, we are not able to create around 2500 custom fields in one object.
Want to know is there any feature in SFDC to cater this requirement

 

 

Thanks,
Archana 

Hi we have requirement where we have to generate COF using visual force page  and attach/merge  documents attached under Notes/Attachment (Solution  Defenition document) section of opportunity . Here i want to know do we have any functionality in VF where we can attach PDFs to  COF PDF generated using visual force page

Can anyone please give me details about   <c:ecof_servicescomponents> tag

HI Team,
We are using Products/Services object in SFDC to sell Telecom products of out client. Here product is treated as a service. As with every service we sell some component also but with existing SFDC functionality we don't have such Hierarchy (product-component) and we are required to create every component as a service in SFDC.
Now as part of client requirement , we need to develop this hierarchy .and for this we are integrating with existing system Point Of Sell(POS) system ,where this Hierarchy is present.
Here we have below challenge :-
1. In POS we capture around 50 attributes for each component and there are around 50 such component.
Considering 800 custom field limit on in SFDC for every object, we are not able to create around 2500 custom fields in one object.
Want to know is there any feature in SFDC to cater this requirement

 

 

Thanks,
Archana 

Hi we have requirement where we have to generate COF using visual force page  and attach/merge  documents attached under Notes/Attachment (Solution  Defenition document) section of opportunity . Here i want to know do we have any functionality in VF where we can attach PDFs to  COF PDF generated using visual force page

Can anyone please give me details about   <c:ecof_servicescomponents> tag

Hello All,

              I am implementing a client using API, to sync our orgs  data with SF. I got the WSDL from prod since they have the updated objects and created those objects in my sandbox. Now I generated the client stubs from the prod WSDL and trying to do some update etc. I am getting the following exception,, I understand theoretically it should be po

// My login stub

SoapBindingStub binding = (SoapBindingStub) new SforceServiceLocator().getSoap(new java.net.URL("http://www.test.salesforce.com/Services/Soap/c/15.0"));
salesforceLoginResult = binding.login(user,passwd); // Erroring out here when I did a trace
binding._setProperty(SoapBindingStub.ENDPOINT_ADDRESS_PROPERTY,salesforceLoginResult.getServerUrl());



SessionHeader sessionHeader = new SessionHeader();
sessionHeader.setSessionId(salesforceLoginResult.getSessionId());
sfBinding.setHeader(new SforceServiceLocator().getServiceName().getNamespaceURI(),"SessionHeader",sessionHeader);

 

Error Message:

Exception in thread "main" AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.UnknownHostException: www.test.salesforce.com
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.UnknownHostException: www.test.salesforce.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:120)
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.sforce.soap.enterprise.SoapBindingStub.login(SoapBindingStub.java:3047)
at Updater.main(Updater.java:61)

{http://xml.apache.org/axis/}hostname:my_host_name

java.net.UnknownHostException: www.test.salesforce.com
at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:154)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.sforce.soap.enterprise.SoapBindingStub.login(SoapBindingStub.java:3047)
at Updater.main(Updater.java:61)
Caused by: java.net.UnknownHostException: www.test.salesforce.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
at org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:120)
at org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)

 

ssible to do what I am doing. I'd greatly appreciate if someone could point out if I am doing anything wrong here. 

 

Message Edited by SFNew on 05-03-2009 01:47 PM
  • May 03, 2009
  • Like
  • 0