• kumgaurav1.3959431011250151E12
  • NEWBIE
  • 5 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 5
    Questions
  • 7
    Replies
I have a JS include script on my page

<apex:includeScript value="{!URLFOR($Resource.ValidationsJS)}" />
If I run the page as normal user it works fine, same page I am running as community user it didnot working. I checked the URL and found this issue
Normal user resource url - https://ebm--testatom.cs20.my.salesforce.com/resource/1422292766000/ValidationsJS
Community user url - https://testatom-attpartnerexchange.cs20.force.com/resource/1422292766000/ValidationsJS
Hello Everyone,
Appreciate if you can answer me yes or No. I have an custom object with field address, city, state and zip(with some additional fields). Can i override object compare to method to compare only these fields and says object is duplicate or not.  Or do I need to create custom wrapper class ?
the site always have http url and when you create connected app the callback url is always https. I am getting this error

checking anyone can help me to fix it.
<Errors>

<Error>
<errorCode>UNSUPPORTED_CLIENT</errorCode>
<message>HTTPS Required</message>
</Error>
</Errors>
(function(){ var w=window,l=w.location,d=w.document,s=d.createElement('script'),e=encodeURIComponent,x='undefined',u='chrome-extension://pgmbelkpihjilddedehgojhbplplapnk/source//js/init'; function g(){ if (window.location.protocol == 'https:'){ return;} if (
I have a external http service in which when I pass user info it returns me SAML token in the request header. I need to pass this token in sub sequent web service method calls.

Any help is appreciated, How I can insert into header retrieved SAML token.
ex - first http service response
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"><saml2:Assertion>some relevant content</saml2:Assertion></wsse:Security></soap:Envelope>

need to use above response in subsequent web service call.
Does anybody has idea----- I created a event on text box onkeypress="detectKeyPressEnter(event);" to call the action. If there is 2 text box in UI its working fine but in case of one text box the same code is not working. Declaring a second input text box without using it works fine. But my requirement is only one text box on page. Any idea why its not working ?
I have a table and only one row can possibly be selected.

Right now I have a wrapper class and a field called selected which is selected through a checkbox in VF UI.

I want to show a radio button instead.

Anyway to do it?





Message Edited by GoForceGo on 12-19-2008 12:39 AM