• Daniel Ferrara
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies
We have exceeded our API Requests Limit

Which Program is causing the API Request to exceed the limit?
This formula does not work for entire 24 hour clock in Pacific Time Zone.

CASE(MID ( TEXT (CreatedDate), 12, 2),"01",1," 02",2,"03",3,"04",4,"05",5,"06",6,"07",7,"08",8,"09",09,"10",10,"11",11,"12",12,"13",13,"14",14,"15",15,"16",16,"17",17,"18",18,"19",19,"20",20,"21",21,"22",22,"23",23,"00",00,Null)-(7)
Greeting Friends,

Firefox and Google have deprecated Flash and switched to Html5. The preview window on attachments is using flash player 25.0.0.171. Preview Window is not working on 95% of my computers.

Why can't we have a view button instead of the preview?

Is Salesforce going to replace the Flash Player for the Preview window with HTML5? According to this Article, Salesforce was notified back in August 2016. https://9to5mac.com/2016/08/09/google-chrome-flash-html5-default/
We have exceeded our API Requests Limit

Which Program is causing the API Request to exceed the limit?
This formula does not work for entire 24 hour clock in Pacific Time Zone.

CASE(MID ( TEXT (CreatedDate), 12, 2),"01",1," 02",2,"03",3,"04",4,"05",5,"06",6,"07",7,"08",8,"09",09,"10",10,"11",11,"12",12,"13",13,"14",14,"15",15,"16",16,"17",17,"18",18,"19",19,"20",20,"21",21,"22",22,"23",23,"00",00,Null)-(7)