• Hema Sudeepa
  • NEWBIE
  • 0 Points
  • Member since 2015

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

Hi All,

I'm getting Cross site Scripting (XSS) attack for the line strIdeaId = ApexPages.currentPage().getParameters().get('id'); Below is my code snippet. Please suggest me how to overcome this problem.
public  with sharing class TestController {
     String strIdeaId;
}
 public TestController () {
  strIdeaId = ApexPages.currentPage().getParameters().get('id');
}

Hi All,

I need to send an email to user. In salesforce usually from address will be the logged in user. Is it possible to set FROM address using apex code.

Please let me know the possible solution.

Thanks!

Hi All,
 I have one sandbox...where modifying audit fields is enabled. I am able to set it for other objects but not for Article.
 Is there any specific consideration for Article ?

Thanks!
Hi All,
Can I set value for system field while importing article? system field i.e. created date, created by..Generally a case has to be logged for it. But is there any specific case with article?

Thanks!

Hi All,

Is there any possible way to publish knowledge article in bulk. Please let me know if any solution is there to publish knowledge articel in bulk.

Thanks!

Hi All,

I'm getting Cross site Scripting (XSS) attack for the line strIdeaId = ApexPages.currentPage().getParameters().get('id'); Below is my code snippet. Please suggest me how to overcome this problem.
public  with sharing class TestController {
     String strIdeaId;
}
 public TestController () {
  strIdeaId = ApexPages.currentPage().getParameters().get('id');
}

Hi All,

I'm getting Cross site Scripting (XSS) attack for the line strIdeaId = ApexPages.currentPage().getParameters().get('id'); Below is my code snippet. Please suggest me how to overcome this problem.
public  with sharing class TestController {
     String strIdeaId;
}
 public TestController () {
  strIdeaId = ApexPages.currentPage().getParameters().get('id');
}