• medmo
  • NEWBIE
  • 30 Points
  • Member since 2018
  • Sr Salesforce Developer
  • Exeter Finance

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 4
    Replies
Hello I have navigated to http://certification.salesforce.com/# and logged in a case and I have received an acknowledgement email with the case number, however I am not receivng a response from the salesforce team, I even tried by replying to the same email (it says 
no-reply@salesforce.com),  but no response

can someone help here

Thanks
Having some real problems getting a Visualforce page to work with Internet Explorer 11.
I have the following Visualforce Page:
<apex:page controller="MyController"> <iframe frameborder="0" height="800px" id="itarget" name="itarget" scrolling="auto" src="https://mysite.com" title="Content" width="100%"></iframe> </apex:page>
If I don't add *.mydomain.com to the Trusted Sites, opening the Visualforce page shows this: 
User-added image
And takes my domain\username credentials.
If I do add my domain to the Trusted Sites, and select the IE Security option for Logon to: Automatic logon with current user name and password then my current credentials work, and the iframe content loads as intended.
In either case, after taking my Windows credentials, I am able to use the functionality inside the iframe correctly. But as soon as I navigate to any other Salesforce page, it kicks me out to the login page:
User-added image

If I log back in without closing my browser and go back to that Visualforce page, everything works, and I can navigate to other Salesforce pages just fine. But if the browser is re-opened or if I try it in a new tab, I always get kicked out of my Salesforce session.
In the IE console, running:
document.cookie
Shows that after navigating to that Visualforce page, my entire cookie is being destroyed, except for BrowserId. After logging back in and navigating to that Visualforce page a second time, I retain my cookie. Chrome does not have this issue, and does not destroy my cookie after Windows Authentication.
I've tried almost every setting in IE, but I can't get the browser to allow this iframe without ending my session.
It's likely not an HTTP/HTTPS issue: the src= can be changed to an external http or https site and the iframe works. It's only with Windows Authentication that it breaks.
It's likely not an issue with P3P headers: in the above situation, IE still renders the iframe and doesn't end the session even with P3P errors in IE View-->Security Report. Using Fiddler, I can see there's some MALFORMED P3P errors on my salesforce login screen, but that happens without touching my visualforce page.
I added mysite.com as a Remote Site, and Disabled Protocol Security.
I say 'likely' because I'm not particularly experienced with the browser security settings and how they interact with Salesforce. Any help would be greatly appreciated.
  • February 26, 2018
  • Like
  • 0
scenario :   Case is created in Salesforce,  Immediatly this case details be moved to third patry systems ( .net system, java sysstem,.......)
how can i do this ?
example : 
case # 12345 created in salesforce, immediatly case reflected in third party systems like java ,.net or some other systems.
Due to project cost, not going for opiton use third party integration tools like Dell boomi......or any other tools.

please provide any ideas on this requirement 
Thanks 
  • May 18, 2018
  • Like
  • 1
Hello I have navigated to http://certification.salesforce.com/# and logged in a case and I have received an acknowledgement email with the case number, however I am not receivng a response from the salesforce team, I even tried by replying to the same email (it says 
no-reply@salesforce.com),  but no response

can someone help here

Thanks
I'm walking along on my trail and some exercices were completed durng this workshop. Was wondering if I could credit these instead of 
doing them again online, (i.e. playground)

Thanks 
Hello,

I am activating "Enhanced email" option on my org.
There is a line on the link:

Review custom business logic that incorporates tasks and emails. We recommend that you:
-> Recreate any custom Task object fields on the EmailMessage object.
-> Migrate any Task object triggers to the EmailMessage object.

I want to know, of someone has activated the enhanced email option in org and faced any challenges later

Thank you