• 99Raj9999
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Hello
 
I am using .net code c#. We are using both Partner WSDL & Enterprise WSDL.

Few years back we have created some fields in opportunity objects. For some resion we are not using them anymore.
Now we have decided to remove those fields from opportunity objects.

My question is that, Do i need to update Partner WSDL & Enterprise WSDL references? or it will be work with the existing one?

 

Thanks in advanced.

 

Rajesh

Hello friends, I have created “SalesForce for Google AdWords lead to web form”. I have followed the following instruction....
<FORM action="http://www.mycompany.com/mycustomform.php" >
<INPUT type="hidden" name="sfga" value="insert-your-salesforce-oid-here"/>
...
</FORM>
</TABLE>
</DIV>
...
<SCRIPT type="text/javascript" src="https://lct.salesforce.com/sfga.js"></SCRIPT>
<SCRIPT type="text/javascript">__sfga();</SCRIPT>
</BODY>
</HTML>
Ref:- https://sfma.salesforce.com/lead_tracking_setup/printable_instructions 1)     Input “sfga” should be in side the form tag.2)     Place the code snippet at the bottom of your web pages, just before the closing </BODY> tag Above will create perfect implementation for the “SalesForce for Google AdWords” and i did it successfully. Now my problem is, I am using ajax on this page for country dropdown, on selection of country I am hiding/showing some fiels. It is work fine if I don not put Input “sfga” in side the form tag. But when I placed Input “sfga” in side form tag on this page, then Ajax stop working. It's gives Java script error “access denied”. Can any one help me on this issue? Thanks in advance.Rajesh
Hello friends, I have created “SalesForce for Google AdWords lead to web form”. I have followed the following instruction....
<FORM action="http://www.mycompany.com/mycustomform.php" >
<INPUT type="hidden" name="sfga" value="insert-your-salesforce-oid-here"/>
...
</FORM>
</TABLE>
</DIV>
...
<SCRIPT type="text/javascript" src="https://lct.salesforce.com/sfga.js"></SCRIPT>
<SCRIPT type="text/javascript">__sfga();</SCRIPT>
</BODY>
</HTML>
Ref:- https://sfma.salesforce.com/lead_tracking_setup/printable_instructions 1)     Input “sfga” should be in side the form tag.2)     Place the code snippet at the bottom of your web pages, just before the closing </BODY> tag Above will create perfect implementation for the “SalesForce for Google AdWords” and i did it successfully. Now my problem is, I am using ajax on this page for country dropdown, on selection of country I am hiding/showing some fiels. It is work fine if I don not put Input “sfga” in side the form tag. But when I placed Input “sfga” in side form tag on this page, then Ajax stop working. It's gives Java script error “access denied”. Can any one help me on this issue? Thanks in advance.Rajesh