• Kota Uday 6
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 11
    Questions
  • 8
    Replies
Hi All,

I have a Input file in my vf page , when i upload a file and clicking next buttion it perform some tast,
Here i am using a back button to come back pre page, 
So when i come back to previous page attachment also need to show ,its like view state for attachment.

Would you please help me
 
Hi ,
I have created a custom setting object with URL field and saved the url in that,Now I want to use that url as a hyperlink in my vf page ,
Can any one help m wtih syntax .
My syntax :
<a href="{!PartnerCommunityURL__c.getInstance().URL__c}" class="btn btn-sm btn-success btn-block"><i class="fa fa-key fa-fw"></i> LogIn</a>

Please help me
I would like to create network in NPSP ,Will you please help me on this,As i am new to NPSP
Hi Every one,

i have VF page having Delete custom link, wheni press delete that particulor picklist shouid update to another piclist value,
Ex: if my picklist is "Open quote",it should update as "closed by rep".

Please help me.
Hi every one,

I want to swap my records using button as action ,

Can any one help me with code.
i have custom setting object ,with Name and numebr fields, i want to shuffle number up and down using button s, can any one hlpe me with code
Hi ,
I have created a custom setting object with URL field and saved the url in that,Now I want to use that url as a hyperlink in my vf page ,
Can any one help m wtih syntax .
My syntax :
<a href="{!PartnerCommunityURL__c.getInstance().URL__c}" class="btn btn-sm btn-success btn-block"><i class="fa fa-key fa-fw"></i> LogIn</a>

Please help me
Hi every one,

I want to swap my records using button as action ,

Can any one help me with code.
i have custom setting object ,with Name and numebr fields, i want to shuffle number up and down using button s, can any one hlpe me with code
Hello,
I am getting the following error when trying to parse a WSDL and generate the relevant Apex classes in SalesForce:
 
"Error: Failed to parse wsdl: Found schema import from location https://*.xsd. External schema import not supported."
 
I believe that the following (edited) section of the WSDL referring to an external schema is what's causing the problem:
 
...

<wsdl:types>

<xs:schema>

<xs:import namespace="" schemaLocation="https://*.xsd"/>

</xs:schema>

<xs:schema>

<xs:import namespace="" schemaLocation="https://*.xsd"/>

</xs:schema>

</wsdl:types>

...

Can anyone confirm that this is in fact not allowed by Salesforce and if there is any remedy other than embedding the schema in the WSDL?

 
Thanks,
agab-
  • March 03, 2008
  • Like
  • 0