• suziee Q
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 4
    Replies

Hi experts ,

 

Can anyone tell us how we can track which report has been to click through and by who ?

Is there any statistics for reports?

 

Thank you

Sue

Hi Everyone,

 

We have setup several folders for email templates and grand different public group to those folders.

Is there a way we can access those folder settings using Apex code??

 

Thank you a lot. 

S

Hi Experts,

 

We have a requirement about security. Currently we could not find a good solution. 

 

Actually we do not want to create new record types for this issue. 

 

Requirements

1. there is a checkbox field on account 

2. A group of users only can access contacts whose accounts are with this checkbox ticked. 

 

The recordtype + page layout can help. We just wonder whether there are other solutions. Thank you

 

 

S  

Hi Experts,

 

We got an issue about static resource.

 

We have a live website which was built on Salesforce site.

 

We made some changes in a static resource just 1 hour ago.

Does anyone know how long that will take to reflect changes in the website. 12 hours??

 

Thank you so much!!!  

 

Sue

Hi Everyone,

 

We have setup several folders for email templates and grand different public group to those folders.

Is there a way we can access those folder settings using Apex code??

 

Thank you a lot. 

S

Hi Developers,

 

According the the documentation (and my memory) the following should work:-

 

PageReference ref = new PageReference('http://www.google.com');
Blob b = ref.GetContent();

 Why are we getting the following error upon execution of the getContent() method? 

 

System.VisualforceException: java.net.NoRouteToHostException: No route to host

 

This error (seems to )occur for all urls other than Salesforce! (http://www.salesforce.com, https://cs7.salesforce.com are ok).

 

Thanks for any help.

Rich.