• lis ise
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
Hi Team,

Can you help me in understatnding more details on the below community metatdata

- Network
- CustomSite
- ExperienceBundle

like what is it? what is the use of it? when we modify it? what all confoguration it can have...etc





 
Hi All,

I am trying to open google chrome window while clicking on salesforce custom button in Internet Explorer.

I am trying the below javascript code to open chrome browser in internet explorer by clicking on custom button

function openChrome{
var url = 'http://google.co.in';
var chromeCommand = "Chrome --app="+URL+" --allow-outdated-plugins";
var shell = new ActiveXObject("WScript.Shell");
shell.run(chromeCommand);
}

Any help is appreciated!!
  • February 17, 2015
  • Like
  • 1

hey, 

 

im trying to implement a SEO solution but not having any luck.

 

all SEO software i see are for leads.

 

whats the best way to implement this for cases.

 

kind regards.