You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

how to enable https://www.google.com/jsapi'></script> at otbi

Received Response
29
Views
16
Comments

Summary:

I took from sharing center report for org char it is not working because I don't know how to enable the sceipt

Content (required):

<script type='text/javascript' src='https://www.google.com/jsapi'></script>

  <script type='text/javascript'>

window.onload = function(){

debugger;

if(document.URL.indexOf("saw.dll?Answers") == -1) {

   google.load('visualization', '1', {packages:['orgchart']});

   google.setOnLoadCallback(drawOrgChart);

}

   function drawOrgChart() {

if(document.URL.indexOf("saw.dll?Answers") == -1) { 

   var data = new google.visualization.DataTable();

    data.addColumn('string', 'Name');

    data.addColumn('string', 'Manager');

    data.addColumn('string', 'ToolTip');

    var myOrgArray=[];

    var tempStr = "";

Version (include the version you are using, if applicable):

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!